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
- Smartsheet Customer Resources
- 63.1K Get Help
- 382 Global Discussions
- 212 Industry Talk
- 444 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 291 Events
- 35 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!