Help with Autofill

B

boorman

Hello
I have a worksheet that I wish to use autofill (of a vba equivalent).
Effectivly what I want to do is restart the autofill by each blank line

What I am trying to achive is count of boxes in a sheet

Box name Box qt
1
1
1
1
BLANK LIN
2
2
2
2
2
BLANK LIN
3
3
3

Is there an easy way to do this

Thanks in advance
 
D

Don Guillett

Hello,
 I have a worksheet that I wish to use autofill (of a vba equivalent).
 Effectivly what I want to do is restart the autofill by each blank line.

 What I am trying to achive is count of boxes in a sheet.

 Box name    Box qty
 1                     1
 1                     2
 1                     3
 1                     4
 BLANK LINE
 2                     1
 2                     2
 2                     3
 2                     4
 2                     5
 BLANK LINE
 3                     1
 3                     2
 3                     3

 Is there an easy way to do this?

 Thanks in advance

There may be an easier way
"If desired, send your file to dguillett @gmail.com I will only look
if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top