Conditional Formating for #VALUE! result

efish

New Member
Joined
Jan 8, 2004
Messages
35
I would like to black out or strikethrough lines that produce a #VALUE! result from a spreadsheet that uses a formula to produce a date. I've tried conditional formating but it does not seem to work for the #VALUE! result. Any suggestions?
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Use a conditional formatting formula of-

=ERROR.TYPE(A1)=3

Although it might be best to handle a possible error within your formula and return something else.
 
Upvote 0
Do you know how I'd highlight the entire row if this condition existed in one of the cells. I'm looking at doing this on a spreadsheet of 200+ rows.
 
Upvote 0
Highlight all the cells in all the rows where you wish to apply the formatting. Then use this formula-

=ERROR.TYPE($A1)=3

Where A1 is the first cell in your formatted region.
 
Upvote 0

Forum statistics

Threads
1,215,062
Messages
6,122,925
Members
449,094
Latest member
teemeren

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