gohawks222
New Member
- Joined
- Feb 2, 2016
- Messages
- 21
I've found various topics about this, but I just can't seem to get mine to work. Here is my formula:
I'm getting a #VALUE error, and I have a feeling it's because of the dates. The sum range (column label are week-end dates) should change based on the match from the date matrix. The week-end date in F1 for example is derived from a vlookup, which is derived from TODAY(), so there may be some volatility there. The column labels are in the range B2:B357, and it should just change to match the F1 value.
Thank you.
Code:
=SUMIFS(INDEX('[FY16 ForecastMaster.xlsm]Orders'!$B:$NW, 0, MATCH(DateMatrix!$F$1, '[FY16 ForecastMaster.xlsm]Orders'!$B$2:$NW$2,0)), '[FY16 ForecastMaster.xlsm]Orders'!$B$2:$B$357, Sheet1!B2)
I'm getting a #VALUE error, and I have a feeling it's because of the dates. The sum range (column label are week-end dates) should change based on the match from the date matrix. The week-end date in F1 for example is derived from a vlookup, which is derived from TODAY(), so there may be some volatility there. The column labels are in the range B2:B357, and it should just change to match the F1 value.
Thank you.