Changing the font colour in a Cell

S Walker

New Member
Joined
Sep 30, 2024
Messages
8
Office Version
  1. 2019
Platform
  1. Windows
I would like to change the Font Colour of a manually inputed number in Cell C4 Sheet3 from Black to Red if it is equal to any of the Manually inputed numbers in Cells C5 to L5 in Sheet 2.
Many Thanks n advance. SW.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Welcome to the Forum!

One way is to use conditional formatting:

ABC
1
2
3
422
Sheet3
Cells with Conditional Formatting
CellConditionCell FormatStop If True
C4Expression=ISNUMBER(MATCH(C4,Sheet2!C5:L5,))textNO

ABCDEFGHIJKL
1
2
3
4
51122334455667788991010
6
Sheet2
 
Upvote 0
Solution
Thankyou Stephen. Looking at this solution it seems clear and obvious but I cannot get my Conditional Formatting menu to show your images. Is there something I'm doing wrong? I am using Office 2019
 
Upvote 0
Sorry. Just tried the formula in the line on my version of CF and it worked! Mant Thanks Again from one Stephen to another.
 
Upvote 0

Forum statistics

Threads
1,222,902
Messages
6,168,938
Members
452,227
Latest member
sam1121

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