Forum Discussion
RogerL75
May 20, 2022Copper Contributor
Excel Filter function
Hi there, I'd like to use the filter function in a special way. The default result is that the filter function returns the entire row in the same order. Is there a possibility to use the fi...
- May 20, 2022
I suspect this is due to different Regional Settings... Download the attached file, Excel will figure out what the right/correct delimiter is for the columns in INDEX
Lorenzo
May 20, 2022Silver Contributor
Hi RogerL75
The following should do what you want:
=LET(
f; FILTER(A2:E8; B2:B8="e");
INDEX(f; SEQUENCE(ROWS(f)); {5\3\4})
)
- RogerL75May 20, 2022Copper Contributor
HiLorenzo
something doesn't work and I don't know where I did the mistake.
Don't be irritated that the following table looks like a bit different as the first one.
If I use your formula I get the attached result.
Due to the different language settings I had to change some symbols in the formula.
Do you know what I did wrong?
Roger