Forum Discussion
Need to move informatation from 1 spreadsheet to another spreadsheet and rearrange
- Sep 20, 2022
Hi Richard,
sure you can, you just need to include the FILTER function.
=SORT(FILTER('Mixed species SEP 9-11'!A5:D100,'Mixed species SEP 9-11'!C5:C100="S"),3,-1)
Let me know if this works for you.
Cheers,
Martin
Hi Tinny426
for sure you could also sort rows that contain formulas. Just select the data table including the headers in row 5 and choose menue "Data | Sort"
But this is a manual step you have to take. If you really want to automate it (for instance, if some values change), you need to use VBA.
Another option could be the new SORT function that is available in Microsoft 365/Office 365. Here you could for excample create a new worksheet and use SORT with a reference to the original table to get a sorted copy of it.
Thanks for the reply, its been very helpful. I think the SORT function on another worksheet could do the job. Just need to work this out, as I'm fairly new to the world of Excel.
Cheers Richard.
- Tinny426Sep 08, 2022Copper Contributor
HI all,
I have tried to work out a formula for what i need, but no success.
I need to display the first 4 columns of data of the CENTIMETRE PERFECT worksheet (first screenshot) in the first 4 columns of the COMPETITION RESULTS worksheet (second screenshot) in descending order using the values in Column 4.Can someone give me a formula for what I need? Or is there another solution?
Much appreciated, Richard.