IF CELL VAlUE IS "?", THEN MAKE IT YELLOW

turkanet

New Member
Joined
Aug 20, 2017
Messages
32
Office Version
  1. 2021
Platform
  1. Windows
Dears,
how to make formula for;


if any cell in A2:AF5000 is "?", then make cell in yellow color
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
1. With your mouse, select A2:AF5000.
2. Home>Conditional Formatting>New Rule> Use a formula
3. Formula is: =A2="?"
4. Set the format to yellow fill
5. Press OK
 
Upvote 0
Select A2:AF5000, then home tab / conditional formating.

Select the first option :"highlight cells rules"

In the coming menu, select "equals to...".

Type ? in the first part and in the arrow menu, select the last one "custom format...".

Go on last tab "fill" and select the yellow color.

Every cell where you type ? becomes yellow
 
Last edited:
Upvote 0
If the ? could be anywhere in the cell then using the same method as Kamolga has posted but using "Text that contains" rather than "equal to", type ~? rather than ? in the line below...

Type ? in the first part and in the arrow menu, select the last one "custom format...".
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,093
Messages
6,123,069
Members
449,090
Latest member
fragment

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