View Single Post
  #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!