conditional format to change color

JOEE1979

Active Member
Joined
Dec 18, 2022
Messages
250
Office Version
  1. 365
Platform
  1. Windows
I have a calendar that takes info from another sheet.
On the info sheet, column "B" changes to green if column "I" has a date.
I would like to replicate that on the calendar if possible and I'm so stuck.
The calendar is LIVE and changes every month.
If you can help me create the conditional format, I would appreciate it.

Thank you

Cell Formulas
RangeFormula
J1204:J1223J1204=G1204+30
K1204:K1223K1204=IF(IF(COUNTA(H1204,I1204)<>2,"",DAYS360(H1204,I1204,FALSE))=0,"SAME DAY",(IF(COUNTA(H1204,I1204)<>2,"",DAYS360(H1204,I1204,FALSE))))
B1204:B1223B1204=(B604)
G1204G1204=A1204
G1205G1205=A1204
G1206G1206=A1204
G1207G1207=A1204
G1208G1208=A1204
G1209G1209=A1204
G1210G1210=A1204
G1211G1211=A1204
G1212G1212=A1204
G1213G1213=A1204
G1214G1214=A1204
G1215G1215=A1204
G1216G1216=A1204
G1217G1217=A1204
G1218G1218=A1204
G1219G1219=A1204
G1220G1220=A1204
G1221G1221=A1204
G1222G1222=A1204
G1223G1223=A1204
M1204:M1223M1204=IF(AND($L$2>H1204,(ISBLANK(I1204))),"YES","")
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B4:B7323Expression=AND($L$2>=$G4, NOT(ISBLANK($I4)))textNO
B4:B7323Expression=AND($L$2>$G4, (ISBLANK($I4)))textNO
B4:B7323Expression=AND($L$2=$G4, (ISBLANK($I4)))textNO


Cell Formulas
RangeFormula
C2C2=DATE('Calender Setup'!P8,'Calender Setup'!P10,1)
C3:I3C3=C4
C4C4=$C$2-(WEEKDAY($C$2,1)-(start_day-1))-IF((WEEKDAY($C$2,1)-(start_day-1))<=0,7,0)+1
D4:I4D4=C4+1
C5:I24C5=IF(SUMIFS('2024'!$B:$B,'2024'!$G:$G,(CONCAT((TEXT(C$4,"DD-")),(TEXT($C$2,"MMM-YY")))),'2024'!$N:$N,$K5)=0,"",SUMIFS('2024'!$B:$B,'2024'!$G:$G,(CONCAT((TEXT(C$4,"DD-")),(TEXT($C$2,"MMM-YY")))),'2024'!$N:$N,$K5))
Cells with Conditional Formatting
CellConditionCell FormatStop If True
C88:I88,C109,C4:I4,C25:I25,C46:I46,C67:I67Expression=MONTH(C4)<>MONTH($C$2)textNO
C88:I88,C109,C4:I4,C25:I25,C46:I46,C67:I67Expression=OR(WEEKDAY(C4,1)=1,WEEKDAY(C4,1)=7)textNO
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.

Forum statistics

Threads
1,215,200
Messages
6,123,601
Members
449,109
Latest member
Sebas8956

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