Conditional Formatting for Cells which are different

baljeetgrover

New Member
Joined
Apr 2, 2016
Messages
5
Hi, I have created an excel sheet for my Online sales. In Returns tab i have created 2 columns, one is for Ordered Quantity and other one is for Returned quantity. I would to know, how can i create conditional formatting for cells which are different. For Ex-

Excel%20Sample_zpspku3gnd1.png


In this attached image A column is for Order ID, B is for Quantity Ordered and C is for Returned Quantity. As you can check C3,C4 are different form B3,B4. I want conditional formatting formula to change C3,C4 into RED because they are different from ordered quantities.

Thanx.
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Select A2:C2

Conditional Formatting
New Rule
Use a formula to determine...

=(B2<>C2)

Format as required
Use Format painter (paintbrush icon) to copy to other cells
 
Upvote 0

Forum statistics

Threads
1,213,535
Messages
6,114,194
Members
448,554
Latest member
Gleisner2

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