I have sheet with all the games i collected over the years in the following format
A - numbers
B - Game Name
C - Own
D - Completed
E - Date finished
F - Year of release
G - Launcher i.e. Steam, EPIC and so on
H - Launcher 2 as above
I - Launcher 3 as above
J - Platform - PC, Playstation 4 and so on
K - Platform 2 as above
this sheet is called Input
so what i want to do is make another sheet with the games that are from a particular launcher, so lets say i want to see the games that are on Epic launcher,
i have used this formula to get the first column (G), but cannot get the 2nd or third column to find them
=sort(filter("Input!B2:L,Input!G2:G="Epic"),4,TRUE)
can anybofy help me with this please