Conditional formatting to identify a list with errors

ollyhughes1982

Well-known Member
Joined
Nov 27, 2018
Messages
677
Office Version
  1. 365
Platform
  1. MacOS
Hi,

Screenshot 2023-10-02 at 10.12.13.png


I have an issue with conditional formatting in a cell. I want cell Q2 to turn orange (and font to turn black) if the range Q3:Q10002 contains any errors. I have used =ISERROR($Q$3:$Q$10002) and applied it to $Q$2, but this isn’t working for some reason. Where am I going wrong with this, please?

Link to OneDrive file: parkrun - Combined Events (Venues) - For Dump WORKING.xlsx

Thanks in advance!

Olly.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Similarly, In R2 I am using I am using =COUNTIF($R$3:$R$10002,"No") to identify if any cells contain 'No', but I have now realised that I also need to cater for errors too. Would there be a way to add something in to that formula, so that R2 highlights if R3:R10002 contains 'No' OR an error?
 
Upvote 0
Similarly, In R2 I am using I am using =COUNTIF($R$3:$R$10002,"No") to identify if any cells contain 'No', but I have now realised that I also need to cater for errors too. Would there be a way to add something in to that formula, so that R2 highlights if R3:R10002 contains 'No' OR an error?
Excel Formula:
=OR(COUNTIF($R$3:$R$10002,"No"),SUMPRODUCT(--ISERROR($R$3:$R$10002))>0)
try this one
 
Upvote 0

Forum statistics

Threads
1,215,172
Messages
6,123,428
Members
449,099
Latest member
COOT

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