Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
you may try the following UDF (put in a module of your workbook) Function is_formula(rng As Range) is_formula = rng.HasFormula End Function use it like =IS_FORMULA(A2) Note: not much error checking included (e.g. multiple cells as range parameter, array formulas, etc.). -- Regards Frank Kabel Frankfurt, Germany H. Zhu wrote: How to tell if a cell has formula only? Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Detect Cell Colour | Charts and Charting in Excel | |||
Formula to detect color? | Excel Worksheet Functions | |||
Detect Presence Formula | Excel Worksheet Functions | |||
Need Formula to detect duplicate invoices | Excel Discussion (Misc queries) | |||
Is there a function to detect changes in any given cell? | Excel Worksheet Functions |