Date Diff in excel 2010
Solved/Closed
Related:
- Date Diff in excel 2010
- Pdf and xps add in 2010 - Download - Other
- Office 2010 free download - Download - Office suites
- Excel mod apk for pc - Download - Spreadsheets
- Microsoft office picture manager 2010 free download - Download - Image viewing and management
- How to change date format in excel - Guide
2 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Contributor
Last seen
December 27, 2022
555
Feb 14, 2011 at 09:24 AM
Feb 14, 2011 at 09:24 AM
Hi Mark,
Try this:
=TODAY()-MAX(B2:J2)
This will tell you the amount of days between todays date and the maximum value of the dates entered (meaning the most recent date entered).
You can now use conditional format to change the way the locations name looks like, depending on the difference in days, to make it easy to spot those locations.
Best regards,
Trowa
Try this:
=TODAY()-MAX(B2:J2)
This will tell you the amount of days between todays date and the maximum value of the dates entered (meaning the most recent date entered).
You can now use conditional format to change the way the locations name looks like, depending on the difference in days, to make it easy to spot those locations.
Best regards,
Trowa