COUNTIF Date is the same in 2 different columns
Hi,
I would like to COUNTIF the date in "Start date" and "End date" columns, on the same sheet, are the same.
It was quite simple to do it in an extra column per row:
=COUNTIF([End date]1, [Start date]1)
But would need to expand every time a row is added.
Unfortunately, even after looking on the forum I didn't succeed to make for all rows in the sheet summary, without the extra column.
Is it a solution?
Answers
-
If you change the format to @row and copy the formula all the way down it should work. Also, depending on the plan you're on, you could turn it into a column formula.
=COUNTIF([End date]@row, [Start date]@row)
-
Hi David, and thank you.
Found the @row benefit in the meantime and how to apply the formula to the column.
Was just curious about having a way to put directly a formula in the sheet summary.
For now I just created a formula with COUNTIF using the result from the extra, helper, column.
-
Ah. For that I think you would do:
=COUNTIF([End date]:[End date], [Start date]:[Start date])
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!