How to format cell within a column using conditional formatting with multiple conditions

sgderrick

New Member
Joined
Dec 27, 2023
Messages
1
Office Version
  1. 365
Platform
  1. Windows
hi All,

I am trying to highlight cells that meet multiple conditions.

For example: I would like to highlight the cell in column I (e.g. 18875367) if cell in E row = D1 (blank) and if cell in H row is <=G1 (in this case I put 2024-01)
1703661086844.png

Is there anyone who can help me out? I only know how to highlight cell with single numeric conditions.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Perhaps the below will help:
Book1
ABCDEFGHI
1(blank)2024-01
2
3
4(blank)2024-021
5(blank)2025-022
6(blank)2024-013
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
I4:I6Expression=AND($E4=$A$1,--SUBSTITUTE($H4,"-","")<=--SUBSTITUTE($G$1,"-",""))textNO
 
Upvote 0

Forum statistics

Threads
1,215,102
Messages
6,123,099
Members
449,096
Latest member
provoking

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