How to easily distinguish between formula cells and value cells?

CaraM

New Member
Joined
Apr 8, 2018
Messages
33
Office Version
  1. 365
Platform
  1. Windows
I'm building a large and complicated workbook for retirement investment strategizing.

I'm forecasting with formulas, on a yearly basis but, when a year has closed, i would like to enter my actual values throughout the workbook.

I'd really like to HIGHLIGHT those cells that contain "manual entries" (i.e., values) to distinguish them from those that still contain "future estimates" (i.e., formulas).

This would be WORKBOOK-WIDE, and I've got concerns about doing that with conditional formatting, but I'll use it if it's the only way.

Is there any conditional formatting - or other method - for distinguishing between cells containing values and those containing formulas?

Thanks
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

Depending on your xl version it would either have to be a macro, or conditional formatting.
 
Upvote 0
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

Depending on your xl version it would either have to be a macro, or conditional formatting.
Thanks - I've updated my profile. I use MS 365 on Windows 10.

I'd be interested in suggestions for either VBA or conditional. I was hoping there'd be something like ...

Wait - I just found something I can use. It's not automatic, but it also doesn't add to my file size like VBA and conditional formatting have done, in the past. I can use Home > Find & Select > Constants, unselect my column headers, and the highlight the cells manually. Not perfect, but does what I need mostly, I think!
 
Upvote 0
You can have dynamic results with Conditional Formatting

21 12 15.xlsm
ABC
1212
2 
3abcdefabcdef
CF Constants
Cell Formulas
RangeFormula
B1B1=6*A1
B2B2=IF(C2="","",C2)
C3C3=A3&B3
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1:C3Expression=AND(LEN(A1)>0,NOT(ISFORMULA(A1)))textNO
 
Last edited:
Upvote 0
Solution

Forum statistics

Threads
1,215,839
Messages
6,127,199
Members
449,368
Latest member
JayHo

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