RB160458
New member
- Joined
- Dec 19, 2019
- Messages
- 8
- Reaction score
- 0
- Points
- 0
- Excel Version(s)
- Excel 365
so I have a query with the line:
Table.SelectRows(Source, each ([Region] = "Asia") )
I know how to make a country name or a file name or folder into a parameter but here I would like to replace the entire function
each ( [Region]="Asia"
with a parameter so that I can add additional selection criteria or even change the column.
Table.SelectRows(Source, each ([Region] = "Asia") )
I know how to make a country name or a file name or folder into a parameter but here I would like to replace the entire function
each ( [Region]="Asia"
with a parameter so that I can add additional selection criteria or even change the column.