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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!