ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   real time sorting (https://www.excelbanter.com/excel-programming/362694-real-time-sorting.html)

owl527[_25_]

real time sorting
 

Hi,

I have a table with real time statistics on. I would like to be able to
sort them in real time. How can I do that? Please help.

Thank you.


--
owl527
------------------------------------------------------------------------
owl527's Profile: http://www.excelforum.com/member.php...o&userid=20916
View this thread: http://www.excelforum.com/showthread...hreadid=546423


Gary''s Student

real time sorting
 
Three ways

1. manually re-sort the data when it changes

2. re-sort when a worksheet change (or calculate) event occurs

3. effectively re-sort: suppose cells A1 thru A10 are being dynamically
updated. Then in B1 thru B10 enter:
=SMALL($A$1:$A$10,ROW())

--
Gary's Student


"owl527" wrote:


Hi,

I have a table with real time statistics on. I would like to be able to
sort them in real time. How can I do that? Please help.

Thank you.


--
owl527
------------------------------------------------------------------------
owl527's Profile: http://www.excelforum.com/member.php...o&userid=20916
View this thread: http://www.excelforum.com/showthread...hreadid=546423



owl527[_27_]

real time sorting
 

Hi,

It doesn't seem like it is working. I am getting "#NUM!" in column B. I
typed exactly the same thing in all column B. Please advise what I am
doing wrong. Thanks.


--
owl527
------------------------------------------------------------------------
owl527's Profile: http://www.excelforum.com/member.php...o&userid=20916
View this thread: http://www.excelforum.com/showthread...hreadid=546423


[email protected]

real time sorting
 
Hello,

An example: http://www.bplumhoff.de/software/eff...y_analysis.xls

HTH,
Bernd



All times are GMT +1. The time now is 07:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com