Forum Discussion
packie
Dec 10, 2024Brass Contributor
Include subtract condition in formula
The following formula requires the subtraction condition included in the formula =SUMIFS(Sheet1!$O$5:$O$999, Sheet1!$R$5:$R$999, D23) The value 14.09 will be hard coded into the formula Here...
- Dec 11, 2024
How about this:
=SUMIFS(Sheet1!$O$5:$O$999, Sheet1!$R$5:$R$999, D23) - 14.09
HansVogelaar
Dec 10, 2024MVP
Please explain what you want to subtract 14.09 from.
- From each value in O5:O999 that matches the condition?
- From D23?
- From the result of SUMIFS?
- Something else - if so, what?