Hi, try as I might, I can't seem to work out how to add extra criteria when I'm using the SUMIF function.
On the left is the raw data (which will sometimes contain blanks), on the right is the SUMIF function (& some blank cells where I'm hoping the SUMIFS for the multiple criteria may go! )
Huge thanks for taking a look!
On the left is the raw data (which will sometimes contain blanks), on the right is the SUMIF function (& some blank cells where I'm hoping the SUMIFS for the multiple criteria may go! )
Header-1 | Header-2 | Header-3 | Header-4 | Amt | SUMIF for 1 criteria in Header-2: #=SUMIF($B$2:$E$10,B2,$E$2:$E$10) | SUMIF for 2 criteria in Header-2 and Header-3 | SUMIF for 3 criteria in Header-2 / Header-3 / Header-4 | |
2 | South | alpha | black | 100 | 950 | |||
3 | North | echo | 50 | 75 | ||||
4 | East | 75 | 75 | |||||
5 | North | echo | red | 25 | 75 | |||
6 | East | 75 | ||||||
7 | North | beta | red | 75 | ||||
8 | West | charlie | black | 250 | 250 | |||
9 | South | alpha | black | 350 | 950 | |||
10 | South | alpha | purple | 500 | 950 | |||
Huge thanks for taking a look!