Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Aug 30, 11:28 am, Mark Lincoln wrote:
You need to add a user defined function to the workbook. Enter this in a module: Public Function IsFormula(rng As Range) IsFormula = rng.HasFormula End Function Then highlight the cells needing CF, go to Conditional Formatting, choose "Formula Is" and type in the formula field: =IsFormula(A1) ...and set your desired format. (Change A1 in the formula to the upper-left cell of the range you highlighted.) Mark Lincoln On Aug 24, 2:40 pm, Finny388 wrote: I cannot figure this out no matter what I do Every formula it try to apply addresses the RESULT of the formula (as it should) instead of the value. any solution much appreciated thanks Thank you so much! That has been an issue for so long. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cond. formatting, based on other cell values? | Excel Discussion (Misc queries) | |||
Programming Formula for Cond. Format yields different formula | Excel Programming | |||
Make the result of a formula red (cannot be done in cond. format.) | Excel Discussion (Misc queries) | |||
How do I use cond format formula to set cell text and color? | Excel Discussion (Misc queries) | |||
Cond. Format & Absolute Cell Reference Question | Excel Discussion (Misc queries) |