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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!