Counting and stop counting in a cell
Closed
jerome
-
Jun 20, 2022 at 12:02 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jun 21, 2022 at 12:02 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jun 21, 2022 at 12:02 PM
Related:
- Counting and stop counting in a cell
- How to count names in excel - Guide
- Conditional formatting if cell contains text - Excel Forum
- If cell contains date then return value ✓ - Office Software Forum
- Insert a function in cell b2 to display the current date from your system. ✓ - Excel Forum
- Based on the cell values in cells b77 - Excel Forum
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Jun 21, 2022 at 12:02 PM
Jun 21, 2022 at 12:02 PM
Hi Jerome,
So basically you want to count the days between the start date and today's date until there is entered an end date, then you want to count the days between the start date and the end date.
This formula will do that for you:
=IF(C2="",DATE(YEAR(NOW()),MONTH(NOW()),DAY(NOW()))-A2,C2-A2)
Best regards,
Trowa
So basically you want to count the days between the start date and today's date until there is entered an end date, then you want to count the days between the start date and the end date.
This formula will do that for you:
=IF(C2="",DATE(YEAR(NOW()),MONTH(NOW()),DAY(NOW()))-A2,C2-A2)
Best regards,
Trowa