+ Reply to Thread
Results 1 to 4 of 4

Getting multiple dropdowns to pull extra data to autofill cells

  1. #1
    Registered User
    Join Date
    10-02-2012
    Location
    Birmingham, AL
    MS-Off Ver
    Excel 2010
    Posts
    7

    Getting multiple dropdowns to pull extra data to autofill cells

    Hello again,

    This time I am trying to get the cost and weight to autofill on sheet2. Is this too complex to make happen?

    Thanks in advance!

    Aub
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Getting multiple dropdowns to pull extra data to autofill cells

    Hi

    Sheet2:
    D2: =VLOOKUP(C2,OFFSET(INDIRECT(B2),0,0,,3),2,FALSE)
    E2: =VLOOKUP(C2,OFFSET(INDIRECT(B2),0,0,,3),3,FALSE)

    copy down as required.

    rylo

  3. #3
    Registered User
    Join Date
    10-02-2012
    Location
    Birmingham, AL
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Getting multiple dropdowns to pull extra data to autofill cells

    Quote Originally Posted by rylo View Post
    Hi

    Sheet2:
    D2: =VLOOKUP(C2,OFFSET(INDIRECT(B2),0,0,,3),2,FALSE)
    E2: =VLOOKUP(C2,OFFSET(INDIRECT(B2),0,0,,3),3,FALSE)

    copy down as required.

    rylo
    Thanks so much! That worked great, but now the #ref error shows up in unused dropdown cells, effecting the totals... any help there?
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    10-02-2012
    Location
    Birmingham, AL
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Getting multiple dropdowns to pull extra data to autofill cells

    I figured it out, used IFERROR in column E and F, and IF in G and H... that seemed to clean it up

+ 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