+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP with Transpose

Hybrid View

  1. #1
    Registered User
    Join Date
    06-26-2009
    Location
    East Lansing, MI
    MS-Off Ver
    Excel 2003
    Posts
    4

    VLOOKUP with Transpose

    Hey everyone,

    Not sure if this can be done or not. I'm getting #REF's when I do this so maybe I have to do this a certain way. Anyway, I am getting data in my excel spreadsheet that is in Column B. I need to transpose the information so it goes in cells C1:X1. Those aren't the exact rows but just an example. So I got the transpose to work.

    Now my problem comes with the VLOOOKUP. I typed in the formula properly with a lookup value that matched and then selected the table. I picked the column I wanted the formula to grab, and selected FALSE.

    Am I doing anything wrong here?

    Any help would be greatly appreciated.

    Thanks!
    Attached Files Attached Files
    Last edited by aeddipa; 06-26-2009 at 04:04 PM. Reason: Attached Link

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: VLOOKUP with Transpose

    I can't replicate I'm afraid, I repeated your steps (re: A1:A4 -> D1:G1, A in C1, VLOOKUP) and I get the correct result.

    On an aside if you want to avoid using Transpose Array you can use INDEX:

    D1: =INDEX($A$1:$A$4,COLUMNS($D1:D1))
    copied across to G1 will produce same output

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: VLOOKUP with Transpose

    EDIT: per your upload the Column reference in the VLOOKUP should be 2 and not H9, also it is not an Array formula - commit with ENTER as normal (not CTRL + SHIFT + ENTER)

+ 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