![]() |
#1
|
|||
|
|||
![]() I have a spreadsheet using VLOOKUP() to offer default values for certain cells. I would like to force this value to be typed manually, even if correct, so that if the lookup table value is later updated, previous entries remain unchanged. Is there a way I can identify the cells where the value has been derived from a formula, so that I can use conditional formatting to show these entries in grey? |
#2
|
||||
|
||||
![]()
Perhaps use following UDF
Code:
Function IsFormula(cell_ref As Range) IsFormula = cell_ref.HasFormula End Function =IsFormula(A1) will return True or False
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
![]() |
Tags |
conditional formatting, formulas, vlookup |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
the character "v" when typed acts like ctrl-v. | jim redfield | Word | 1 | 09-22-2012 05:19 AM |
![]() |
kyjac85 | Word VBA | 3 | 09-14-2012 08:19 PM |
![]() |
theMikeD | Word | 2 | 09-11-2012 05:46 PM |
![]() |
Thinker | PowerPoint | 5 | 07-26-2012 11:59 PM |
![]() |
Ziggy-R | Word | 10 | 09-28-2010 01:42 AM |