LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
Nick X Wonder
 
Posts: n/a
Default constructing array using non-adjacent columns

Is there a way to do the following without VBA? I want to do matrix
operations (e.g., minverse) on a matrix that consists of non-adjacent
columns. I see that I can type in individual numbers separated by ; to
create a matrix, but is there some way to select rows or columns and link
them in a formula that can be copied and pasted? I have lots of data and
would like each Excel column to consist of several columns in a matrix. As
an example, one matrix, call it 1X, is {A1:A40, A41:A80, A81:A120, A121:A160}
with the commas representing new columns. A separate matrix is A161:A200;
call it 1Y. Then cell A201 is
mmult(minverse(mmult(transpose(1X),1X)),mmult(Tran spose(1X),1Y)) . I would
have another set of matrices in column B with the same cell formula in B201,
etc.
Thanks!
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
calculating adjacent columns in a work schedule CCsoccer14 Excel Worksheet Functions 1 June 15th 06 06:30 PM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
Question to Bob Phillips (or whoever...) vezerid Excel Worksheet Functions 5 December 11th 05 11:44 AM
Columns FemIce Excel Discussion (Misc queries) 1 September 28th 05 09:29 AM
VBA Import of text file & Array parsing of that data Dennis Excel Discussion (Misc queries) 4 November 28th 04 10:20 PM


All times are GMT +1. The time now is 11:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"