+ Reply to Thread
Results 1 to 2 of 2

Converting Data Into a Matrix Form

Hybrid View

  1. #1
    Registered User
    Join Date
    07-01-2008
    Location
    Indonesia
    Posts
    3

    Converting Data Into a Matrix Form

    Hi all,

    Is there an automatic way to convert such data

    x y z
    1 1 0.191850393
    1 2 0.343870875
    1 3 0.373216464
    1 4 0.439175393
    2 1 0.021883536
    2 2 0.136193589
    2 3 0.146259946
    2 4 0.181633304

    into

    		                x	
    		       1	                2
    	1	0.191850393	0.021883536
    y	2	0.343870875	0.136193589
    	3	0.373216464	0.146259946
    	4	0.439175393	0.181633304
    I need to do this automatically since there are thousand
    of lines in original format.

    Regards,
    G.V.

  2. #2
    Forum Contributor
    Join Date
    11-23-2007
    Location
    Suffolk, UK
    Posts
    298
    hi gundalav,

    use sumproduct, i have attached a sample to show you, adjust the ranges as necessary.

    thanks reg
    Attached Files Attached Files

+ 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