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

Hi, trying to find a maximum value in a column.
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
  #2   Report Post  
Posted to microsoft.public.excel.misc
daddylonglegs
 
Posts: n/a
Default Maximum Value in column


Max ignores text values within a range so you should only need

=MAX(BI100:BI3000)


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=524621

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


Is this what you are looking for*?*



=MAX(IF(ISNUMBER(Bi100:Bi3000),Bi100:Bi3000,""))


--
vane0326
------------------------------------------------------------------------
vane0326's Profile: http://www.excelforum.com/member.php...o&userid=14731
View this thread: http://www.excelforum.com/showthread...hreadid=524621

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

Hi, thanks, gave it a try, got same #REF error was getting before.
was given this answer, works pretty good.. later

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


"vane0326" wrote:


Is this what you are looking for*?*



=MAX(IF(ISNUMBER(Bi100:Bi3000),Bi100:Bi3000,""))


--
vane0326
------------------------------------------------------------------------
vane0326's Profile: http://www.excelforum.com/member.php...o&userid=14731
View this thread: http://www.excelforum.com/showthread...hreadid=524621


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

Hi,

Use the array formula,

=MAX(IF(ISNUMBER(BI100:BI3000),BI100:BI3000,-1E+100))

Confirm with CTRL-SHIFT-ENTER

Regards,
B. R. Ramachandran

"nastech" wrote:

Hi, trying to find a maximum value in a column.
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



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

Thanks, works great...

"B. R.Ramachandran" wrote:

Hi,

Use the array formula,

=MAX(IF(ISNUMBER(BI100:BI3000),BI100:BI3000,-1E+100))

Confirm with CTRL-SHIFT-ENTER

Regards,
B. R. Ramachandran

"nastech" wrote:

Hi, trying to find a maximum value in a column.
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

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 07:15 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"