Using 3 criteria, not sure of syntax and what I am doing wrong
I am trying to look up the site code, if a space is a lab, and what BU, all 3 a separate columns on the same sheet - the first two are on a summary sheet successfully as
=COUNTIFS({WDC Lab Inventory_WDC Site Code2}, $[WDC Site Code]@row, {WDC Lab Inventory_Lab Space or Office Space}, "lab")
But then when I try to add the third criteria, I am not sure how -
=COUNTIFS({WDC Lab Inventory_WDC Site Code2}, $[WDC Site Code]@row, {WDC Lab Inventory_Lab Space or Office Space}, "lab", [{WDC Lab Inventory_WDC Site Code}, [WDC Site Code]6, {WDC Lab Inventory_Business Unit}, [Content Solutions]$])
Appreciate the help
Answers
-
You just need to follow the syntax of your first two ranges/criteria. There is a square opening bracket " [ " that needs removed from the beginning of your third range, you do not have a row reference for your final criteria, and the very last closing square bracket " ] " after your final criteria needs to be removed.
EDIT: Providing corrected formula using Row 6.
=COUNTIFS({WDC Lab Inventory_WDC Site Code2}, $[WDC Site Code]@row, {WDC Lab Inventory_Lab Space or Office Space}, "lab", {WDC Lab Inventory_WDC Site Code}, [WDC Site Code]6, {WDC Lab Inventory_Business Unit}, [Content Solutions]6)
-
@Kelly Lawler I noticed that you "rejected" my answer. Did it not work for you?
-
thank you - got it working!!!
-
Excellent! Happy to help! 👍️
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