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
- 67.1K Get Help
- 449 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!