Hello Excel Experts:
Both expressions below use INDEX MATCH. The SUMIF formula is working properly but I'm getting a #VALUE error messages with the SUMIFS formula.
=SUMIF('CP Data'!B:B,Summary!E1,INDEX('CP Data'!1:1,MATCH(Summary!$B4,'CP Data'!1:1,0))) --------------> correct value
.....................................=SUMIFS(INDEX('CP Data'!1:1,MATCH(Summary!$B4,'CP Data'!1:1,0)),'CP Data'!A:A,Summary!D1,'CP Data'!H:H,Summary!A4) -------------> #VALUE
#VALUE indicates a data type error, but all of the expressions appear to evaluate properly including the Index Match which evaluates to the same value in both formulas: 'CP Data'!$K$1 so I'm not clear where the error is. Thanks for any help!
Robert
Bookmarks