Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Dave Peterson wrote: You could use Format|Conditional formatting and a UserDefined Function. In a General Module: Option Explicit Function IsFormula(rng As Range) IsFormula = rng(1).HasFormula End Function Then back to excel and use this in your Format|conditional formatting rules: Formula is: =isformula(A1) (If A1 is the activecell.) If you're new to macros, you may want to read David McRitchie's intro at: http://www.mvps.org/dmcritchie/excel/getstarted.htm looks a bit advanced for me; I'll file it away and play with it later. Thanks. " wrote: I have a column where most cells are based on a formula; but from time to time I would override selected cells with a plain number. Is there a way to automatically show (say with a shading) which cells in a column are based on formulas and which cells are directly entered numbers (the ability to do either one is sufficient, but I'd like to know how to do both) ? Thanks in advance - its amazing how much help one gets in this ng. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
checking that cells have a value before the workbook will close | Excel Worksheet Functions | |||
quick way to copy-paste a formula linked to cells in another file | Excel Worksheet Functions | |||
Formula works in some cells, doesn't in other | New Users to Excel | |||
trying to create an (almost) circular formula between cells and data validated cells with lists | Excel Worksheet Functions | |||
Applying formula to only NON-EMPTY cells in range | Excel Discussion (Misc queries) |