#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.
-
Happy to help. 👍️
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!