Forum Discussion

Alan Skelly's avatar
Alan Skelly
Copper Contributor
Jun 19, 2020
Solved

reorganize data from one worksheet to another

I need a macro to move the data on one worksheet to a table on another worksheet without me copy and pasting each section. I have uploaded a sample that hopefully explains what I am trying to do

  • Alan Skelly 

    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.

2 Replies

  • Riny_van_Eekelen's avatar
    Riny_van_Eekelen
    Platinum Contributor

    Alan Skelly 

    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.

Resources