Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I've used this UDF:
Function IsFormula(cell_ref As Range) IsFormula = cell_ref.HasFormula End Function but I want to highlight several rows and this requires me to do the conditional formating as formula=formula(cell ref). |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to highlight several rows and this requires me to
do the conditional formating as formula=formula(cell ref). I interpret that to mean you use the Formula Is option in conditional formatting. So the correct formula would be: =IsFormula(cell_ref) Replacing cell_ref with the appropriate cell address. -- Biff Microsoft Excel MVP "marzomarz" wrote in message ... I've used this UDF: Function IsFormula(cell_ref As Range) IsFormula = cell_ref.HasFormula End Function but I want to highlight several rows and this requires me to do the conditional formating as formula=formula(cell ref). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional format if cell contains formula | Excel Worksheet Functions | |||
Copy Conditional Format by formula containing cell defined name | Excel Discussion (Misc queries) | |||
conditional format if the cell contains a formula | Excel Worksheet Functions | |||
Conditional format if a cell has a formula or if a percent or numb | Excel Discussion (Misc queries) | |||
How do I do conditional format based on a cell with a formula? | Excel Worksheet Functions |