Andre Pereira
New Member
- Joined
- Sep 3, 2018
- Messages
- 21
Hello all,
Before asking you for help on the subject, i perform a quick search for something similar and i didnt find no thread if theres one apologize and i'll remove this.
So, i wanted to perform a nested Filter Function because i have a dataset where i have information that i want to retrieve but i dont want all the columns, making a nested filter seems pretty simple but it keeps returning me rows instead of columns.
Array: G10:J25
Condition Range: H10:H25
COndition: 26
Wanted columns 1 (G) and 4 (J)
Formula looks like this:
=FILTER(FILTER($G$10:$J$25;$H$10:$H$25=P6);{1;0;0;1})
what i am doing wrong? i tried also with INDEX instead outer Filter but keeps returning me rows instead of columns.
Thanks in advance for your time
AndreP
Before asking you for help on the subject, i perform a quick search for something similar and i didnt find no thread if theres one apologize and i'll remove this.
So, i wanted to perform a nested Filter Function because i have a dataset where i have information that i want to retrieve but i dont want all the columns, making a nested filter seems pretty simple but it keeps returning me rows instead of columns.
Array: G10:J25
Condition Range: H10:H25
COndition: 26
Wanted columns 1 (G) and 4 (J)
Formula looks like this:
=FILTER(FILTER($G$10:$J$25;$H$10:$H$25=P6);{1;0;0;1})
what i am doing wrong? i tried also with INDEX instead outer Filter but keeps returning me rows instead of columns.
Thanks in advance for your time
AndreP