Related:
- Excel compare date
- Beyond compare download - Download - File management
- Excel mod apk for pc - Download - Spreadsheets
- Kernel for excel repair - Download - Backup and recovery
- How to change date format in excel - Guide
- Excel add days to date - Guide
1 response
in Excel, you can use Conditional formatting. In Access you can use a continuous form and some VBA code to highlight the row. You can't color the row just a a query. But, you can add another column that can act as a flag if all three match, i.e. IF date1=date2 and date2=date3 then flag=TRUE. Then filter for this.