How do I count an occurrence when two dates don't match?
Hello,
Can someone help me create a formula that will look at the form created date (date only) and compare it to the activity date being reported and tell me how frequently the activity date is not the same as the created date?
I get invalid operation with the following:
=COUNTIFS({NS FSE}, [FSE Name]@row, {NS entry date} <> {NS Activity Date})
Wondering also how I can use date only since the created date includes time stamp. Right now I created a separate column to remove the time stamp, but it would be awesome if I didn't have to do that.
Many thanks in advance!
Answers
-
You are missing a comma. Formula should look like this
=COUNTIFS({NS FSE}, [FSE Name]@row, {NS entry date}, <> {NS Activity Date})
-
You should also be able to use DATEONLY({created date}) in the place of your helper column name
-
@Hollie Green thank you!
-
add a column in your source sheet that checks if the date matches. Then use that column in your COUNTIFS.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!