Forum Discussion
reorganize data from one worksheet to another
- Jun 20, 2020
In case you are using a recent version of Excel and are on the right channel, you could consider using FILTER in A3 and copy it once, to each of the 14 areas (2 -15) into the same (relative position). Thus A24 for area 2 etc. See attached.
No need for VBA.
=FILTER(DATA1!$A$1:$AV$1000,DATA1!$C$1:$C$1000=A1,"")
This function is currently available to Microsoft 365 subscribers in Current Channel. It will be available to Microsoft 365 subscribers in Semi-Annual Enterprise Channel starting in July 2020.
In case you are using a recent version of Excel and are on the right channel, you could consider using FILTER in A3 and copy it once, to each of the 14 areas (2 -15) into the same (relative position). Thus A24 for area 2 etc. See attached.
No need for VBA.
=FILTER(DATA1!$A$1:$AV$1000,DATA1!$C$1:$C$1000=A1,"")
This function is currently available to Microsoft 365 subscribers in Current Channel. It will be available to Microsoft 365 subscribers in Semi-Annual Enterprise Channel starting in July 2020.
- Alan SkellyJun 21, 2020Copper Contributor
Thank You I already got the VBA done, but that works and will come in useful for various thingsRiny_van_Eekelen