D
drvortex
=IF(Sheet="Jan04",VLOOKUP(9999,Jan04!$A$9:$J$9,MATCH("BF",Jan04!$A$8:$J$8,)),)
The first statement in the IF statement means this:
1. I want the function to search all available worksheets on the sam
workbook and to see if Jan04 is there.
2. If it is present; therefore the statement is TRUE, then continu
with the VLOOKUP.
3. If FALSE, then nothing.
4. There error I get is #NAME?
5. What's wrong???
Thanks,
J
The first statement in the IF statement means this:
1. I want the function to search all available worksheets on the sam
workbook and to see if Jan04 is there.
2. If it is present; therefore the statement is TRUE, then continu
with the VLOOKUP.
3. If FALSE, then nothing.
4. There error I get is #NAME?
5. What's wrong???
Thanks,
J