iPhone
Q: Sort Column Automatically
Hi
I have a column with a number of figures against names that changes depending on the input on a separate table. Is there any way to have this column sort descending automatically without me having to click it each time the figures change?
Thanks
Rob
iPad Pro, null
Posted on Sep 5, 2016 4:17 PM
by t quinn,Solvedanswer
Mac OS X
Hi Rob,
The way I would approach this is to create an index column in your original table that would rank the values you want to sort.
C2= RANK(B2,B,0)
this is filled down.
This index is used to pull the values into a report table that is already sorted.
A2= INDEX(data entry::A,MATCH(ROW(cell)−1,data entry::$C,0),column-index,area-index)
This is filled down and across.
quinn
Posted on Sep 4, 2016 7:33 AM



