DarkoDeign2
Board Regular
- Joined
- Jun 20, 2023
- Messages
- 76
- Office Version
- 365
- Platform
- Windows
Hi,
In column: W, Y, AA, AC & AE, I have dates. Some columns/cells are empty.
The range of these columns are from 2 to 1500, so e.g. W2:W1500, AA2:AA1500 and so on...
If there are dates in the colums, the first date is in col W. In the next col Z the date would be the value from W + 7days and so on.
W = (a random date)
Y = W+7days
AA = W+Y+7days
AC = W+Y+AA+7days
AE = W+Y+AA+AC+7days
I am looking for a solution for conditional formatting on every row.
To highlight the last date and fill the cell with lets say green color if the date in this cell is older than todays date.
In column: W, Y, AA, AC & AE, I have dates. Some columns/cells are empty.
The range of these columns are from 2 to 1500, so e.g. W2:W1500, AA2:AA1500 and so on...
If there are dates in the colums, the first date is in col W. In the next col Z the date would be the value from W + 7days and so on.
W = (a random date)
Y = W+7days
AA = W+Y+7days
AC = W+Y+AA+7days
AE = W+Y+AA+AC+7days
I am looking for a solution for conditional formatting on every row.
To highlight the last date and fill the cell with lets say green color if the date in this cell is older than todays date.
Book1 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
W | Y | AA | AC | AE | |||||||
1 | 2023-06-20 | 2023-06-27 | 2023-07-04 | 2023-07-11 | 2023-07-18 | ||||||
2 | 2023-07-02 | 2023-07-09 | 2023-07-16 | ||||||||
3 | 2023-07-04 | ||||||||||
4 | 2023-07-07 | 2023-07-14 | 2023-07-21 | 2023-07-28 | |||||||
5 | 2023-07-07 | 2023-07-14 | 2023-07-21 | 2023-07-28 | |||||||
6 | 2023-07-07 | 2023-07-14 | 2023-07-21 | 2023-07-28 | |||||||
7 | 2023-07-11 | 2023-07-18 | 2023-07-25 | 2023-08-01 | |||||||
8 | 2023-07-14 | 2023-07-21 | 2023-07-28 | 2023-08-04 | |||||||
9 | 2023-07-17 | 2023-07-24 | 2023-07-31 | ||||||||
10 | 2023-07-17 | 2023-07-24 | 2023-07-31 | ||||||||
11 | 2023-07-18 | ||||||||||
12 | 2023-07-20 | 2023-07-27 | |||||||||
13 | 2023-07-21 | 2023-07-28 | |||||||||
14 | 2023-07-21 | 2023-07-28 | |||||||||
Sheet1 |
Last edited: