+ Reply to Thread
Results 1 to 6 of 6

Autofill Data from existing list

Hybrid View

  1. #1
    Registered User
    Join Date
    03-15-2012
    Location
    NYC
    MS-Off Ver
    Excel 2007
    Posts
    25

    Question Autofill Data from existing list

    Hi,

    How do you autofill data from an existing column list.
    For example;

    Item No.
    2
    5
    6
    7
    8
    5
    1
    9
    7
    7
    8
    Now I would like to take that same information and autofill the data into a new report? How do I do this???

  2. #2
    Forum Contributor
    Join Date
    01-24-2011
    Location
    Sheppey
    MS-Off Ver
    Excel 2010
    Posts
    239

    Re: Autofill Data from existing list

    Can you use a paste link ? The only problem is that where there is no data it would show a "0" so change the formula slightly to
    =IF([Book1]Sheet1!A1="","",[Book1]Sheet1!A1)
    and drag the code over the sheet.

  3. #3
    Registered User
    Join Date
    03-15-2012
    Location
    NYC
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: Autofill Data from existing list

    Quote Originally Posted by BarryTSL View Post
    Can you use a paste link ? The only problem is that where there is no data it would show a "0" so change the formula slightly to
    =IF([Book1]Sheet1!A1="","",[Book1]Sheet1!A1)
    and drag the code over the sheet.
    Thanks for responding, but ,it did not work for me

  4. #4
    Registered User
    Join Date
    03-15-2012
    Location
    NYC
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: Autofill Data from existing list

    Hi All,

    Perhaps this will help you to help me, I have included an attachment below. What I am trying to do is to get B4 Vendor No. column to autofill to B102, what I have presently done is to copy/paste but I need to Autofill. Help......
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-15-2012
    Location
    NYC
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: Autofill Data from existing list

    Does anyone have an idea that might help me????

  6. #6
    Forum Contributor
    Join Date
    01-24-2011
    Location
    Sheppey
    MS-Off Ver
    Excel 2010
    Posts
    239

    Re: Autofill Data from existing list

    How about using a lookup ?
    =INDEX(table1,MATCH(A103,names1,0),2)
    see attached sheet.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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