Count Summary Formula Question
Hello,
Can anyone tell me what formula I would use if I want to count certain criteria based on criteria in another column?
I want to be able to add tiles to my dashboard the number of internal and client meetings based on if the client confirmed.
I have a column for Confirmed by client - Yes/No
I have another column for Meeting Type - Internal/Client
I know I can just count Internal/Client meetings based on one column but I'd rather be able to include all details when I add the meeting to the sheet and not when that meeting is confirmed by client.
What formula would I use in the Sheet summary?
Best Answers
-
Something like this?
Formula for Sheet Summary:
Confirmed: Internal
=COUNTIFS([Confirmed by Client]:[Confirmed by Client], "Yes", [Meeting Type]:[Meeting Type], "Internal")
Confirmed: Client
=COUNTIFS([Confirmed by Client]:[Confirmed by Client], "Yes", [Meeting Type]:[Meeting Type], "Client")
-
In this case, you have an extraneous set of parentheses:
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Answers
-
@BreAnn East Let me see if I understand what you're trying to count:
Total Client Meetings that are confirmed
Total Client Meetings confirmed or unconfirmed
Total Internal Meetings that are confirmed
Total Internal Meetings confirmed or unconfirmed
Is that right?
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Hi Jeff,
It isn't working. Can you tell me what I need to change in my formula?
=COUNTIFS([Confirmed by Client]:[Confirmed by Client], "Yes", ([Meeting Type]:[Meeting Type], "Internal"))
-
I am looking to set up 2 different counts
1 for confirmed client meetings
1 for confirmed internal meetings
both based off of the confirmed with a yes in Confirmed by Client
-
I am looking to set up 2 different counts
1 for confirmed client meetings
1 for confirmed internal meetings
both based off of the confirmed with a yes in Confirmed by Client
-
Something like this?
Formula for Sheet Summary:
Confirmed: Internal
=COUNTIFS([Confirmed by Client]:[Confirmed by Client], "Yes", [Meeting Type]:[Meeting Type], "Internal")
Confirmed: Client
=COUNTIFS([Confirmed by Client]:[Confirmed by Client], "Yes", [Meeting Type]:[Meeting Type], "Client")
-
In this case, you have an extraneous set of parentheses:
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Thank you so much!!! They worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!