how do I change cell colour to show function used

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

Guest

I have a spreadsheet with functions created to be applied against figures in
appropriate cells. I would like the cells where the functions are used to
colour code to indicate which function was applied
 
If you want to color all cells having formulas, then:

Edit > Goto... > Special... > Formulas

this selects the cells. Then:
Format > Cells... > Patterns > and pick the color

If you want to color code specific functions, like =SUM(), you will need VBA.
 
Edit>Go to>Special, check Formulas
This will select all formulas so you can format them as required

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|I have a spreadsheet with functions created to be applied against figures in
| appropriate cells. I would like the cells where the functions are used to
| colour code to indicate which function was applied
 

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