leopardhawk
Well-known Member
- Joined
- May 31, 2007
- Messages
- 611
- Office Version
- 2016
- Platform
- Windows
Hello, I have a SUMIFS formula that works just fine but I need to modify it so it will calculate some additional information that I need.
This is the formula that works... =SUMIFS(bookings!V:V,bookings!D:D,">="&DATE(2009,9,1),bookings!D:D,"<="&DATE(2009,9,30),bookings!B:B,"<>cancelled")
The result is that it sums any dollar amounts in column V during the month of September, 2009 as long as column B does not contain the word 'cancelled'.
What I need the new formula to do is similar but it has to subtract column Y from column W and return a result. The other criteria, that it be in the month of September, 2009 and column B not have the word 'cancelled' in it, still apply.
I would really appreciate any help. All I get is an error no matter what I do.
Thanks!
This is the formula that works... =SUMIFS(bookings!V:V,bookings!D:D,">="&DATE(2009,9,1),bookings!D:D,"<="&DATE(2009,9,30),bookings!B:B,"<>cancelled")
The result is that it sums any dollar amounts in column V during the month of September, 2009 as long as column B does not contain the word 'cancelled'.
What I need the new formula to do is similar but it has to subtract column Y from column W and return a result. The other criteria, that it be in the month of September, 2009 and column B not have the word 'cancelled' in it, still apply.
I would really appreciate any help. All I get is an error no matter what I do.
Thanks!