I am trying to make a user friendly deadline reminder for the shared drive at work, I got it to work with Microsoft 365 but we only have Excel 2016 at work and that does not have the =TEXTJOIN function.
I need whatever course is listed in B Column, to show up on either the "Due Today" or "Due Tomorrow" based on the deadline date set in column C.
Any help is greatly appreciated, thanks.
I need whatever course is listed in B Column, to show up on either the "Due Today" or "Due Tomorrow" based on the deadline date set in column C.
Any help is greatly appreciated, thanks.
CourseAuto.xlsx | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | E | F | ||||
5 | ||||||||
6 | Due Today | Driver's Cse, Mod3B | ||||||
7 | ||||||||
8 | ||||||||
9 | Due Tomorrow | CEF | ||||||
10 | ||||||||
11 | ||||||||
12 | Course | Unit - NLT | ||||||
13 | ||||||||
14 | Driver's Cse | 11/09/2023 | ||||||
15 | CEF | 12/09/2023 | ||||||
16 | CommOP | 02/09/2023 | ||||||
17 | BTA | 31/08/2023 | ||||||
18 | GAA Coaching | 27/09/2023 | ||||||
19 | Mod2B | 01/09/2023 | ||||||
20 | Mod3B | 11/09/2023 | ||||||
21 | ||||||||
22 | ||||||||
23 | ||||||||
24 | ||||||||
25 | ||||||||
26 | ||||||||
27 | ||||||||
28 | ||||||||
29 | ||||||||
30 | ||||||||
31 | ||||||||
32 | ||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F6 | F6 | =TEXTJOIN(", ", TRUE, IF(C13:C39 = TODAY(), IF(B13:B39<>"", B13:B39, ""), "")) |
F9 | F9 | =TEXTJOIN(", ", TRUE, IF(C13:C39 = TODAY() +1, IF(B13:B39<>"", B13:B39, ""), "")) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
C25:C43,B13:C24 | Expression | =ISBLANK(C13) | text | NO |
C25:C43,B13:C24 | Expression | =TODAY()>= B13 | text | NO |
C25:C43,B13:C24 | Expression | =TODAY()>=B13 -1 | text | NO |