Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Auto Fill - cell numbering patterns

When an auto fill is applied to three cell containing the entries:

=Sheet1!C303, =Sheet1!C318, =Sheet1!C333,

Noting that the intended pattern is a simple linear pattern, increasing row
number by 15 each time.

These are the resulting auto fill entries:

=Sheet1!C303, =Sheet1!C318, =Sheet1!C333, =Sheet1!C306, =Sheet1!C321,
=Sheet1!C336.

How do I get the auto fill function to follow the obvious €śprevious row
number +15€ť pattern?


Thanks,
Chris
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Auto Fill - cell numbering patterns

try:

=INDIRECT("Sheet1!C"& (ROW()-ROW($A$1))*15+30)

assuming you start in row 1. Change $A$1 to starting row.

"Kiwi Chris" wrote:

When an auto fill is applied to three cell containing the entries:

=Sheet1!C303, =Sheet1!C318, =Sheet1!C333,

Noting that the intended pattern is a simple linear pattern, increasing row
number by 15 each time.

These are the resulting auto fill entries:

=Sheet1!C303, =Sheet1!C318, =Sheet1!C333, =Sheet1!C306, =Sheet1!C321,
=Sheet1!C336.

How do I get the auto fill function to follow the obvious €śprevious row
number +15€ť pattern?


Thanks,
Chris

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Auto Fill - cell numbering patterns

In microsoft.public.excel.misc on Wed, 8 Aug 2007, Toppers
wrote :
try:

=INDIRECT("Sheet1!C"& (ROW()-ROW($A$1))*15+30)

assuming you start in row 1. Change $A$1 to starting row.


'Indirect' - yet another function I've never heard of! :)
--
Paul Hyett, Cheltenham (change 'invalid83261' to 'blueyonder' to email me)
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
Numbering worksheets using Auto Fill Dhaval New Users to Excel 2 July 18th 07 07:44 AM
have formulas to include any fill patterns in original cell Will Doss Excel Discussion (Misc queries) 1 January 24th 07 04:28 AM
MODIFYING FILL PATTERNS David Mursch Excel Discussion (Misc queries) 5 June 15th 06 01:19 PM
Auto Fill/Sequential Numbering tjh Excel Worksheet Functions 4 May 1st 06 03:28 PM
can I customize cell fill patterns in Excel? bghough Excel Discussion (Misc queries) 0 March 10th 05 06:09 PM


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