Forum Discussion
Virago
Aug 10, 2026Copper Contributor
Sorting column groups having shared rows?
I recently organized a spreadsheet representing participants in a Ham Radio group. Though there is a base group of regular participants, we often have new folks joining us. I like to maintain a list ...
Patrick2788
Aug 10, 2026Silver Contributor
I have a function in my Lambda library for this situation.
The sheet level formula is very simple:
=WrapRows2Dλ(data,10)
I've attached a workbook that includes access to the function and plenty more.