A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Format the cell with the formula as a date.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need help with a formula. I need to be able to pick a date in one column (the last visit by an agency RN) and then in the second column I need it to auto-populate for the date 14 days from the entered date. So, date of last RN visit + 14 days = date of next required RN visit. I am using an online version so I am not able to use any developer tools. I also can't share the spreadsheet because of HIPAA laws. I am really hoping someone can help!
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Format the cell with the formula as a date.
Thank you so much for your help! I just have one other question. When I apply the function, it is returning a 5-digit number. Is there a way to ensure that it shows the DATEVALUE instead?
Let's say you enter the last visit date in D2 and down.
Enter the following formula in (for example) E2, then fill down as far as you want:
=IF(D2="", "", D2+14)