LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Franksta
 
Posts: n/a
Default Auto Numbering

Hi Starguy,


OK, well, it really depends what you want to do and from the information
below it doesn't appear to clear. So I will give you a few options. If you
don't want to count the zero's but count the number of cells with data above
zero in it, you can use the following formula:

=countif(L5:L15,"0")

if you are wanting to calculate the results in a manner that you don't want
the zero's to affect the total (say for example, mean calculations, medium)
then you could employ an if statement as follows:

=if(<your_formula=0,"",<your_formula)

N.B. <your_formula is the existing formula in the cell range L5:L15.

Auto Numbering, you could use an if statement in combination with the above
as follows:

in row J5:J15 have the following:

for cell J5 = =countif(L5,"0")

then in row K5:K15 have the following:

=if(<your_formula=0,"",sum(J5:<current J cell)

For more intuitive examples, it might be good to post examples of the
formulae that you are using in the cell range, data isn't necessary, just the
formula.

Hope that helps.


Franksta.
 
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
auto numbering excell form Len Excel Discussion (Misc queries) 1 January 9th 06 06:59 AM
Auto Numbering Andy JL New Users to Excel 3 November 23rd 05 05:09 AM
Auto Numbering Each Cell In A Column UFWPresident Excel Worksheet Functions 5 June 17th 05 12:18 AM
Auto page numbering for several worksheets Andy Excel Worksheet Functions 1 March 13th 05 04:41 AM
AUTO PAGE NUMBERING DIFFERENTLY FOR A WORKBOOK CHCO Excel Worksheet Functions 0 December 13th 04 04:11 PM


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