+ Reply to Thread
Results 1 to 2 of 2

lookup a value from another sheet, copy and paste the results in another sheet

  1. #1
    Registered User
    Join Date
    04-24-2020
    Location
    USA
    MS-Off Ver
    WA
    Posts
    64

    lookup a value from another sheet, copy and paste the results in another sheet

    Hi,

    So I have this small project that I need to enter a date in the "Data sheet" tab, using vlookup to look for product inventory category (QTY1 or QTY2) and copy the values from "sales by region" tab and paste them into "data sheet" tab horizontally. The data in "sales by region is by column, but the same value will need to be transpose on the "Data sheet" tab.

    So if I enter the date in column A, and the product inventory category in column B, the vlookup will check that with the value of B3 ("sales region") sheet and copy those values and paste in the second tab accordingly.

    Hope this makes sense.

    Thank you Excel Ninjas!!!!!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,308

    Re: lookup a value from another sheet, copy and paste the results in another sheet

    in C7

    =INDEX(Table1[[QTY 1]:[QTY 2]],MATCH('Data sheet'!C$2,Table1[Region],0),MATCH($B7,Table1[[#Headers],[QTY 1]:[QTY 2]],0))

    COPY (not drag) to columns D and E

+ 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. Copy text from a cell paste to website search box and copy & paste results in same sheet
    By JohnnyBoyxxx in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-26-2020, 06:06 PM
  2. [SOLVED] Macro to lookup a value in a Sheet and find that value in another sheet and Copy paste
    By Khalid.Noor in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 04-11-2018, 02:59 PM
  3. [SOLVED] Filter the original sheet based on comparison and paste the results onto a new sheet
    By aviatecar in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-28-2014, 12:45 PM
  4. Lookup Value from Sheet 4 in Sheet 2, if found copy Sheet 2 Active Row to Sheet 5
    By lgosso23 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-11-2013, 02:51 PM
  5. Replies: 11
    Last Post: 10-14-2012, 01:03 PM
  6. Replies: 0
    Last Post: 01-18-2009, 06:11 PM
  7. lookup single value in one sheet, return multiple results from the other sheet
    By cvanoosbree in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-16-2009, 04:23 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