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 Contributor Last seen December 27, 2022 - Jun 21, 2022 at 12:02 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Jun 21, 2022 at 12:02 PM
Related:
- Counting and stop counting in a cell
- Counting names in excel - Guide
- Counting occurrences in excel - Guide
- If a cell has text then return value ✓ - Excel Forum
- Based on the cell values in cells b77 - Excel Forum
- Cell phone codes - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Contributor
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