Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
monkeytrader
 
Posts: n/a
Default Need Further 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.29
2 1.26 3.28
3 0.54 0.84
4 0.99 0.07
....

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". (The list of data I want to sort through is roughly 1,000 rows)

Thanks again for your help in advance!
  #2   Report Post  
Steve
 
Posts: n/a
Default

Didn't Myrna answer this already?


"monkeytrader" wrote in message
...
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.29
2 1.26 3.28
3 0.54 0.84
4 0.99 0.07
...

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". (The list of data I want to sort through is roughly 1,000 rows)

Thanks again for your help in advance!



  #3   Report Post  
monkeytrader
 
Posts: n/a
Default

yes, but I needed to clarify my question. To clarify, I want to see any data
from column A that is greater than or equal to 0.50 printed in column B.
ex)
A B C
1 0.25
2 1.54
3 0.89
4 0.49
5 0.11
6 2.22
7 0.50
8 0.17

So, I would like "B1" to show nothing, but "B2" to show "1.54"... "B3" to
show "0.89", but "B4" to be blank...etc, etc...

Don't know if there is an excel function to do this, but hope someone can
help...

Thanks again. Apologize for the repost...

"Steve" wrote:

Didn't Myrna answer this already?


"monkeytrader" wrote in message
...
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.29
2 1.26 3.28
3 0.54 0.84
4 0.99 0.07
...

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". (The list of data I want to sort through is roughly 1,000 rows)

Thanks again for your help in advance!




  #4   Report Post  
Biff
 
Posts: n/a
Default

Hi!

That's a lot different from your previous post!

In B1 enter this formula and copy cown as needed:

=IF(A1=0.5,A1,"")

Biff

-----Original Message-----
yes, but I needed to clarify my question. To clarify, I

want to see any data
from column A that is greater than or equal to 0.50

printed in column B.
ex)
A B C
1 0.25
2 1.54
3 0.89
4 0.49
5 0.11
6 2.22
7 0.50
8 0.17

So, I would like "B1" to show nothing, but "B2" to

show "1.54"... "B3" to
show "0.89", but "B4" to be blank...etc, etc...

Don't know if there is an excel function to do this, but

hope someone can
help...

Thanks again. Apologize for the repost...

"Steve" wrote:

Didn't Myrna answer this already?


"monkeytrader"

wrote in message
news:4B4EE6AA-0C2A-4B2A-AFE3-

...
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.29
2 1.26 3.28
3 0.54 0.84
4 0.99 0.07
...

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". (The list of data I want to sort through is

roughly 1,000 rows)

Thanks again for your help in advance!




.

  #5   Report Post  
monkeytrader
 
Posts: n/a
Default

thanks all!!! what a difference asking the right question makes!...

"Biff" wrote:

Hi!

That's a lot different from your previous post!

In B1 enter this formula and copy cown as needed:

=IF(A1=0.5,A1,"")

Biff

-----Original Message-----
yes, but I needed to clarify my question. To clarify, I

want to see any data
from column A that is greater than or equal to 0.50

printed in column B.
ex)
A B C
1 0.25
2 1.54
3 0.89
4 0.49
5 0.11
6 2.22
7 0.50
8 0.17

So, I would like "B1" to show nothing, but "B2" to

show "1.54"... "B3" to
show "0.89", but "B4" to be blank...etc, etc...

Don't know if there is an excel function to do this, but

hope someone can
help...

Thanks again. Apologize for the repost...

"Steve" wrote:

Didn't Myrna answer this already?


"monkeytrader"

wrote in message
news:4B4EE6AA-0C2A-4B2A-AFE3-

...
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.29
2 1.26 3.28
3 0.54 0.84
4 0.99 0.07
...

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". (The list of data I want to sort through is

roughly 1,000 rows)

Thanks again 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
Need help Sorting data monkeytrader Excel Worksheet Functions 2 February 21st 05 04:34 AM
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:04 PM.

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

About Us

"It's about Microsoft Excel"