Excelgovgeek
New Member
- Joined
- Mar 19, 2018
- Messages
- 4
I am racking my brain trying to figure out how to highlight the cell if it's formula has changed.
For example, the formula in the cell is: =IFERROR(SUM(K5,L5)*VLOOKUP($G5,OH,2,FALSE),0)
if a user changes the cell's formula to be something like: =IFERROR((K5)*VLOOKUP($G5,OH,2,FALSE),0) ,I'd like to be able to highlight the cell's color (essentially tracking if the cell has changed).
Not sure if this is possible but it seems like it should be able to be done. This is a workbook that is going out to a large user base so I would rather not use VBA as some of their networks may block macros and .xlsm docs.
Thanks in advance for any and all suggestions!
For example, the formula in the cell is: =IFERROR(SUM(K5,L5)*VLOOKUP($G5,OH,2,FALSE),0)
if a user changes the cell's formula to be something like: =IFERROR((K5)*VLOOKUP($G5,OH,2,FALSE),0) ,I'd like to be able to highlight the cell's color (essentially tracking if the cell has changed).
Not sure if this is possible but it seems like it should be able to be done. This is a workbook that is going out to a large user base so I would rather not use VBA as some of their networks may block macros and .xlsm docs.
Thanks in advance for any and all suggestions!