Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default Maximum Value in Column

Is there a way to look up a maximum value in a column? thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Michael
 
Posts: n/a
Default Maximum Value in Column

Hi nastech. Assuming your data is in Column A, in a blank cell type
=Max(A1:A1000). Adjust the range to fit your data. HTH
--
Sincerely, Michael Colvin


"nastech" wrote:

Is there a way to look up a maximum value in a column? thanks.

  #3   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default Maximum Value in Column

Hi, thanks, I thought that should be it, first tried it got a REF error with:

=MAX(BI100:BI3000)

"Michael" wrote:

Hi nastech. Assuming your data is in Column A, in a blank cell type
=Max(A1:A1000). Adjust the range to fit your data. HTH
--
Sincerely, Michael Colvin


"nastech" wrote:

Is there a way to look up a maximum value in a column? thanks.

  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Maximum Value in Column

Do you have any #Ref! errors in that range?

nastech wrote:

Hi, thanks, I thought that should be it, first tried it got a REF error with:

=MAX(BI100:BI3000)

"Michael" wrote:

Hi nastech. Assuming your data is in Column A, in a blank cell type
=Max(A1:A1000). Adjust the range to fit your data. HTH
--
Sincerely, Michael Colvin


"nastech" wrote:

Is there a way to look up a maximum value in a column? thanks.


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default Maximum Value in Column

Hi, yes, sorry took so long to reply. guesse errors would need to take into
account cells that have headerl lines with text (need to do numbers only?)

Tried: =IF(ISNUMBER(BI100:BI3000),MAX(BI100:BI3000))
but not quite there yet


"Dave Peterson" wrote:

Do you have any #Ref! errors in that range?

nastech wrote:

Hi, thanks, I thought that should be it, first tried it got a REF error with:

=MAX(BI100:BI3000)

"Michael" wrote:

Hi nastech. Assuming your data is in Column A, in a blank cell type
=Max(A1:A1000). Adjust the range to fit your data. HTH
--
Sincerely, Michael Colvin


"nastech" wrote:

Is there a way to look up a maximum value in a column? thanks.


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
B. R.Ramachandran
 
Posts: n/a
Default Maximum Value in Column

Hi,

Enter the following formula in any blank cell and ENTER.

=MAX(data_range)

where "data_range" is the column range containing your data (e.g., A2:A101)

Regards,
B. R. Ramachandran


"nastech" wrote:

Is there a way to look up a maximum value in a column? thanks.

  #7   Report Post  
Posted to microsoft.public.excel.misc
kraljb
 
Posts: n/a
Default Maximum Value in Column


=MAX(A:A) will give you the max value in column A


--
kraljb
------------------------------------------------------------------------
kraljb's Profile: http://www.excelforum.com/member.php...fo&userid=9955
View this thread: http://www.excelforum.com/showthread...hreadid=523648

  #8   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Maximum Value in Column

=max(b:b)

will return the maximum in column B.

nastech wrote:

Is there a way to look up a maximum value in a column? thanks.


--

Dave Peterson
  #9   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default Maximum Value in Column

Found this answer, seems to work fine, thanks.

=MAX(IF(ISNUMBER(BI100:BI3000),BI100:BI3000,-1E+100))
Array Formula, Confirm with CTRL-SHIFT-ENTER


"Dave Peterson" wrote:

=max(b:b)

will return the maximum in column B.

nastech wrote:

Is there a way to look up a maximum value in a column? thanks.


--

Dave Peterson

  #10   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Maximum Value in Column

You'd only need this kind of formulas to avoid errors in that range.

=max() will ignore any cells with text.


nastech wrote:

Found this answer, seems to work fine, thanks.

=MAX(IF(ISNUMBER(BI100:BI3000),BI100:BI3000,-1E+100))
Array Formula, Confirm with CTRL-SHIFT-ENTER

"Dave Peterson" wrote:

=max(b:b)

will return the maximum in column B.

nastech wrote:

Is there a way to look up a maximum value in a column? thanks.


--

Dave Peterson


--

Dave Peterson


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 multiply two columns edgar Excel Worksheet Functions 7 March 2nd 06 03:29 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
How to group similar column titles together???? vrk1 Excel Discussion (Misc queries) 2 April 30th 05 12:17 AM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM


All times are GMT +1. The time now is 06:58 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"