pedie
Well-known Member
- Joined
- Apr 28, 2010
- Messages
- 3,875
Hi, I have the current formula from yesterday's thread for sumif and or combination; but I need it for Countifs and Or combination too.
I want to count if col A, has "NY","LA" or "GA"
and col D has "May"
and Col C has "FEC" or "ORANGE"
Thanks in advance.
'SUM(SUMIFS($D$1:$D$27,$B$1:$B$27,"May",$C$1:$C$27,{"FEC","ORANGE"}))
I want to count if col A, has "NY","LA" or "GA"
and col D has "May"
and Col C has "FEC" or "ORANGE"
Thanks in advance.
'SUM(SUMIFS($D$1:$D$27,$B$1:$B$27,"May",$C$1:$C$27,{"FEC","ORANGE"}))