Hi - I have a large dataset that contains duplicate values (lipids) and several hundred columns. I would like to group by each lipid and then sum the area columns (each one is a unique sample ID). The challenge is that there are about 600 separate columns. Any ideas on the best way to approach this? I'm attaching a shortened Excel file to show what the data looks like.
Solved! Go to Solution.
Hi @KOrt
Here is how you can do it.
Workflow:
1. Using transpose i am converting required columns to rows.
2. Using crosstab while converting it to table i am summing up.
Hope this helps : )
Thanks - I'll give that a shot!
Happy to help : ) @KOrt
Cheers and have a nice day!