Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I format a cell with red highlights if it contains a value and leave
it alone if it containes a formula? I useed =isformula(F6)=FALSE with Excel 2007 conditional formatting but now can't get it to work. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
First define a range name - 1. Choose Insert, Name, Define 2. and in the Names in workbook box enter F (or any name you want) 3. in the Refers to box enter =GET.CELL(48,INDIRECT("rc",FALSE)) Next apply conditional formatting: to mark all cells with formulas 4. Format, Conditional Formatting 5. Formula is 6. Enter =F 7. Click Format and pick a color to mark all cells without formulas 6a. Use <F -- If this helps, please click the Yes button. Cheers, Shane Devenshire "Joe" wrote: How do I format a cell with red highlights if it contains a value and leave it alone if it containes a formula? I useed =isformula(F6)=FALSE with Excel 2007 conditional formatting but now can't get it to work. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Shane-
Thanks for your help but I found an old note I had that worked for me: In order for Excel to check a cell for the contents to be a formula or just plain values you must press Alt F11 and enter this: Function IsFormula(c) IsFormula = c.HasFormula End Function as a Visual Basic Module VBM "Shane Devenshire" wrote: Hi, First define a range name - 1. Choose Insert, Name, Define 2. and in the Names in workbook box enter F (or any name you want) 3. in the Refers to box enter =GET.CELL(48,INDIRECT("rc",FALSE)) Next apply conditional formatting: to mark all cells with formulas 4. Format, Conditional Formatting 5. Formula is 6. Enter =F 7. Click Format and pick a color to mark all cells without formulas 6a. Use <F -- If this helps, please click the Yes button. Cheers, Shane Devenshire "Joe" wrote: How do I format a cell with red highlights if it contains a value and leave it alone if it containes a formula? I useed =isformula(F6)=FALSE with Excel 2007 conditional formatting but now can't get it to work. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I format a cell based on the contents of a different cell? | Excel Discussion (Misc queries) | |||
How do I format one cell based on contents in another cell in Exce | Excel Discussion (Misc queries) | |||
Can I format a row based on the contents of one cell? | Excel Discussion (Misc queries) | |||
Set number format based on cell contents | Excel Discussion (Misc queries) | |||
Conditional Format based on contents of cell. | Excel Worksheet Functions |