Conditional Formatting and ISFORMULA in 2010

brumby

Active Member
Joined
Apr 1, 2003
Messages
400
Hiya folks,

I am trying to highlight any cells in my range which are not formula's. It looks like ISFORMULA is not part of 2010, is there any other ways?

Many Thanks
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result

T. Valko

Well-known Member
Joined
May 9, 2009
Messages
16,623
See this...

http://tinyurl.com/CellHasFormula

That describes how to apply cf to cells that DO contain formulas.

Since your application is the exact opposite you'd want to use the formula:

=NOT(IsFormula)

Or:

=IsFormula=FALSE
 
Last edited:
Upvote 0

Forum statistics

Threads
1,195,749
Messages
6,011,436
Members
441,614
Latest member
TiaGtz

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
Top