Conditional Format Formula for every 2nd column

jl2509

Board Regular
Joined
Oct 30, 2015
Messages
200
Office Version
  1. 365
Platform
  1. Windows
Hi Everyone.

I would really appreciate some support in trying to create a conditional format formula that highlights every value in every 2nd column i.e. B, D, F, H, J, and L where the value is lower than the required corresponding value in column A, C, E, G, I AND K as shown in the example.

Many thanks

RequiredTotalRequiredTotalRequiredTotalRequiredTotalRequiredTotalRequiredTotal
535152515354
535551525452
505550535355
505151555055
505551505050
555355505555
505254535353
535451505553
545351535350
535450505054
545455515151
535454505450
525050505251
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Assuming that your data begins in cell A1, select the range starting in cell B2 down to the last cell in your range.
Then, go to Conditional Formatting, and choose the formula option and enter this Conditional Formatting formula:
Excel Formula:
=AND(ISEVEN(COLUMN()),B2<A2)
and then select your red font formatting option.

Result:
1736514590481.png
 
Upvote 0
Solution
Thanks for the response and awesome solution.
Very much appreciated
 
Upvote 0
You are welcome.
Glad I was able to help!
 
Upvote 0

Forum statistics

Threads
1,225,743
Messages
6,186,773
Members
453,370
Latest member
juliewar

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