Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Help with counting formula

I am keeping a spread sheet of our customer base and what medium they learned
about our company from our website to an advertising postcard mailing and
have labeled a column for each after the general name and address
information. I put the number 1 in the appropriate column for counting
purposes. I have taken label of each medium and in the last column created a
tally box for quick reference. I put the formula of =SUM(A2:A17) which works
wonderful. But as I add to the list I am going past 17 and the tally for
those are not counted. Does anyone have a formula that will incorporate the
additional rows into the tally? Also is there a formula that will show the
number of rows so I can show with the tally's an "out of" number?

Thank you kindly for any help.
--
Lisa SW
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 265
Default Help with counting formula

If you're using Excel 2003, convert your data into a list...

Data List Create List

The range will automatically adjust as data is added/removed. Otherwise
use a dynamic named range....

Insert Name Define

Name: Range

Refers to:

=$A$2:INDEX($A$2:$A$65536,MATCH(9.99999999999999E+ 307,$A$2:$A$65536))

Click Ok

Then try...

=SUM(Range)

and

=COUNT(Range)

Hope this helps!

http://www.xl-central.com

In article ,
Lisa SW wrote:

I am keeping a spread sheet of our customer base and what medium they learned
about our company from our website to an advertising postcard mailing and
have labeled a column for each after the general name and address
information. I put the number 1 in the appropriate column for counting
purposes. I have taken label of each medium and in the last column created a
tally box for quick reference. I put the formula of =SUM(A2:A17) which works
wonderful. But as I add to the list I am going past 17 and the tally for
those are not counted. Does anyone have a formula that will incorporate the
additional rows into the tally? Also is there a formula that will show the
number of rows so I can show with the tally's an "out of" number?

Thank you kindly for any help.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Help with counting formula

I assume that you are adding to the list by putting new entries at the end,
in the case of your example A18. If A18 does not include any data, then you
can include it in the formula =SUM(A2:A17) so that it looks like
=SUM(A2:A18). That will not affect the SUM since the SUM function ignores
cells that do not contail numeric values. Now, when you need to add data,
insert a new row in front of row 18 and Excel will automatically update the
formula to =SUM(A2:A19). You can now add the data to row 18 and it will be
included in the SUM. I would also put some text in the current row 18 (like
several equal signs in each cell) that would remind me to insert the empty
row before adding data. This text row will shift down each time you insert
new data rows to remind you where to insert the next new data.

"Lisa SW" wrote:

I am keeping a spread sheet of our customer base and what medium they learned
about our company from our website to an advertising postcard mailing and
have labeled a column for each after the general name and address
information. I put the number 1 in the appropriate column for counting
purposes. I have taken label of each medium and in the last column created a
tally box for quick reference. I put the formula of =SUM(A2:A17) which works
wonderful. But as I add to the list I am going past 17 and the tally for
those are not counted. Does anyone have a formula that will incorporate the
additional rows into the tally? Also is there a formula that will show the
number of rows so I can show with the tally's an "out of" number?

Thank you kindly for any help.
--
Lisa SW

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Help with counting formula

Thank you, this will work fine.
--
Lisa SW


"Legare" wrote:

I assume that you are adding to the list by putting new entries at the end,
in the case of your example A18. If A18 does not include any data, then you
can include it in the formula =SUM(A2:A17) so that it looks like
=SUM(A2:A18). That will not affect the SUM since the SUM function ignores
cells that do not contail numeric values. Now, when you need to add data,
insert a new row in front of row 18 and Excel will automatically update the
formula to =SUM(A2:A19). You can now add the data to row 18 and it will be
included in the SUM. I would also put some text in the current row 18 (like
several equal signs in each cell) that would remind me to insert the empty
row before adding data. This text row will shift down each time you insert
new data rows to remind you where to insert the next new data.

"Lisa SW" wrote:

I am keeping a spread sheet of our customer base and what medium they learned
about our company from our website to an advertising postcard mailing and
have labeled a column for each after the general name and address
information. I put the number 1 in the appropriate column for counting
purposes. I have taken label of each medium and in the last column created a
tally box for quick reference. I put the formula of =SUM(A2:A17) which works
wonderful. But as I add to the list I am going past 17 and the tally for
those are not counted. Does anyone have a formula that will incorporate the
additional rows into the tally? Also is there a formula that will show the
number of rows so I can show with the tally's an "out of" number?

Thank you kindly for any help.
--
Lisa SW

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
FORMULA NEEDS OF COUNTING Malik Nadeem Excel Discussion (Misc queries) 4 October 19th 08 03:28 PM
counting formula Tendresse Excel Discussion (Misc queries) 8 March 13th 08 11:59 AM
Counting Formula Karen Smith Excel Discussion (Misc queries) 3 October 26th 07 10:06 PM
Formula / Counting Anna Excel Worksheet Functions 5 July 12th 07 02:38 PM
Counting Formula santaviga Excel Worksheet Functions 3 May 9th 06 12:16 PM


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