Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
A member of this forum provided the following UDF to display a formula within
a cell: Function GetFormula(Cell As Range) As String GetFormula = Cell.Formula End Function I tried creating the following €ścustom€ť Validation rule for cell A1 (which happens to contain a formula): =LEFT(GetFormula(A1),1)="=" but it is not working correctly (I get a €śNamed range cannot be found€ť error message). I want to ensure that someone doesn't inadvertently over-write a cell containing a formula. Can anyone show me how to do this using a Validation rule? I am aware of a solution using Conditional Formatting, but I really need to use a Validation rule. Any help would be greatly appreciated. Thanks, Bob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Validation Error | Excel Worksheet Functions | |||
Please help with Statistics Formulas in Excel | Excel Discussion (Misc queries) | |||
Formulas not recognizing new data | Excel Discussion (Misc queries) | |||
validation rule | Excel Worksheet Functions | |||
Data Validation Window? | Excel Discussion (Misc queries) |