Hi all,
I use conditional formating to color the border of cells that contain a date that is within a week from today.
My table is fill colors; 1 line gray, 1 gray white, 1 line gray and so on.
This is done for readability.
The conditional formating fills all cells with white. I don't want this. I want it to stay either gray or white (the original color).
Some way to make this?
Conditional format formule: =WEEKNUM($D3)=WEEKNUM(NOW())
Format; red borders
I use conditional formating to color the border of cells that contain a date that is within a week from today.
My table is fill colors; 1 line gray, 1 gray white, 1 line gray and so on.
This is done for readability.
The conditional formating fills all cells with white. I don't want this. I want it to stay either gray or white (the original color).
Some way to make this?
Conditional format formule: =WEEKNUM($D3)=WEEKNUM(NOW())
Format; red borders
Cell Formulas | ||
---|---|---|
Range | Formula | |
D3512:D3513 | D3512 | =IFERROR(INDEX('\\nltilnetapsnas1\PUBLIC\Supply Chain\Planning\Sales Order Report\[SOR.xlsx]SOR (BPOOP011)'!$AC:$AC,MATCH(A3512,'\\nltilnetapsnas1\PUBLIC\Supply Chain\Planning\Sales Order Report\[SOR.xlsx]SOR (BPOOP011)'!$C:$C,0)),"") |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
D3:D1048573 | Expression | =WEEKNUM($D3)=WEEKNUM(NOW()) | text | NO |
A3:AG1048573 | Expression | =AND($A3<>"";MOD(SUBTOTAL(3;$A$3:$A3);2)=0) | text | NO |