Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default find the highest value for multiple cells

if i have the first column with multiple repeating numbers and i need to get
the highest number from each of the set of numbers how does the formula read
or get typed? ie.. column A2 has the number 272, a3 has the number 272, A3
has the number 272,, then in column B each entry is different,, can i grab
the entry with the highest number rather than the entry that is in the first
of the series?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default find the highest value for multiple cells

hi
if i understand correctly, look into the max function.
=max(A2:B50)

this will give the max value of the range.

Regards
FSt1

"jbrow" wrote:

if i have the first column with multiple repeating numbers and i need to get
the highest number from each of the set of numbers how does the formula read
or get typed? ie.. column A2 has the number 272, a3 has the number 272, A3
has the number 272,, then in column B each entry is different,, can i grab
the entry with the highest number rather than the entry that is in the first
of the series?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 806
Default find the highest value for multiple cells

Hello,

Array-enter
=MAX(IF(A1:A999=272,B1:B999))
[Enter with CTRL + SHIFT + ENTER, not only with ENTER]

Regards,
Bernd
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
Find the highest value on the column frukyy Excel Discussion (Misc queries) 5 October 4th 06 02:28 PM
How to find multiple cells/replace whole cells w/data dcurylo Excel Discussion (Misc queries) 2 November 30th 05 08:06 PM
Find lowest and highest value from a set of rows Paul A via OfficeKB.com Excel Discussion (Misc queries) 5 July 16th 05 03:54 PM
INTRICATE PROBLEM- How to find multiple text,excluding "H", in a multiple range of cells, then replacing 0 with another number in another cell Tourcat Excel Worksheet Functions 1 February 8th 05 06:26 PM
How to find highest, lowest and last cell in a row? Sam Excel Worksheet Functions 1 December 3rd 04 11:51 AM


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