+ Reply to Thread
Results 1 to 4 of 4

How to Look up and then transfer information from tab to tab

  1. #1
    Registered User
    Join Date
    02-18-2020
    Location
    Huntsville, Alabama
    MS-Off Ver
    Excel 2007
    Posts
    14

    How to Look up and then transfer information from tab to tab

    New member, hopefully with an easy problem.

    I have two tabs in an excel spreadsheet, one tab is Quotes, the other is Orders.

    We will have multiple quotes for the same part number in the first tab. Their also will be multiple prices quoted for different order quantities. In the order tab we will have one line for each part number.

    What I would like to do is to transfer the piece price and tooling cost from the quote tab to the order tab. When in the order tab I populate the Part Number, Order quantity, Vendor and Process in the Order tab, and have the piece price and tooling auto populate.

    A very simplified Excel document is attached that hopefully shows what I'm asking. Any other questions, please let me know.

    I initially thought VLOOKUP would be useful, but that is limited to being defined by one column.

    Thanks.
    Attached Files Attached Files
    Last edited by mlangseth; 02-18-2020 at 06:46 PM. Reason: Question is now solved!

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: How to Look up and then transfer information from tab to tab

    In B4 of Quotes, copied down
    =D4&E4&F4&G4
    Then in Orders, H7 copied down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    In I7 copied down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Note: this formula will give the 2 piece price for 1 -4 pieces, the 5 piece price for 5-9 pieces and the 10 piece price for anything 10 or above.
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Contributor
    Join Date
    12-15-2019
    Location
    Not here
    MS-Off Ver
    2010
    Posts
    257

    Re: How to Look up and then transfer information from tab to tab

    Hi,

    In G7:

    =INDEX(Quotes!F$4:F$8,MATCH(1,(Orders!$B7=Quotes!$B$4:$B$8)*(Orders!$C7=Quotes!$C$4:$C$8)*(Orders!$D7=Quotes!$D$4:$D$8)*(Orders!$E7=Quotes!$E$4:$E$8),0))

    CTRL+SHIFT+ENTER to make it an array drag across to column J and down

    In K7:

    =IF($F7<5,$F7*H7,IF(AND($F7>=5,$F7<10),$F7*I7,IF($F7>=10,$F7*J7)))

    drag down

    I included the prices also on the sheet to show the available discounts when ordering quantities.

    I hope this helps you
    This user is no longer subscribed to this thread.

  4. #4
    Registered User
    Join Date
    02-18-2020
    Location
    Huntsville, Alabama
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: How to Look up and then transfer information from tab to tab

    Wow, both of those options will work. And thank you for the updated excel sheets. I initially tried to just paste in your answers and of course screwed it up.

    I have a follow on question with my excel sheet, but will put this one as resolved and ask in a new thread.

+ 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. Transfer Information from one sheet to another
    By windrain in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-05-2017, 12:09 PM
  2. Need dates to transfer when the other information does
    By srgtennis in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 03-17-2014, 08:04 AM
  3. Looking for a way to transfer information from one sheet to another
    By llgme2004 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-14-2013, 01:30 PM
  4. Transfer information to template
    By C.j. in forum Excel General
    Replies: 0
    Last Post: 04-05-2012, 12:27 PM
  5. Transfer information from one workbook to another
    By bhodo in forum Excel General
    Replies: 12
    Last Post: 02-18-2010, 04:48 AM
  6. Transfer information from 1 workbook to another....
    By Chobi in forum Excel General
    Replies: 5
    Last Post: 03-04-2008, 10:27 AM
  7. [SOLVED] how do I transfer information from one sheet to another?
    By Dan B. in forum Excel General
    Replies: 2
    Last Post: 04-14-2006, 08:40 AM

Tags for this Thread

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