+ Reply to Thread
Results 1 to 4 of 4

Read from Columns and write in rows

  1. #1
    Registered User
    Join Date
    08-17-2009
    Location
    Ukraine
    MS-Off Ver
    Excel 2010
    Posts
    46

    Read from Columns and write in rows

    Hi all,

    I am a little messed up.

    My knowledge of excel is kinda good but I have a problem with 'thinking the right way'. Specially it is almost midnight here and I am tired.
    I searched a lot how to do this but I believe I can't express myself to google good enough to get the right answers.

    So,

    I have Sheet1 where I got the invoice informations. Where I get the client's name from Sheet2 with Client code.
    On Sheet2 I have these columns:

    A1 A2

    Client Number Client Name Service Service Service
    1 ABC CLEAN HELP PLEASE


    so I want to VLOOK or INDEX or MATCH somehow and get this result in Sheet1


    Service
    CLEAN
    HELP
    PLEASE


    long story short, get a match information from a row and write the results in a column.

    I hope I am clear enough....

    Thanks in advance





    Edit: To be more clear:

    the attached file has invoice sheet,

    invoice.xlsx

    if you choose a client number where the borders are RED , the client NAME appears in the line where the borders are GREEN,
    and with that name from the GREEN AREA, I want to MATCH the name from the CLIENTS SHEET and return the service values on the columns nearby and write them in the ORANGE AREA in INVOICE Sheet

    Hope this was more clear

    Thanks
    Last edited by strangedenial; 09-03-2014 at 04:26 PM.

  2. #2
    Registered User
    Join Date
    06-25-2014
    Location
    belgium
    MS-Off Ver
    2013
    Posts
    22

    Re: Read from Columns and write in rows

    see attached file, is this what you had in mind?
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    08-17-2009
    Location
    Ukraine
    MS-Off Ver
    Excel 2010
    Posts
    46

    Re: Read from Columns and write in rows

    Oh man,

    it was that easy ???

    ))

    Thanks a lot !!!!

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Read from Columns and write in rows

    Instead of having 4 formulas you can just use one.

    In B12 and copy down

    =INDEX(Table[[Client Name]:[Service3]],MATCH($B$11,range,0),ROWS($B$12:B12))
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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. [SOLVED] Checking to see if a file has been opened in Read/Write or Read Only
    By brokenbiscuits in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-13-2014, 09:16 AM
  2. How to create Read/Write VBA Userform that references variable cells/rows in a sheet?
    By Sivart9876 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-16-2012, 10:58 AM
  3. Skip The Read Only Prompt When I Open A File - Excel, Open it read-write instead.
    By harry_1805 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-06-2012, 02:14 AM
  4. [SOLVED] I have a read only xl file, I need it to be read and write
    By drama queen in forum Excel General
    Replies: 3
    Last Post: 06-30-2006, 07:30 PM
  5. How can a file be converted from Read-Only to Read/Write
    By Jim in Apopka in forum Excel General
    Replies: 2
    Last Post: 11-19-2005, 01:00 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