Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 127
Default Counting Rows - Fill ???

I would like a formula tha will count columns. I was using the fill down in
series, its been a while, but I though I could tell it to start at 1 end at
27 and start over at 1 and goto 27 until all the lines that contains data or
in a range are counted.

When I use the fill down I put the stop value at 27 and in the 1st column I
have a 1 and that works. But I have to Manually do this ever 27 columns. I
thougth I could use trend or???
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default Counting Rows - Fill ???

Try this:

=MOD(ROWS($1:1),27)+(MOD(ROWS($1:1),27)=0)*27

Copy down as needed.

Biff

"klafert" wrote in message
...
I would like a formula tha will count columns. I was using the fill down
in
series, its been a while, but I though I could tell it to start at 1 end
at
27 and start over at 1 and goto 27 until all the lines that contains data
or
in a range are counted.

When I use the fill down I put the stop value at 27 and in the 1st column
I
have a 1 and that works. But I have to Manually do this ever 27 columns. I
thougth I could use trend or???



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
Hiding rows while sheet is protected burnsbyrne Excel Discussion (Misc queries) 5 August 22nd 06 08:40 PM
Pivot tables - Fill In All Rows bobs Excel Discussion (Misc queries) 1 August 21st 06 09:31 PM
formula to use when number of rows changes dynamically confused Excel Worksheet Functions 3 August 17th 05 03:55 PM
formula will not fill correctly due to odd number rows Barb Excel Worksheet Functions 3 May 10th 05 09:10 PM
Counting rows with 3 columns Tuc Excel Worksheet Functions 4 April 26th 05 06:46 PM


All times are GMT +1. The time now is 10:19 PM.

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"