Forum Discussion

flx97's avatar
flx97
Copper Contributor
Sep 15, 2022
Solved

Create list from column

I want to output a list in column H where just the skills from column a are displayed, the person from B to D has a number assigned.   Is there a formula like filter / sort that can do that?   ht...
  • OliverScheurich's avatar
    Sep 15, 2022

    flx97 

    =FILTER($A$3:$A$17,B$3:B$17<>"")

    Maybe with this formula. The FILTER function requires Office365 or 2021 or Excel online.

    Can you show a visual example of what you want to do with VLOOKUP and the values from columns B and D?

Resources