I have spreadsheet data similar to below that changes day-to-day. There are other complexities to this spreadsheet that I will not get into here, but they prevent me from being able to sort differently, filter, etc. In summary, I need to get the results without manipulation of the spreadsheet as it presently looks:
Spreadsheet COLOR GROUP - Example Day 1
ColA ColB ColC
TOM RED 500
KEN BLUE 400
JOE RED 300
BOB WHITE 200
DAN BLUE 100
PAT WHITE 0
Spreadsheet COLOR GROUP - Example Day 2
ColA ColB ColC
PAT WHITE 500
DAN BLUE 400
KEN BLUE 300
JOE RED 200
BOB WHITE 100
TOM RED 0
I am hoping for a formula that will look at designated Color Groups (Column B) and sum all the related values from Column C. For example, a formula that says where Col B is equal to RED or BLUE accumulate values from Column C and sum. In this example Day 1's result would be 1,300; Day 2's result would be 900. Also, if the result is zero I would like it to return a numerical value 0 instead of #NA. The ulimate goal is that as the spreadsheet updates the formula recalcs the same.
Thanks in advance for reviewing, and any suggestions will be greatly appreciated.
Russell
Spreadsheet COLOR GROUP - Example Day 1
ColA ColB ColC
TOM RED 500
KEN BLUE 400
JOE RED 300
BOB WHITE 200
DAN BLUE 100
PAT WHITE 0
Spreadsheet COLOR GROUP - Example Day 2
ColA ColB ColC
PAT WHITE 500
DAN BLUE 400
KEN BLUE 300
JOE RED 200
BOB WHITE 100
TOM RED 0
I am hoping for a formula that will look at designated Color Groups (Column B) and sum all the related values from Column C. For example, a formula that says where Col B is equal to RED or BLUE accumulate values from Column C and sum. In this example Day 1's result would be 1,300; Day 2's result would be 900. Also, if the result is zero I would like it to return a numerical value 0 instead of #NA. The ulimate goal is that as the spreadsheet updates the formula recalcs the same.
Thanks in advance for reviewing, and any suggestions will be greatly appreciated.
Russell