View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ashish Mathur[_2_] Ashish Mathur[_2_] is offline
external usenet poster
 
Posts: 1,766
Default Conditional format to highlight only cells with formula, not const

Hi,

Try this

Go to the Name Manager (Ctrl+F3) and click on New (In Excel 2007). In Excel
2003, Ctrl+F3 would do. In the name box type cellhasformula and in the
Refers to box, type the foll

=get.cell(48,indirect(€œrc€,false))

Now go to conditional formatting and in Formula is, type =cellhasformula.
Select the desired format

Hope this helps.

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"hkbarnett" wrote in message
...
I am trying to set up a spreadsheet that will change the cell color if the
formula in the cell has been replaced with a specific value.
Is there any way to conditional format all cells that contain a formula,
but
not a constant?

Herb