Jlopez0320
New Member
- Joined
- Jun 17, 2024
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
- Web
Hello!
I am new to the community and Excel for anything more than hat dont require formulas. I am creating a document to track clients that I have to contact for work and want to have the "Next Follow Up" column (K) auto populate a date that is either one week past the "Referral Follow up" (I) or "Last Client Contact" (J)
I currently have this formula under column J, but any effort to have 'If K is blank, leave J blank' has been unsuccessful and gives me the date 1/7/1900 if there is nothing in column K.
This is what the sheet can look like. Referral follow-up can have up to three dates, as we will have three touchpoints before exiting a client from the program.
Also! I eventually want to change the conditional formatting of the "Next Follow-up" column to change the fill color as we approach the date. Would that affect the conditional formatting of the rows? Is there an easier way to do this? Thank you again for all the help!
I am new to the community and Excel for anything more than hat dont require formulas. I am creating a document to track clients that I have to contact for work and want to have the "Next Follow Up" column (K) auto populate a date that is either one week past the "Referral Follow up" (I) or "Last Client Contact" (J)
I currently have this formula under column J, but any effort to have 'If K is blank, leave J blank' has been unsuccessful and gives me the date 1/7/1900 if there is nothing in column K.
=IF(J2=" "," ", DATE(YEAR(J2), MONTH(J2), DAY(J2)+7))
This is what the sheet can look like. Referral follow-up can have up to three dates, as we will have three touchpoints before exiting a client from the program.
Also! I eventually want to change the conditional formatting of the "Next Follow-up" column to change the fill color as we approach the date. Would that affect the conditional formatting of the rows? Is there an easier way to do this? Thank you again for all the help!