Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default Auto Fill Links with a Pattern

I have hyperlinks that I need to autofill down one column (900 rows). The
end of the link has the cell number of the other worksheet and I need this
cell number to change every 6 rows to the next number in a sequence of 3.
Keep in mind I am VBA deficient. Thanks.
Example.
Col A
Rw 1 C:...C7
Rw 2 C:...C7
Rw 3 C:...C7
Rw 4 C:...C7
Rw 5 C:...C7
Rw 6 C:...C7
Rw 7 C:...C10
Rw 8 C:...C10
Rw 9 C:...C10
Rw 10 C:...C10
Rw 11 C:...C10
Rw 12 C:...C10
Rw 13 C:...C13
Rw 14 C:...C13
Rw 15 C:...C13
Rw 16 C:...C13
Rw 17 C:...C13
Rw 18 C:...C13

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Auto Fill Links with a Pattern

This formula will create the pattern you're looking for:

=INT((ROW()/6)-0.1)*3+7

HTH,
Elkar


"Gayla" wrote:

I have hyperlinks that I need to autofill down one column (900 rows). The
end of the link has the cell number of the other worksheet and I need this
cell number to change every 6 rows to the next number in a sequence of 3.
Keep in mind I am VBA deficient. Thanks.
Example.
Col A
Rw 1 C:...C7
Rw 2 C:...C7
Rw 3 C:...C7
Rw 4 C:...C7
Rw 5 C:...C7
Rw 6 C:...C7
Rw 7 C:...C10
Rw 8 C:...C10
Rw 9 C:...C10
Rw 10 C:...C10
Rw 11 C:...C10
Rw 12 C:...C10
Rw 13 C:...C13
Rw 14 C:...C13
Rw 15 C:...C13
Rw 16 C:...C13
Rw 17 C:...C13
Rw 18 C:...C13

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 to auto fill in following month. MagnoliaSouth Excel Worksheet Functions 7 October 2nd 06 02:10 AM
can I auto fill zip code column when city is typed Elsie C. Excel Worksheet Functions 1 September 28th 06 08:40 PM
Referencing a cell in another worksheet then using fill handle to continue pattern [email protected] Excel Discussion (Misc queries) 4 April 21st 06 05:21 PM
Auto fill box sue t Excel Discussion (Misc queries) 3 January 13th 05 05:51 PM
Auto Fill Options Patti B Excel Discussion (Misc queries) 3 December 9th 04 12:49 AM


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