Related:
- Excel: date+1 year?
- Excel mod apk for pc - Download - Spreadsheets
- Kernel for excel repair - Download - Backup and recovery
- Vat calculation excel - Guide
- Menu déroulant excel - Guide
- Excel online macros - Guide
5 responses
Hi,
Try with this formula where A1 is the cell which contains the date :
Best regards
Try with this formula where A1 is the cell which contains the date :
=IF(TODAY()<EDATE(A1;12);"up to date";"needs updating")
Best regards
A few minor syntax errors and I think you will now find this works
=IF(TODAY()>=EDATE(A1,12),"up to date","needs updating")
=IF(TODAY()>=EDATE(A1,12),"up to date","needs updating")