A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi,
Based on your example, I would prefer using Power Query for this task.
A possible workflow would be:
- Load each Collective sheet (Collective_1 through Collective_9) into Power Query.
- Use Append Queries to combine all Collective sheets into a single table.
- Sort the combined table by Δσi (⊥) [N/mm²].
- Load the final result back to the front sheet.
For example, if the source sheets contain:
*Collective_1
64.65
61.05
*Collective_2
64.65
51.95
*Collective_3
64.65
61.05
After appending and sorting, the result would be:
64.65
64.65
64.65
_
61.05
61.05
51.95
51.95
This will place all identical Δσi (⊥) [N/mm²] values together, regardless of which Collective sheet they came from.
If you would like additional guidance from Power Query specialists, I would also recommend posting your workbook structure and expected output in Power Query | Microsoft Fabric Community, where Power Query experts can provide more specific recommendations based on your scenario.
I hope you are able to find a solution that works well for your scenario.
Kind regards,