is there a way to format all cells that are formulas a color at o.

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

Guest

I have a spreadsheet that has formulas and numbers in it. I want to color
code all of the cells that have formulas but I do not want to have to copy
the action over and over. Is there a way to do the whole spreadsheet at once?
 
Hi Priceie,

Try:

Edit | GoTo | Special | check Formulas | Ok | Apply desired formatting
 
Select all cells with Ctrl+A (unless you have Excel 2003)

Edit, Goto (or Ctrl+G); then Special button, formula with numbers
Then you can format your selection.

You can do this with a macro, in which case these would help
http://www.mvps.org/dmcritchie/excel/proper.htm
http://www.mvps.org/dmcritchie/excel/colors.htm

If you have Excel 2003, use the button at the intersection of
the rows and columns headings -- it is NOT the same but close.
I have a macro on my shortcuts page strictly for Excel 2003
http://www.mvps.org/dmcritchie/excel/shortx2k.htm#CtrlA

You could do this as well with Conditional Formatting but it would
require a User Defined Function, which could slow things down.
 
Basically what Norman said.

If you want more gory details:
Select all cells with Ctrl+A (unless you have Excel 2003)

Edit, Goto (or Ctrl+G); then Special button, formula with numbers
Then you can format your selection.

You can do this with a macro, in which case these would help
http://www.mvps.org/dmcritchie/excel/proper.htm
http://www.mvps.org/dmcritchie/excel/colors.htm

If you have Excel 2003, use the button at the intersection of
the rows and columns headings -- it is NOT the same but close.
I have a macro on my shortcuts page strictly for Excel 2003
http://www.mvps.org/dmcritchie/excel/shortx2k.htm#CtrlA

You could do this as well with Conditional Formatting but it would
require a User Defined Function, which could slow things down.
 
CRTL + A to select all cells on the worksheet.

F5 Special>Formulas>OK

Format to the color you want.

Gord Dibben Excel MVP
 

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