Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
JcR
 
Posts: n/a
Default Display largest of 3 numbers into 4rth cell

cell a1 = 5
cell a2 = 4
cell a3 = 6

What is formula to so that that largest value in cells a1, a2, a3 apprears
in cell a4 ?

In this case "6" would be the answer and formula would make "6" appear in
cell a4

  #2   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten
 
Posts: n/a
Default Display largest of 3 numbers into 4rth cell

=MAX(A1:A3)

--
Kind regards,

Niek Otten

"JcR" wrote in message ...
cell a1 = 5
cell a2 = 4
cell a3 = 6

What is formula to so that that largest value in cells a1, a2, a3 apprears
in cell a4 ?

In this case "6" would be the answer and formula would make "6" appear in
cell a4



  #3   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten
 
Posts: n/a
Default Display largest of 3 numbers into 4rth cell

In A4

--
Kind regards,

Niek Otten

"Niek Otten" wrote in message ...
=MAX(A1:A3)

--
Kind regards,

Niek Otten

"JcR" wrote in message ...
cell a1 = 5
cell a2 = 4
cell a3 = 6

What is formula to so that that largest value in cells a1, a2, a3 apprears
in cell a4 ?

In this case "6" would be the answer and formula would make "6" appear in
cell a4





  #4   Report Post  
Posted to microsoft.public.excel.misc
Pivotrend
 
Posts: n/a
Default Display largest of 3 numbers into 4rth cell


=LARGE(A1:A3,1) would give FIRST highest digit
=LARGE(A1:A3,2) would give SECOND highest digit
=LARGE(A1:A3,3) would give THIRD highest digit

=SMALL would give the opposite


--
Pivotrend
------------------------------------------------------------------------
Pivotrend's Profile: http://www.excelforum.com/member.php...fo&userid=4062
View this thread: http://www.excelforum.com/showthread...hreadid=521549

  #5   Report Post  
Posted to microsoft.public.excel.misc
JcR
 
Posts: n/a
Default Display largest of 3 numbers into 4rth cell

thanks

"Pivotrend" wrote:


=LARGE(A1:A3,1) would give FIRST highest digit
=LARGE(A1:A3,2) would give SECOND highest digit
=LARGE(A1:A3,3) would give THIRD highest digit

=SMALL would give the opposite


--
Pivotrend
------------------------------------------------------------------------
Pivotrend's Profile: http://www.excelforum.com/member.php...fo&userid=4062
View this thread: http://www.excelforum.com/showthread...hreadid=521549




  #6   Report Post  
Posted to microsoft.public.excel.misc
JcR
 
Posts: n/a
Default Display largest of 3 numbers into 4rth cell

thanks

"Niek Otten" wrote:

=MAX(A1:A3)

--
Kind regards,

Niek Otten

"JcR" wrote in message ...
cell a1 = 5
cell a2 = 4
cell a3 = 6

What is formula to so that that largest value in cells a1, a2, a3 apprears
in cell a4 ?

In this case "6" would be the answer and formula would make "6" appear in
cell a4




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
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Excel Worksheet Functions 1 January 9th 06 01:23 PM
For Hector Miguel - Inserting page numbers in cell mato nanjin Excel Discussion (Misc queries) 0 December 30th 05 03:09 PM
Display a row if a cell value is greater than zero vmerrill Excel Worksheet Functions 2 August 6th 05 06:47 PM
display values in cell Vincent Excel Discussion (Misc queries) 2 February 21st 05 04:16 PM
Display actual contents of cell xmasbob Excel Discussion (Misc queries) 1 December 6th 04 05:09 PM


All times are GMT +1. The time now is 07:30 PM.

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"