Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Using Count() in Dynamic Formula

Hello all,

I'm attempting to construct a 'dynamic' formula to find the maximum value in
a column of figures that will, over time, be added to.

Can someone please help me with a formula to find Maximum value in Column F?
I've been playing with variations of the following, but without success
(obviously):

=Max(F1:F&Count(F:F))

Regards,

John


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Using Count() in Dynamic Formula

=MAX(F:F) will ignore blanks cells in column F and allows for blanks between
data.

But if you truly wanted a dynamic reference you could create a defined name.

InsertNameDefine

In the Refers to: dialog enter this formula

=OFFSET(Sheet1!$F$1,0,0,COUNTA(Sheet1!$F:$F),1)

Give it a name.........thename

In a cell enter =MAX(thename)

Note: the dynamic range must be contiguous


Gord Dibben MS Excel MVP



On Sun, 3 Feb 2008 10:43:00 +1100, "John Taylor" wrote:

Hello all,

I'm attempting to construct a 'dynamic' formula to find the maximum value in
a column of figures that will, over time, be added to.

Can someone please help me with a formula to find Maximum value in Column F?
I've been playing with variations of the following, but without success
(obviously):

=Max(F1:F&Count(F:F))

Regards,

John


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Using Count() in Dynamic Formula

Gord,

Thanks for the quick reply, and the information contained therein. Will
give it a go.

Regards,

John

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
=MAX(F:F) will ignore blanks cells in column F and allows for blanks
between
data.

But if you truly wanted a dynamic reference you could create a defined
name.

InsertNameDefine

In the Refers to: dialog enter this formula

=OFFSET(Sheet1!$F$1,0,0,COUNTA(Sheet1!$F:$F),1)

Give it a name.........thename

In a cell enter =MAX(thename)

Note: the dynamic range must be contiguous


Gord Dibben MS Excel MVP



On Sun, 3 Feb 2008 10:43:00 +1100, "John Taylor"
wrote:

Hello all,

I'm attempting to construct a 'dynamic' formula to find the maximum value
in
a column of figures that will, over time, be added to.

Can someone please help me with a formula to find Maximum value in Column
F?
I've been playing with variations of the following, but without success
(obviously):

=Max(F1:F&Count(F:F))

Regards,

John



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Using Count() in Dynamic Formula

Why not just use "=MAX(F:F)" ?


"John Taylor" wrote in message
...
Hello all,

I'm attempting to construct a 'dynamic' formula to find the maximum value
in a column of figures that will, over time, be added to.

Can someone please help me with a formula to find Maximum value in Column
F? I've been playing with variations of the following, but without success
(obviously):

=Max(F1:F&Count(F:F))

Regards,

John



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Using Count() in Dynamic Formula

G'day,

I simplified my original question. I'm actually using MAX in the following
array formula (where XJO is the range name I used, following Gord's
suggestion), and replacing XJO with simply F:F gives a #NUM! error:

=MAX(IF((Date_Range=J3)*(Date_Range<=J4),XJO,0))

Regards,

John

"DanRoss" wrote in message
...
Why not just use "=MAX(F:F)" ?


"John Taylor" wrote in message
...
Hello all,

I'm attempting to construct a 'dynamic' formula to find the maximum value
in a column of figures that will, over time, be added to.

Can someone please help me with a formula to find Maximum value in Column
F? I've been playing with variations of the following, but without
success (obviously):

=Max(F1:F&Count(F:F))

Regards,

John





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
Count dynamic range S Davis Excel Worksheet Functions 6 February 26th 07 07:51 PM
Dynamic Formula with Dynamic Address dmz_asdf Excel Worksheet Functions 7 December 15th 06 07:13 PM
Help with copying dynamic column selected based on remote cell value and dynamic formula fill ers Charts and Charting in Excel 0 March 1st 06 01:05 AM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
I would like to count # of occurences but have it be dynamic when. Sifedirector Excel Worksheet Functions 1 March 19th 05 02:27 PM


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