#Invalid Data Type - multi drop down

I have a cross sheet formula and data is counting with the exception of value 1. The Intake Sheet Range 1 with "Formal Quote" has multi select dropdown.
=COUNTIFS({Intake Number of touches}, Days@row, {Lead-Time exempt}, =0, {Intake Sheet Range 1}, ="Formal Quote", {Intake Sheet Range 2}, IFERROR(MONTH(@cell) = 4, 0))
Best Answers
-
To incorporate the HAS function, you would do like this...
=COUNTIFS({Intake Number of touches}, Days@row, {Lead-Time exempt}, =0, {Intake Sheet Range 1}, HAS(@cell, "Formal Quote"), {Intake Sheet Range 2}, IFERROR(MONTH(@cell), 0) = 4)
-
That works perfectly. Thank you.
Answers
-
Lets try correcting a little syntax issue first and see if that helps.
=COUNTIFS({Intake Number of touches}, Days@row, {Lead-Time exempt}, =0, {Intake Sheet Range 1}, ="Formal Quote", {Intake Sheet Range 2}, IFERROR(MONTH(@cell), 0) = 4)
-
Thank you Paul. The syntax fix has data calculating now. It looks like my multi drop down has multiple selections on some instances which leaves those off the count if. I tried the IF(HAS{Intake Sheet Range 1}, "Formal Quote"). That doesn't seem to work.
-
To incorporate the HAS function, you would do like this...
=COUNTIFS({Intake Number of touches}, Days@row, {Lead-Time exempt}, =0, {Intake Sheet Range 1}, HAS(@cell, "Formal Quote"), {Intake Sheet Range 2}, IFERROR(MONTH(@cell), 0) = 4)
-
That works perfectly. Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 203 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!