Highlighting Cell if Formula is Removed

bionio

New Member
Joined
May 12, 2012
Messages
11
Hey guys, I was wondering if there is way (without using VBA) to highlight a cell if the formula within the cell has been deleted.

I am using VLOOKUPS to post data from a separate worksheet but there are cases in which I need to add data manually. So i would like to highlight the cell to remind me.
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Although using the Excel 4 macro GET.CELL isn't VBA, you will still have to save the workbook as an xlsm to use it.
 
Upvote 0
Since xlsm didn't exist prior to that, that's quite right. Saved in an xls, you will still have to enable Excel 4 macros.
 
Upvote 0
Hmm.. It works but it highlights the data with formulas and I do not understand how this solution works the way it does.
Ok, so you just need to reverse the logical test.

Try it like this:

=IsFormula=FALSE
 
Upvote 0

Forum statistics

Threads
1,219,162
Messages
6,146,659
Members
450,706
Latest member
LGVBPP

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top