Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Connie Martin
 
Posts: n/a
Default Auto Extended Formula not working

Does the auto extend list for formulas not work with this type of formula:
=COUNTIF($L$3:$L185,$L185) ?? I have another formula in the same
worksheet, which is: =IF(Q185="","",S185-T185) and the auto extended formula
function works with it when new data in typed in the next empty row, but
won't for the other formula. Any answers? Connie
  #2   Report Post  
Posted to microsoft.public.excel.misc
Rob Walton
 
Posts: n/a
Default Auto Extended Formula not working

Hi Connie,

It looks like you have a small error in your function. In the first
argument of the COUNTIF function, you have the beginning of the range
containing a static column AND row and the end of the range has a static
column but a dynamic row, the $ before either the column or row means that
it will not change as you auto-extend, it remains static. Try this:

=COUNTIF($L3:$L185,$L185)

For the IF function, it looks like you may NEED static columns, so try this:

=IF($Q185="","",$S185-$T185)

Let me know if this works for you

~Rob Walton


"Connie Martin" wrote in message
...
Does the auto extend list for formulas not work with this type of formula:
=COUNTIF($L$3:$L185,$L185) ?? I have another formula in the same
worksheet, which is: =IF(Q185="","",S185-T185) and the auto extended
formula
function works with it when new data in typed in the next empty row, but
won't for the other formula. Any answers? Connie


  #3   Report Post  
Posted to microsoft.public.excel.misc
Connie Martin
 
Posts: n/a
Default Auto Extended Formula not working

My formulas work fine. My first formula is counting how many times a number
repeats itself in the column. It starts at the top of the column with
=COUNTIF($L$3:$L3,$L3) and works on down the column picking out numbers that
repeat themselves and putting a number in as to how many times that number
has repeated itself in the column, or a simple 1 if it appears for the first
time. It must be as I have written it in order to do that. The second
formula works quite fine. The auto extend list function works with this
formula as it is. Your formula and mine give the same answer. Go to:
http://support.microsoft.com/?id=231...22120121120120 and
scroll down to the part "When Auto Extended Formulas May Not Work". I found
this later and wonder if that's not the problem. It simply doesn't work for
every type of formula.

"Rob Walton" wrote:

Hi Connie,

It looks like you have a small error in your function. In the first
argument of the COUNTIF function, you have the beginning of the range
containing a static column AND row and the end of the range has a static
column but a dynamic row, the $ before either the column or row means that
it will not change as you auto-extend, it remains static. Try this:

=COUNTIF($L3:$L185,$L185)

For the IF function, it looks like you may NEED static columns, so try this:

=IF($Q185="","",$S185-$T185)

Let me know if this works for you

~Rob Walton


"Connie Martin" wrote in message
...
Does the auto extend list for formulas not work with this type of formula:
=COUNTIF($L$3:$L185,$L185) ?? I have another formula in the same
worksheet, which is: =IF(Q185="","",S185-T185) and the auto extended
formula
function works with it when new data in typed in the next empty row, but
won't for the other formula. Any answers? Connie



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
Date in Formula not working Dana Excel Discussion (Misc queries) 12 February 28th 06 03:54 PM
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
Complicated formula not working in 97 Adam Kroger Excel Discussion (Misc queries) 9 December 5th 05 12:54 AM
Creat a formula to calculate working hrs according to number of da Bren Excel Worksheet Functions 2 August 1st 05 12:57 PM
auto sum in formula hbpvs Excel Worksheet Functions 5 December 21st 04 12:34 PM


All times are GMT +1. The time now is 04:39 AM.

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"