SanjayGMusafir
Well-known Member
- Joined
- Sep 7, 2018
- Messages
- 1,503
- Office Version
- 2021
- Platform
- MacOS
Hi Experts,
I wanted to get a one column list out a range. So far have been able to extract a multicolumn list. But I want it to be one column list so that it could be filtered further for unique values.
Got kind of stuck somewhere.
Please help
Thanks in advance
Underneath is the formula I have used to extract data so far
=
I wanted to get a one column list out a range. So far have been able to extract a multicolumn list. But I want it to be one column list so that it could be filtered further for unique values.
Got kind of stuck somewhere.
Please help
Thanks in advance
Underneath is the formula I have used to extract data so far
=
Excel Formula:
LET(fMob,FILTER(Clients[[PMobile]:[sR2]],{1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0}),SORT(UNIQUE(fMob),,-1))