My company is getting rid of Excel. Is it possible to replicate this formula in GSheets?
For context I have a huge report I run every month with about 13,000 columns of data and this data is consolidated from 7 other reports. So, rather than sorting and filtering the data each time I need to organize everything, I set up this formula. This way I can just paste the consolidated data into one sheet and it’ll automatically sort and filter appropriately into 4 other sheets
This is one of the formulas I use for 1 of the 4 sheets: =SORT(SORT(FILTER(FILTER('Compiled Data'!A:AB,(('Compiled Data'!E:E="variable1")+('Compiled Data'!E:E="variable2")+('Compiled Data'!E:E="variable3")+('Compiled Data'!E:E="variable4"))*(('Compiled Data'!F:F="variable5")+('Compiled Data'!F:F="variable6")+('Compiled Data'!F:F="variable7"))),{1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0}),1,1),4,1)
Is this possible to replicate in Google Sheets?
[link] [comments]
Want to read more?
Check out the full article on the original site