Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
monkeytrader
 
Posts: n/a
Default Need help Sorting data

Trying to figure out how to sort through some data and print it into a new
column.
ex)
A B C D
1 0.49 0.49
2 1.26 1.26
3 0.54 0.54
4 0.10 0.10

I would like to have column "C" show any data from columns "A" and "B" that
are greater than or equal to "0.50" and ignore any data that is less than
"0.49".

Thanks for your help in advance!

  #2   Report Post  
Myrna Larson
 
Posts: n/a
Default

Assuming this doesn't have to be dynamic, in C1 type this formula

=SMALL(A1:B4,ROW())

and copy it down until it returns an error value.


On Sun, 20 Feb 2005 15:51:03 -0800, monkeytrader
wrote:

Trying to figure out how to sort through some data and print it into a new
column.
ex)
A B C D
1 0.49 0.49
2 1.26 1.26
3 0.54 0.54
4 0.10 0.10

I would like to have column "C" show any data from columns "A" and "B" that
are greater than or equal to "0.50" and ignore any data that is less than
"0.49".

Thanks for your help in advance!


  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Didn't you mean this: (array entered)

=SMALL(IF(A$1:B$4=0.5,A$1:B$4),ROW(1:1))

Biff

-----Original Message-----
Assuming this doesn't have to be dynamic, in C1 type this

formula

=SMALL(A1:B4,ROW())

and copy it down until it returns an error value.


On Sun, 20 Feb 2005 15:51:03 -0800, monkeytrader
wrote:

Trying to figure out how to sort through some data and

print it into a new
column.
ex)
A B

C D
1 0.49 0.49
2 1.26 1.26
3 0.54 0.54
4 0.10 0.10

I would like to have column "C" show any data from

columns "A" and "B" that
are greater than or equal to "0.50" and ignore any data

that is less than
"0.49".

Thanks for your help in advance!


.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
data sorting problem Pong Excel Worksheet Functions 0 February 18th 05 05:45 PM
sorting data different ways quickly Edward Excel Worksheet Functions 1 January 28th 05 10:40 PM
Colors of columns after sorting data in the supporting table Booger_Boy Charts and Charting in Excel 6 January 24th 05 02:41 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
use data on master worksheet for sorting Ken New Users to Excel 1 December 7th 04 03:30 AM


All times are GMT +1. The time now is 12:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"