I'm trying to sum a lagging X number of cells in a row based on a reference cell.
I created the formula:
=SUMIFS(E19:K19,E6:K6,"<=H6",E6:K6,">H6-D14")
However, the last term (">H6-D14") seems to make the formula error out. Does the SUMIFS function not allow you to use a function within the criteria?
Thanks for any help.
I created the formula:
=SUMIFS(E19:K19,E6:K6,"<=H6",E6:K6,">H6-D14")
However, the last term (">H6-D14") seems to make the formula error out. Does the SUMIFS function not allow you to use a function within the criteria?
Thanks for any help.