Cell values in same column summed to different cells based on color

slopez94

New Member
Joined
Jun 20, 2023
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hello, Everyone.

I am needed to sum the numerical value of cells in the same column based on the data source cell color. For example, in the area below in the red square any cell in blue should be summed to K3 for Production Labor, any cell in green should be summed to K7 for Paint Labor.

How could I insert a sum formula to K3 & K7 to include the cell range in the red square while only summing the correct color cells?

1713300531626.png
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
what qualifies the color of the
The green or blue cell is just a manual color fill to identify different resources. They don't necessary need to be different colors, I just need to find a sum if formula and find a way to have the different row values in that cell range (red squared) get summed to the sum cells up up if they are paint or production.
 
Upvote 0
You could use a sumifs of the column you want, and include the work area as part of the criteria.
 
Upvote 0

Forum statistics

Threads
1,215,200
Messages
6,123,601
Members
449,109
Latest member
Sebas8956

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top