Sheet Summary Help
I think this is probably an easy thing that I am overthinking, but I cannot get the Sheet Summary Formula to work. I need to create a formula to count how many Biltmore Site Home, Biltmore Site Telehealth, Biltmore Site Office, and the same for the other site.
I keep trying iterations of this formula with no success. =COUNTIF(Site:Site, "Biltmore") AND (Condition:Condition, "Home")
See screenshot below.
Thanks,
Kayla
Best Answers
-
If I understand your diagram correctly, you are trying to count the occurrences where the condition Site = Biltmore AND Condition = Home.
For this, you'd use the COUNTIFS function. COUNTIFS works like COUNTIF, but it measures for more than one criteria. Try this and see if it works for you.
=COUNTIFS(Site:Site, "Biltmore", Condition:Condition, "Home")
Let me know how that works for you.
-
@Kayla Rice Great! Glad that worked for you.
Answers
-
If I understand your diagram correctly, you are trying to count the occurrences where the condition Site = Biltmore AND Condition = Home.
For this, you'd use the COUNTIFS function. COUNTIFS works like COUNTIF, but it measures for more than one criteria. Try this and see if it works for you.
=COUNTIFS(Site:Site, "Biltmore", Condition:Condition, "Home")
Let me know how that works for you.
-
Thank you @Malaina Hudson that worked! I was way overthinking
-
@Kayla Rice Great! Glad that worked for you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.5K Get Help
- 367 Global Discussions
- 202 Industry Talk
- 432 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 447 Show & Tell
- 29 Member Spotlight
- 1 SmartStories
- 286 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!