MarnieHocking
New Member
- Joined
- Dec 7, 2016
- Messages
- 3
Hi All
Can someone please help me keeping in mind that I don't use macros, VB etc.
I currently use the ASAP Utility to Sum by Cell Color
ie: =asapsumbycellcolor(B4:B8,B1) for Purple
ie: =asapsumbycellcolor(B4:B85,B2) for Green
however I would like to add another criteria to the formula
ie: =asapsumbycellcolor(B4:B5,B1) ONLY IF (A4:A5,A12) for Purple (total should be $30.00)
ie: =asapsumbycellcolor(B4:B5,B2) ONLY IF (A4:A5,A12) for Green (total should be $45.00)
Thanks in advance for ant help received
Marnie
<tbody>
</tbody>
Can someone please help me keeping in mind that I don't use macros, VB etc.
I currently use the ASAP Utility to Sum by Cell Color
ie: =asapsumbycellcolor(B4:B8,B1) for Purple
ie: =asapsumbycellcolor(B4:B85,B2) for Green
however I would like to add another criteria to the formula
ie: =asapsumbycellcolor(B4:B5,B1) ONLY IF (A4:A5,A12) for Purple (total should be $30.00)
ie: =asapsumbycellcolor(B4:B5,B2) ONLY IF (A4:A5,A12) for Green (total should be $45.00)
Thanks in advance for ant help received
Marnie
A | B | ||
1 | PURPLE | <Cell is Coloured | |
2 | GREEN | <Cell is Coloured | |
3 | |||
4 | Wayville / Aldinga | 5.00 | <Cell is Coloured Purple |
5 | Wayville / Aldinga | 10.00 | <Cell is Coloured Green |
6 | Wayville / Aldinga | 15.00 | <Cell is Coloured Green |
7 | Wayville / Aldinga | 20.00 | <Cell is Coloured Green |
8 | Wayville / Aldinga | 25.00 | <Cell is Coloured Purple |
9 | |||
10 | |||
11 | Totals | ||
12 | Wayville / Aldinga | 30.00 | Purple |
13 | Wayville / Aldinga | 45.00 | Green |
<tbody>
</tbody>