Sorting dynamic lists with cell references

0ops Sorry

New Member
Joined
Jun 6, 2013
Messages
3
For anyone who can help,


Currently I've been trying to find a quick easy way to sort cells numerically when they are referenced to other cells in the spreadsheet. this way I can keep the data in its original order and location, then just reference to sort it somewhere else.

I work with a lot of data analysis and being able to run data in and have it automatically sort would save me a ton of time instead of copy, paste, sort, add to graph.

If you have anyidea if this is even possible that would be great!
(Cell formulas would be ideal if possible.)


Thanks,
-0ops

P.S. I've looked at many attemps at solutions and have been trying to come up with my own method but I keep getting #REF in all the cells.
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Try this:


Book1
ABC
11172
2442
3652
415114
512106
62110
7151211
82211
910611
10191312
1111815
12191415
132319
1411919
Sheet1
Cell Formulas
RangeFormula
B1=COUNTIF(A$1:A$14,"<"&A1)+COUNTIF(A$1:A1,A1)
C1=INDEX(A$1:A$14,MATCH(ROWS(A$1:A1),$B$1:$B$14,0))


J.Ty.
 
Upvote 0
Thanks for the feedback and good luck!

J.Ty.
 
Upvote 0

Forum statistics

Threads
1,214,922
Messages
6,122,281
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top