+ Reply to Thread
Results 1 to 6 of 6

Vlookup with horizental to vertical

Hybrid View

  1. #1
    Forum Contributor visha_1984's Avatar
    Join Date
    11-27-2012
    Location
    Pune,India
    MS-Off Ver
    Excel 2010
    Posts
    290

    Vlookup with horizental to vertical

    Hi Team

    I have attached excel workbook for your refrence.
    Every time insert vlookup formula in output sheet B2,C2,D2,E2,
    My problem is there any direct formula which can i copy and paste.
    any help much appriciate Thanks in advance.

    Attached Files Attached Files
    Happy to Help

    VISHA

    Click *, if the suggestion helps you!
    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>> "Mark your thread as Solved"

  2. #2
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Vlookup with horizental to vertical

    Hi Visha,

    Try This.

    Formula: copy to clipboard
    =IFERROR(INDEX(Sheet1!$C$2:$C$88,SMALL(IF(Sheet1!$B$2:$B$88=OUTPUT!$A2,ROW(Sheet1!$C$2:$C$88),""),COLUMN(A1))),"")

    with Ctrl + Shift + Enter not just Enter

    and drag Down / Right
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  3. #3
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Vlookup with horizental to vertical

    OOPS.. I think, I missed something..

    Try this.. with another condition also..

    Formula: copy to clipboard
    =SUMIFS(Sheet1!$C$1:$C$88,Sheet1!$B$1:$B$88,Sheet2!$A2,Sheet1!$A$1:$A$88,Sheet2!B$1)

  4. #4
    Forum Contributor visha_1984's Avatar
    Join Date
    11-27-2012
    Location
    Pune,India
    MS-Off Ver
    Excel 2010
    Posts
    290

    Re: Vlookup with horizental to vertical

    Debraj

    Thank u Very much

  5. #5
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Vlookup with horizental to vertical

    OOPS did I again miss something.. Yes... VlookUp.

    Try this Array Formula..

    Formula: copy to clipboard
    =VLOOKUP($A2,IF(Sheet1!$A$1:$A$88=OUTPUT!B$1,Sheet1!$B$1:$C$88,""),2,0)

  6. #6
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Vlookup with horizental to vertical

    Thanks for the Feedback & Rep..

    BTW.. all above are working.. you can choose anyone..

+ 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