Countif Columns - that have dates then subtract
I have 3 columns that may or may not contain dates.
I want to count if they are blank.
Take that number and subtract from 3.
Once an employee hits their 90 days working there is a formula to enter the 3 at that time which why you see the fx there.
Best Answer
-
Hello @Elizabeth Aird
Are you trying to determine Sick Days Used, or Sick Days Available (from 3)? Sick Days Used can be counted directly using the formula below.
=COUNTIFS([Sick Day 1]@row:[Sick Day 3]@row, ISDATE(@cell))
Sick Days Available
=3-COUNTIFS([Sick Day 1]@row:[Sick Day 3]@row, ISDATE(@cell))
Answers
-
Hello @Elizabeth Aird
Are you trying to determine Sick Days Used, or Sick Days Available (from 3)? Sick Days Used can be counted directly using the formula below.
=COUNTIFS([Sick Day 1]@row:[Sick Day 3]@row, ISDATE(@cell))
Sick Days Available
=3-COUNTIFS([Sick Day 1]@row:[Sick Day 3]@row, ISDATE(@cell))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!