I'm trying to sort the following example:
A1: =(B5+B6)
A2: =(B14+B16)
A3: =(B2+B18)
Cells A1 - A3 yield values of 5,3,10. I would like to sort smallest to largest. When I highlight the cells and use the sort button, it gets all messed up. What am I missing?
Thanks for the help!
Nevermind. Got it. Sorry.
You need to use absolute values because when you sort it changes the cell references. so, use:
a1: = ($b$5 + $b$6) etc.
and then sort.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks