I have a worksheet that uses the 'Index' function to look up values from a 'calc' sheet. But some of the sheets are looking for the named range on another sheet (last year's version).
How can I get Excel to SHOW ME where/why it is calling for this other sheet? The named ranges were called the same last year, but that file isn't even in the same directory, and some of the sheets are finding the right data but others are looking for last years.(?)
Here is my actual formula:
Can anyone shine any light my way on this? Thanks.
How can I get Excel to SHOW ME where/why it is calling for this other sheet? The named ranges were called the same last year, but that file isn't even in the same directory, and some of the sheets are finding the right data but others are looking for last years.(?)
Here is my actual formula:
Code:
=IF($U$15>$B$11,"",INDEX(feb10hrs,MATCH($A18,feb10rep,0))
Can anyone shine any light my way on this? Thanks.