#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Formulas

I'm sure the question I have is covered in Excel Help but I obviously don't
know how to ask the question so that it displays the answer so I'm hoping
someone here can help. I need to set a formula so that my answer cell looks
at two other cells and displays the greater number. Example - cell 1 says
10.00 and cell 2 says 30.00, I want cell 3 to look at both and put 30.00 in
the cell to show that it is the greater number.
My Question? How would I right the formula? What function would I use for
that?

Thanks for you help
Chat
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Formulas

Use the MAX() for picking the biggest from a reference.

A1 = 10
B1 = 20
C1 = MAX(A1,B1)

If this post helps click Yes
---------------
Jacob Skaria


"chat" wrote:

I'm sure the question I have is covered in Excel Help but I obviously don't
know how to ask the question so that it displays the answer so I'm hoping
someone here can help. I need to set a formula so that my answer cell looks
at two other cells and displays the greater number. Example - cell 1 says
10.00 and cell 2 says 30.00, I want cell 3 to look at both and put 30.00 in
the cell to show that it is the greater number.
My Question? How would I right the formula? What function would I use for
that?

Thanks for you help
Chat

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Formulas

Thank you Jacob!! It works perfectly now.

Chat

"Jacob Skaria" wrote:

Use the MAX() for picking the biggest from a reference.

A1 = 10
B1 = 20
C1 = MAX(A1,B1)

If this post helps click Yes
---------------
Jacob Skaria


"chat" wrote:

I'm sure the question I have is covered in Excel Help but I obviously don't
know how to ask the question so that it displays the answer so I'm hoping
someone here can help. I need to set a formula so that my answer cell looks
at two other cells and displays the greater number. Example - cell 1 says
10.00 and cell 2 says 30.00, I want cell 3 to look at both and put 30.00 in
the cell to show that it is the greater number.
My Question? How would I right the formula? What function would I use for
that?

Thanks for you help
Chat

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
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
lookup formulas dependent upon lookup formulas Skibee Excel Worksheet Functions 1 July 20th 07 02:20 AM
automatically copy formulas down columns or copy formulas all the HowlingBlue Excel Worksheet Functions 1 March 16th 07 11:11 PM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 08:01 PM
formulas for changing formulas? creativeops Excel Discussion (Misc queries) 4 January 26th 06 03:07 AM


All times are GMT +1. The time now is 06:25 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"