I have ranges and the second range has more than one value in each cell. With a single value - the
Application - SmartSheet - need someone who knows Smartsheet formulas/functions.
I need help with a formula/function - using countifs - I have ranges and the second range has more than one value in each cell. With a single value - the formula works - with more than one, it doesn't
Range1 = Office Column
Range2 = Status Column (Fixed, OK, Unknown)
Office Fixed OK Unknown
Sales 2 7 12
Marketing 5 11 8
HR 12 5 9
The formula using COUNTIFS - using 'Sales' use Range1 to get Status from Range2 = 'Fixed' and returns a count and the count = 2. However, if the Status Column for Sales has one cell with both 'Fixed' and 'OK' -it doesn't work. The Status is s dropdown with more than one value
Sample of the formula. I was hoping to find a way to use this formula to look for more than one Status since Status in Range2 needs to be dropdown and record more than one value.
Need this ASAP
The example above is in one Smartsheet but, of course, the two ranges are in a different Smartsheet.
Executive Manager PMO
00923455332351
Answers
-
Try this:
=COUNTIFS({Office Column}, @cell = "Sales", {Status Column}, HAS(@cell, "Fixed"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!