simon551
IS-IT--Management
- May 4, 2005
- 249
Hi,
I'm trying to pull values from a table that match an array of dates. If there is a date listed on the value table that matches my date, I'm ok, but if not I get the #N/A. Any help is appreciated.
=IF( VLOOKUP(A5,'Validation Sales'!A6:H1003,8,FALSE), VLOOKUP(A5,'Validation Sales'!A6:H1003,8,FALSE), IF(VLOOKUP(A5,'Validation Sales'!A6:H1003,3,FALSE), VLOOKUP(A5,'Validation Sales'!A6:H1003,3,FALSE),0))
I'm trying to pull values from a table that match an array of dates. If there is a date listed on the value table that matches my date, I'm ok, but if not I get the #N/A. Any help is appreciated.
=IF( VLOOKUP(A5,'Validation Sales'!A6:H1003,8,FALSE), VLOOKUP(A5,'Validation Sales'!A6:H1003,8,FALSE), IF(VLOOKUP(A5,'Validation Sales'!A6:H1003,3,FALSE), VLOOKUP(A5,'Validation Sales'!A6:H1003,3,FALSE),0))