View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ashley Ashley is offline
external usenet poster
 
Posts: 71
Default Excel, how to count every 4th cell in column to see if occupie

Hi CLR, i am not sure what you mean. Here's an example of waht i have:

a b
1 lee smith 27-July
2 123 street Resch
3 sea, oh 44759 1-Aug
4 000-000-0000
5 tim elliot 10-June
6 258 avenue
7 tall, va 68921
8 222-222-2222

At the bottom of many names and addresses - i only want to cout the date
next to the name as one - the other cells (b2-b4) may be occupied with data
but i don't want to count them i only want to count every 4th cell in column
b (which is b1,b5...so on)
Thanks for your help!!

"CLR" wrote:

I would use a helper column to identiry each row you wish to count, then use
AutoFilter to filter for them in that column and for non-blanks in the data
column, and use =SUBTOTAL(3,a:a)

hth
Vaya con Dios,
Chuck, CABGx3



"Ashley" wrote:

hello, i want to use a COUNTA function to count the occupied cells in each
column in an excel spreadsheet. However, the cells i want to count are every
4th cell & not the ones inbetween. i can use =COUNTA(c7,c11,c15,c19....) but
my list size goes into to 1,000's & i only know how to enter the above
formula mannually. I need to know how to write the function/formula to count
every 4th cell automatically. i would be glad for anyone's help.

thank you!