Back to Browse

Multi-Select Dropdowns Trick: How Many Items Are REALLY Selected?

5.0K views
Oct 24, 2024
4:46

Have you been trying to count the actual number of items selected in a multi-select dropdown range only to run into issues? I've solved the issue for you in this video and demonstrate two scenarios where you can use this solution. The final count all formula is: =counta(arrayformula(iferror((split(C6:C10,", ",false))))) And the final dropdown selection formula is: =counta(IFERROR(filter(flatten(iferror(split(C6:C10,", ",false))),match(flatten(iferror(split(C6:C10,", ",false))),split(E4,", ",false),0)))) You can replace "C6:C14" in either formula with a column of data in your sheet and this will work for you.

Download

1 formats

Video Formats

360pmp46.2 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Multi-Select Dropdowns Trick: How Many Items Are REALLY Selected? | NatokHD