OK - here's the story,
On the Data Cells sheet I inserted a blank column A and did a formula there.
This formula said to stick the Day and Times together in a single Cell. I wanted this to do a VLookup on the Front Sheet. The formula in A3 and down is:
This is called a "building an index" type of formula.
Now on the Front sheet I want to look up the Basic, Higher or Lower numbers for each row. In the row is a Day and Time. So the formula in I10 does this.
It takes the Day and Time in B5 and E5 and puts them together as the INDEX did above. I use this combined index and go looking on the Data Cells sheet for a VLookup match. When I find the correct row, where the indexes match, I return the number of rows to the right. For Basic it is 6 columns to the right and 5 for Higher and 4 for Lower. See the formulas in Row 10 columns I, J and K.
Then when I pulled it down it gave some #N/A stuff because it couldn't find the index in the table on Data Cells Sheet. I added the IFERROR part of the formula to return a blank instead of an error answer.
hope that helps.
Bookmarks