Sumifs or countifs and what is the formula
I have 3 columns of data:
- Column 1 is a location (for example 101, 102, 201, 202)
- Column 2 is a date (for example 12/1/2023, 12/2/2023)
- Column 3 is a duplicate transaction labeled as D or if not a duplicate it is blank
Based on the location of 101, I want to see how many transactions occurred on 12/1/2023, and are not a duplicate.
Tags:
Best Answers
-
Something like this should work for you.
=COUNTIFS(Column1:Column1,="101",Column2:Column2,=DATE(2023,12,1),Column3:Column3, = "")
Hope this helps,
Dave
-
Thank you!
Answers
-
Something like this should work for you.
=COUNTIFS(Column1:Column1,="101",Column2:Column2,=DATE(2023,12,1),Column3:Column3, = "")
Hope this helps,
Dave
-
Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!