PC Review


Reply
Thread Tools Rate Thread

Choosing a cell with the greater number

 
 
Maddie
Guest
Posts: n/a
 
      15th Dec 2008
Column A has a list of numbers and Column B has a list of numbers. In column
C, I would like it to select the greater number from cell A or B. Can
somebody tell me how to formulate that? Thank you.
 
Reply With Quote
 
 
 
 
Luke M
Guest
Posts: n/a
 
      15th Dec 2008
=MAX(A1,B1)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Maddie" wrote:

> Column A has a list of numbers and Column B has a list of numbers. In column
> C, I would like it to select the greater number from cell A or B. Can
> somebody tell me how to formulate that? Thank you.

 
Reply With Quote
 
Maddie
Guest
Posts: n/a
 
      15th Dec 2008
Thank you, I've been racking my brains on this and it was so simple. You're
a lifesaver!
-Maddie

"Luke M" wrote:

> =MAX(A1,B1)
> --
> Best Regards,
>
> Luke M
> *Remember to click "yes" if this post helped you!*
>
>
> "Maddie" wrote:
>
> > Column A has a list of numbers and Column B has a list of numbers. In column
> > C, I would like it to select the greater number from cell A or B. Can
> > somebody tell me how to formulate that? Thank you.

 
Reply With Quote
 
L. Howard Kittle
Guest
Posts: n/a
 
      15th Dec 2008
If I understand correctly, try this and pull down in column C.

=LARGE(A1:B1,1)

If you want the largest number from either column A or B then try this in
C1.

=LARGE(A1:B50,1)

HTH
Regards,
Howard

"Maddie" <(E-Mail Removed)> wrote in message
news:45C064C4-F6E7-4935-B622-(E-Mail Removed)...
> Column A has a list of numbers and Column B has a list of numbers. In
> column
> C, I would like it to select the greater number from cell A or B. Can
> somebody tell me how to formulate that? Thank you.



 
Reply With Quote
 
ward376
Guest
Posts: n/a
 
      15th Dec 2008
In column c -
=IF(A1>B1,A1,B1)

 
Reply With Quote
 
Ken
Guest
Posts: n/a
 
      15th Dec 2008
Maddie

Try, in column C (c1)

=max(a1:b1)

Copy down column c for a row by row determination of the greater of
column A or B.

Ken


On Dec 15, 3:21*pm, Maddie <Mad...@discussions.microsoft.com> wrote:
> Column A has a list of numbers and Column B has a list of numbers. *In column
> C, *I would like it to select the greater number from cell A or B. *Can
> somebody tell me how to formulate that? *Thank you. *


 
Reply With Quote
 
Know Enough to be Dangerous
Guest
Posts: n/a
 
      15th Dec 2008
In cell C1, enter: =Max(A1,B1). Then, copy this formula down column C
as needed.

 
Reply With Quote
 
meh2030@gmail.com
Guest
Posts: n/a
 
      15th Dec 2008
On Dec 15, 3:21 pm, Maddie <Mad...@discussions.microsoft.com> wrote:
> Column A has a list of numbers and Column B has a list of numbers. In column
> C, I would like it to select the greater number from cell A or B. Can
> somebody tell me how to formulate that? Thank you.


Try using the MAX function. For example, if you have a number in cell
A1 and another number in cell B1, place the following formula in cell
C1: =MAX(A1,B1). I think that this is what you are asking.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I make a cell red if number is not greater than needed? daisyp66 Microsoft Excel Worksheet Functions 4 2nd Dec 2009 07:33 PM
If Cell in Column C has a number greater than 0 then do this pano Microsoft Excel Programming 8 10th Feb 2009 07:22 AM
putting a number that is greater or lesser into different cell . =?Utf-8?B?SmFtZXMgS3JlcGVs?= Microsoft Excel Worksheet Functions 1 2nd Nov 2006 04:02 AM
find cell with value greater than my number heiny06 Microsoft Excel Programming 1 7th Dec 2003 05:53 PM
If a cell contains a Number greater than 0 =?Utf-8?B?UmljaCBL?= Microsoft Excel Worksheet Functions 3 23rd Nov 2003 11:55 AM


Features
 

Advertising
 

Newsgroups
 


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