• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

SUM BASED ON CELL COLOR

Greetings!!
I have an excel file, into which few are color cells and rest are non color cells. And this data will get updated. All I want is to sum the color cell data and non color cell data separately.
I shall appreciate non vba solution.
Regards
Neeraj Kumar Agarwal
 

Attachments

  • EXAMPLE.xlsx
    9.1 KB · Views: 13
If VBA can't be used for one reason or another. You can use helper column (or table) to index color.

See attached.
 

Attachments

  • EXAMPLE (1).xlsx
    12.7 KB · Views: 25
Sir,

I do appreciate your idea. But my data keeps changing and it is vast. So this idea might not work here.

Regards
Neeraj Kumar Agarwal
 
There must be some condition/logic used to assign colour(s) to your cells right?

Use that same logic to assign text to a adjacent cell or in another table. Just add line as you add line to your data.

Other than that, as bobhc stated, you'd need VBA.
 
Back
Top