I have a list of 3 columns
Lookup data is in the following format
I can't get the formula right to do:
First check if the PROD is listed in the LookUp row, if Yes, then between the SD and ED date range sum the values for each prod and list it.
I'm using COUNTIF(IF(ISNA(HOOKUP...), but it's not working.
Code:
PROD SD ED
APP 1-1-2010 1-31-2010
SW 1-1-2010 1-11-2010
Code:
DATE APP SW
1-1-2010 1 3
1-2-2010 1 1
.
.
1-31-2010 8 0
First check if the PROD is listed in the LookUp row, if Yes, then between the SD and ED date range sum the values for each prod and list it.
I'm using COUNTIF(IF(ISNA(HOOKUP...), but it's not working.