Link to home
Start Free TrialLog in
Avatar of ThomasJue
ThomasJueFlag for United States of America

asked on

IF cell is a formula

Is there an IF statement that can recognize if a cell is a formula or a value?

I have a worksheet where the user can override a formula with their value.  I would like to use a conditional format with a formula that if the cell is a value, the fill is a light gray color.

I do not to use Visual Basic or Macros for this.  

Thank you.  

Tom
ASKER CERTIFIED SOLUTION
Avatar of NBVC
NBVC
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ThomasJue

ASKER

This solution works and it has examples on how to do it.