Selecting shaded cells in a row

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to exclude the values of cells that are shaded in a summation, e.g. I
have SUM(A9: Z9) = 1000, but I do not want cells F9, M9 and Y9, so I
highlight them in, say, green, then manually amend the appropriate cell
calculation to deduct these values.

Can Excel account for highlighting in this way?
 
Norman, I need to simplify the answer. These solutions (appear to) require
VBA programming, and mine is non-existant! mAny more suggestions please?
 
Al said:
Norman, I need to simplify the answer. These solutions (appear to) require
VBA programming, and mine is non-existant! mAny more suggestions please?
....

The only other suggestion would be to use a different spreadsheet program.
Excel provides *NO* built-in (worksheet function) means of determining cell
background or text color. If you need to do this, you *MUST* use VBA or
(much more cumbersome, infelxible and error-prone) XLM functions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top