Mike Slattery
Board Regular
- Joined
- Dec 11, 2004
- Messages
- 101
I currently have the following formula in cell (DH3) "=IFERROR(IF(DG3>0,CA3),"")"
It is checking to see if a cell (DG3) has a price in it greater than 0.
If it does then it produces the date that the price was produced from cell CA3.
I would like for this cell to check a list of dates and if the date is in the list keep the date visible, if the date is not in the list then display #N/A.
I know how to do this using VLOOKUP, but not how to combine the two into one cell.
The lookup range containing the list of dates is: (FT3:FT200)
Thanks, Michael
It is checking to see if a cell (DG3) has a price in it greater than 0.
If it does then it produces the date that the price was produced from cell CA3.
I would like for this cell to check a list of dates and if the date is in the list keep the date visible, if the date is not in the list then display #N/A.
I know how to do this using VLOOKUP, but not how to combine the two into one cell.
The lookup range containing the list of dates is: (FT3:FT200)
Thanks, Michael