T
Troy
Cell A8 = "03/31/04"
A different workbook has the cost for each day of the
year. If the date is not displayed, then this means that
this particular is not complete. I want to do a VLOOKUP of
if the date matches on the other workbook then type the
cost. This is the formula I have.
=IF(A8>0,VLOOKUP(A8,'[New.xls]Sheet 1'!
A3:G3000,7,FALSE),"")
If this date is not on Sheet 1 then it returns a #N/A. I
want it to be if it = #N/A then "".
A different workbook has the cost for each day of the
year. If the date is not displayed, then this means that
this particular is not complete. I want to do a VLOOKUP of
if the date matches on the other workbook then type the
cost. This is the formula I have.
=IF(A8>0,VLOOKUP(A8,'[New.xls]Sheet 1'!
A3:G3000,7,FALSE),"")
If this date is not on Sheet 1 then it returns a #N/A. I
want it to be if it = #N/A then "".