Scenario:
Sheet1 = Parent sheet
Sheet2 = Child sheet generated from filtering Sheet1 using =FILTER(IF(FINAL!A2:AC2000="","",FINAL!A2:AC2000),FINAL!P2:P2000>=62)
This works fine, however I have no way to sort this autogenerated Sheet2. I get the error "You can't change part of an array"
GOAL:
I want to sort the output of Sheet2 by the ages in column P while mainting the auto-updates that Sheet2 gets when making changes to Sheet1. If you know how I can modify =FILTER(IF(FINAL!A2:AC2000="","",FINAL!A2:AC2000),FINAL!P2:P2000>=62) to get that to work I'd really appreciate it.
Thank you for the help!
Bookmarks