CheepBeerSux
New Member
- Joined
- Aug 23, 2022
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
Hi,
This is my first post so I hope I explain myself correctly. I am building a "notes due" database by the following rules. A person is admitted on a date, then a nursing assessment note is due every 7 days for 8 weeks. Following that they are monthly. The problem is that the time increments are based on the admission date, but some patient's notes end up being years ago in the sequence and only one year is on the spreadsheet. I would like to make the admission dates that are over 365 days auto update to this year. i.e. 10-23-1998 would become 10-23-2022 so I'm not looking at dates that say 1999. No formulas are associated with the admission dates, those cells are open to programming. Thank you in advance.
This is my first post so I hope I explain myself correctly. I am building a "notes due" database by the following rules. A person is admitted on a date, then a nursing assessment note is due every 7 days for 8 weeks. Following that they are monthly. The problem is that the time increments are based on the admission date, but some patient's notes end up being years ago in the sequence and only one year is on the spreadsheet. I would like to make the admission dates that are over 365 days auto update to this year. i.e. 10-23-1998 would become 10-23-2022 so I'm not looking at dates that say 1999. No formulas are associated with the admission dates, those cells are open to programming. Thank you in advance.
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
A28:O28,Q28:XFD28 | Cell Value | =TODAY() | text | NO |
A28:O28,Q28:XFD28 | Dates Occurring | this week | text | NO |
A28:O28,Q28:XFD28 | Cell Value | between TODAY() and TODAY()+2 | text | NO |
29:29 | Cell Value | =TODAY() | text | NO |
29:29 | Dates Occurring | this week | text | NO |
29:29 | Cell Value | between TODAY() and TODAY()+2 | text | NO |
B30:G32 | Cell Value | =TODAY() | text | NO |
B30:G32 | Dates Occurring | this week | text | NO |
B30:G32 | Cell Value | between TODAY() and TODAY()+2 | text | NO |
E33:J33,D33:D34 | Cell Value | =TODAY() | text | NO |
E33:J33,D33:D34 | Dates Occurring | this week | text | NO |
E33:J33,D33:D34 | Cell Value | between TODAY() and TODAY()+2 | text | NO |
Q1:XFD1,A37,A33:C34,K33:N33,K32:M32,A38:N1048576,C37:N37,A35:N36,L34:N34,Q2:AC27,AE2:XFD27,A1:N27,A30:A32,H30:N31,AE30:XFD1048576,Q30:AC1048576 | Cell Value | =TODAY() | text | NO |
Q1:XFD1,A37,A33:C34,K33:N33,K32:M32,A38:N1048576,C37:N37,A35:N36,L34:N34,Q2:AC27,AE2:XFD27,A1:N27,A30:A32,H30:N31,AE30:XFD1048576,Q30:AC1048576 | Dates Occurring | this week | text | NO |
Q1:XFD1,A37,A33:C34,K33:N33,K32:M32,A38:N1048576,C37:N37,A35:N36,L34:N34,Q2:AC27,AE2:XFD27,A1:N27,A30:A32,H30:N31,AE30:XFD1048576,Q30:AC1048576 | Cell Value | between TODAY() and TODAY()+2 | text | NO |