+ Reply to Thread
Results 1 to 3 of 3

copy matrix (diagonal)

  1. #1
    Registered User
    Join Date
    01-19-2006
    Posts
    28

    copy matrix (diagonal)

    Dear all,
    Does anyone know how to copy a diagonal matrix into one column.
    Example:

    1 2 3 5
    5 3 4 7
    7 8 9 4
    4 10 8 11

    into

    1
    3
    9
    11

    Any help would be appreciated.

    Thanks,
    Mut

  2. #2
    Ivan Raiminius
    Guest

    Re: copy matrix (diagonal)

    Hi,

    supposing, your matrix is in cells a1:d4, you can insert formula into
    e1:

    =OFFSET($A$1,ROW()-1,ROW()-1)

    and copy down to d4.

    Regards,
    Ivan


  3. #3
    Registered User
    Join Date
    01-19-2006
    Posts
    28
    Thanks Ivan!
    It works..

+ 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