Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Choosing a cell with the greater number

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,722
Default Choosing a cell with the greater number

=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.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Choosing a cell with the greater number

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.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 698
Default Choosing a cell with the greater number

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" wrote in message
...
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.



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 360
Default Choosing a cell with the greater number

In column c -
=IF(A1B1,A1,B1)



  #6   Report Post  
Posted to microsoft.public.excel.programming
Ken Ken is offline
external usenet poster
 
Posts: 207
Default Choosing a cell with the greater number

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 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. *


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Choosing a cell with the greater number

In cell C1, enter: =Max(A1,B1). Then, copy this formula down column C
as needed.

  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 135
Default Choosing a cell with the greater number

On Dec 15, 3:21 pm, 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.


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
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
How can I make a cell red if number is not greater than needed? daisyp66 Excel Worksheet Functions 4 December 2nd 09 07:33 PM
Make a cell font red if number is greater than 200 delete automatically Excel Discussion (Misc queries) 4 October 6th 08 04:17 PM
putting a number that is greater or lesser into different cell . James Krepel Excel Worksheet Functions 1 November 2nd 06 04:02 AM
I want the greater number of 2 cells to show in a separate cell cfiser Excel Discussion (Misc queries) 2 November 16th 05 10:32 PM
find cell with value greater than my number heiny06 Excel Programming 1 December 7th 03 05:53 PM


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

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"