Conditional formatting question

aka_krakur

Active Member
Joined
Jan 31, 2006
Messages
438
Here is a sample of a spreadsheet I have:
Book3
ABCDE
1UserInputCurrentIncidentNumber44815
2
3INCIDENT_NUMBERCASE_NUMBERPART_SEQUENCEACTUAL_DEVICE_CODEID
44481511162844815-1-1
54491511228444915-1-1
64491511X10044915-1-1
74491511228444915-1-1
84491511X10044915-1-1
94600411228446004-1-1
104600411X10046004-1-1
114600411228446004-1-1
124600411X10046004-1-1
134676311117946763-1-1
144693411228446934-1-1
154693411228446934-1-1
Sheet1


I would like column E (ID) to be conditionally formatted to turn yellow (as shown) if/when cell in column A = C1

So for the above example since A4 = C1 cell E4 gets highlighted Yellow.

Is this possible?
If so, how?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Select E4 onwards, goto conditional formatting, select Formula is, enter this formula

=$A4=$C$1

and format as required.
 
Upvote 0
Or, since the concatenate formula in column E always results in the first digits of the string being whatever is in column A, you can bypass column A altogether by using this conditional format in Column E:

=LEFT(E4,5)*1=$C$1
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,684
Members
448,977
Latest member
dbonilla0331

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