+ Reply to Thread
Results 1 to 4 of 4

transpose using vlookup index combo

  1. #1
    Registered User
    Join Date
    04-29-2009
    Location
    mum
    MS-Off Ver
    Excel 2003
    Posts
    2

    transpose using vlookup index combo

    i have data in column b,c,d and i want to fill h5,h6 and I5,I6 . please see the attached excel. tell me the formulas to put in h5 ,h6 etc. thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,023

    Re: transpose using vlookup index combo

    Sumproduct function is ok! See attached.

    HTH,
    windknife
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    04-29-2009
    Location
    mum
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: transpose using vlookup index combo

    neat ! but can you tell through vlookup and index

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

    Re: transpose using vlookup index combo

    Using LOOKUP:

    H5: =LOOKUP(2,1/(($B$7:$B$10=$G5)*($C$7:$C$10=H$4)),$D$7:$D$10)
    applied across matrix

    You can't do this with VLOOKUP, and INDEX only really viable in non-array sense if you create a Concatenation key (at which point you could just use INDEX) or even SUMIF -- only a SUMIF/SUMPRODUCT will handle multiple instances of the combination of week & name should they exist.

    But... use a Pivot Table...

+ 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