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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!