2024 Update: Multiple Selection Data Validation in Google Sheets

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ต.ค. 2024

ความคิดเห็น • 7

  • @KawaiiAnneCorner
    @KawaiiAnneCorner หลายเดือนก่อน +1

    Thank youuu!! I am looking for this

  • @interact-yugal
    @interact-yugal 2 หลายเดือนก่อน +2

    There's still an issue, when it comes to querying or filtering data - while filtering it is considering all the individual data points as a single data point which defeats the whole point of multiple selection

    • @EamonnCottrell
      @EamonnCottrell  2 หลายเดือนก่อน +1

      I've got it figured out for filtering, but you may be right with the querying...i'm not sure how to fix that one. It's because it's storing the cells in a comma-separated array. But to get it working with filter, you can do this: =FILTER(Table1[Fav Color],SEARCH(L1,Table1[Fav Color]))
      where L1 holds the color you're searching for. It'll then filter for every row that contains that color

  • @giovannibortolotti6686
    @giovannibortolotti6686 2 หลายเดือนก่อน +2

    Thanks Eamonn!!!

  • @ronaldjohnson_ita
    @ronaldjohnson_ita 2 หลายเดือนก่อน

    Great video!