I would look to maybe make ifelse calculated fields that only display data that you are looking for.
ifelse({field}='blue',{value},0)
Then run calculations on this field ^ and the other fields you have created.
I would look to maybe make ifelse calculated fields that only display data that you are looking for.
ifelse({field}='blue',{value},0)
Then run calculations on this field ^ and the other fields you have created.