+ Reply to Thread
Results 1 to 6 of 6

Auto fill question

  1. #1
    Registered User
    Join Date
    09-08-2016
    Location
    Oregon Wine Country
    MS-Off Ver
    2010
    Posts
    44

    Auto fill question

    At times when we are making a quality report, we have a long list of numbers that we have to identify as (eg) 2 then 2.1, 3 then 3.1. These features are X and Y coordinates for holes, so it's always a number then a sub. Is there a way to use auto fill to do this? I've tried entering 2 then 2.1 and then drag. The sequence goes 2.2 thru 2.9, then to 3.
    I've tried manually entering 2 then 2.1, then 3 and 3.1 then highlight the 2 thru 3.1 sequence and drag it down, but the sequence goes wrong for my needs (3.6 then 4.02, 4.44 4.86). Is there a way to do this quickly? We sometimes have to enter over 100 numbers this way.

    Thanks in advance

  2. #2
    Forum Contributor
    Join Date
    03-08-2016
    Location
    kuala lumpur malaysia
    MS-Off Ver
    365
    Posts
    100
    Quote Originally Posted by wilster98 View Post
    At times when we are making a quality report, we have a long list of numbers that we have to identify as (eg) 2 then 2.1, 3 then 3.1. These features are X and Y coordinates for holes, so it's always a number then a sub. Is there a way to use auto fill to do this? I've tried entering 2 then 2.1 and then drag. The sequence goes 2.2 thru 2.9, then to 3.
    I've tried manually entering 2 then 2.1, then 3 and 3.1 then highlight the 2 thru 3.1 sequence and drag it down, but the sequence goes wrong for my needs (3.6 then 4.02, 4.44 4.86). Is there a way to do this quickly? We sometimes have to enter over 100 numbers this way.

    Thanks in advance
    What sequence number that you actually want

  3. #3
    Registered User
    Join Date
    09-08-2016
    Location
    Oregon Wine Country
    MS-Off Ver
    2010
    Posts
    44

    Re: Auto fill question

    I need it to sequence a whole number then the number + .1, e.g 2 then 2.1, 3 then 3.1, 4 then 4.1 etc.

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Auto fill question

    Hello,

    don't use the fill feature, because that can only do regular patterns. Instead, use a formula.

    Assuming that the first row has headers and cell A2 has your starting value of 2 and A3 has your next value of 2.1. In A4 use the formula

    =A2+1

    and copy down.

    cheers, teylyn

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Auto fill question

    Maybe this...

    Data Range
    A
    1
    2
    2
    2.1
    3
    3
    4
    3.1
    5
    4
    6
    4.1
    7
    5
    8
    5.1
    9
    6
    10
    6.1
    11
    7
    12
    7.1
    13
    ------


    Manually enter the first number (a whole number) in A1.

    Then, enter this formula in A2 and copy down as needed:

    =A1+IF(MOD(ROWS(A$2:A2),2),0.1,0.9)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  6. #6
    Registered User
    Join Date
    09-08-2016
    Location
    Oregon Wine Country
    MS-Off Ver
    2010
    Posts
    44

    Re: Auto fill question

    It worked! Thank you

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Auto-fill next cell Question
    By JackWatson in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-17-2015, 06:19 AM
  2. VLookup / Auto-Fill Question
    By mikey968 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-25-2007, 09:34 PM
  3. Auto fill macro question
    By punter in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-16-2007, 10:53 AM
  4. auto fill question...
    By lovingggood in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-13-2007, 02:27 PM
  5. Is this possible - auto fill question
    By ScottyNM in forum Excel General
    Replies: 12
    Last Post: 12-22-2006, 12:01 PM
  6. Custom auto fill question
    By method373 in forum Excel General
    Replies: 2
    Last Post: 12-24-2005, 12:34 PM
  7. Auto Fill question
    By Backdoor Cover in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-19-2005, 02:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1