Using AND with IF to check two text fields
Hi All,
I am trying to create a formula in a sheet that references a range from another sheet to work out IF 2 text conditions are true but not sure of the syntax. Can I get some help please with my attempt below;
Range 1 is a single select drop down using text
Range 2 is a single select drop down using numbers 0-10
I want to count the number of rows where "Account Creation" is selected with a Score of "10"
=COUNTIF((AND({Sales_Backlog_Snapshot_2402 Range 1} "Account Creation", {Sales_Backlog_Snapshot_2402 Range 2} "10'")))
Best Answer
-
Hi there,
Let me know if the below works for you.
=COUNTIFS(Sales_Backlog_Snapshot_2402 Range 1, ="Account Creation", Sales_Backlog_Snapshot_2402 Range 2, ="10")
Regards,
Adam.
Answers
-
=COUNTIFS({Sales_Backlog_Snapshot_2402 Range 1}, "Account Creation", {Sales_Backlog_Snapshot_2402 Range 2}, “10”)
Not sure the 10 needs to be in quotes or not with the drop down column. You can try with or without to see which works.
-
Hi there,
Let me know if the below works for you.
=COUNTIFS(Sales_Backlog_Snapshot_2402 Range 1, ="Account Creation", Sales_Backlog_Snapshot_2402 Range 2, ="10")
Regards,
Adam.
-
Thank you really helped did not see the COUNTIFS function.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!