+ Reply to Thread
Results 1 to 13 of 13

Transfer data from column to row according to score

  1. #1
    Registered User
    Join Date
    12-14-2018
    Location
    Malaysia
    MS-Off Ver
    excel 2013
    Posts
    8

    Transfer data from column to row according to score

    hi all,

    What formula need to be use to fill up table at left using the raw data at the right? Please advice.


    Capture.JPG
    Attached Files Attached Files
    Last edited by venodaren; 12-14-2018 at 03:44 AM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,917

    Re: Transfer data from column to row according to score

    Hi, welcome to the forum

    To best describe or illustrate your problem you would be better off attaching a dummy workbook. The workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    12-14-2018
    Location
    Malaysia
    MS-Off Ver
    excel 2013
    Posts
    8

    Re: Transfer data from column to row according to score

    Post edited to add attachment.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,917

    Re: Transfer data from column to row according to score

    Where do the values in H come from? I can see where the 1st 3 come from, but the rest?

    Would there be more than 1 value per row?
    Maybe try this?
    =IFERROR(INDEX($B$1:$E$1,MATCH(TRUE,INDEX(($B2:$E2<>0),0),0)),"")

  5. #5
    Registered User
    Join Date
    12-14-2018
    Location
    Malaysia
    MS-Off Ver
    excel 2013
    Posts
    8

    Re: Transfer data from column to row according to score

    The values of H already given. The score in column H is mixed. I need to transfer values from H to B,C,D,E according to the criteria. each row will contain only one value. D2,D4,E3 is sample data where I put manually to show example.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,917

    Re: Transfer data from column to row according to score

    ooops OK, I had it the wrong way round lol

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,917

    Re: Transfer data from column to row according to score

    Probably a better way, but this works...
    B2=IF(INDEX($B$1:$E$1,,$H2)=B$1,B$1,"")
    copied down and across

  8. #8
    Registered User
    Join Date
    12-14-2018
    Location
    Malaysia
    MS-Off Ver
    excel 2013
    Posts
    8

    Re: Transfer data from column to row according to score

    Woaahh..Thank you so much..

  9. #9
    Registered User
    Join Date
    12-14-2018
    Location
    Malaysia
    MS-Off Ver
    excel 2013
    Posts
    8

    Re: Transfer data from column to row according to score

    Everything ok. but I faced another issue. now I'm having two different workbook. How to transfer the data? I need to move data from data from column H (Skill requirement file to TNA file)..I need your help here.
    Attached Files Attached Files
    Last edited by venodaren; 12-14-2018 at 04:39 AM.

  10. #10
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,917

    Re: Transfer data from column to row according to score

    If I understand you correctly...
    TNA G7=IF(INDEX($G$4:$J$4,,'[Skill requirement rev 04 2018-12-12.xlsx]Production '!$I$6)=G$4,G$4,"")
    copied down and across as needed

  11. #11
    Registered User
    Join Date
    12-14-2018
    Location
    Malaysia
    MS-Off Ver
    excel 2013
    Posts
    8

    Re: Transfer data from column to row according to score

    FDibbins,

    the data from skill requirement (column G) suppose to go TNA's column C,D,E,F.

  12. #12
    Registered User
    Join Date
    12-14-2018
    Location
    Malaysia
    MS-Off Ver
    excel 2013
    Posts
    8

    Re: Transfer data from column to row according to score

    Please download updated excel file

  13. #13
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,428

    Re: Transfer data from column to row according to score

    Try pasting the following into TNA C7 then dragging the fill handle over to F7 and, while C7:F7 are still selected, dragging the fill handle down to F22:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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] Transfer formula for data entered on one column to another tab/column
    By weaverswonders6 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-10-2014, 11:48 AM
  2. Replies: 2
    Last Post: 12-17-2013, 09:59 AM
  3. Replies: 3
    Last Post: 12-12-2013, 04:00 PM
  4. Need Score to update from a different column of data each week
    By ldurham in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 07-27-2013, 04:57 AM
  5. [SOLVED] Formula to return score of 0-100 based on column of number data?
    By theronager in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-22-2013, 06:45 PM
  6. [SOLVED] Track high score and transfer info
    By heyhatch in forum Excel General
    Replies: 5
    Last Post: 11-15-2012, 10:04 PM
  7. Replies: 2
    Last Post: 03-20-2012, 06:30 PM
  8. Replies: 1
    Last Post: 12-19-2006, 08:23 PM

Tags for this Thread

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