a3a
Structural
- Jun 30, 2000
- 33
I needs some help on this. It may or may not be possible, but so far I can't find anyone who understands question let alone answer it.
Lets say you want to use MINVERSE(A1:C3). Traditionally you would *manually* type (or select) the cell range when you write the formula. With me?
Take this senario. In another cell I have "generated" a cell range by using the CONCATENATE( ) for several cells that contain both letters and numbers. In other words, I have used CONCATENATE(selected cells) to "build" the cell range that I would like to put in the MINVERSE( ). Example: A10=A, B10=1, A11=C, B11=3. D10=CONCATENATE(A10,B10,":",A11,B11), so now D10 *displays* the desired range of A1:C3. D10 is not constant because other specifications by the user cause A10, B10, A11, and B11 to change.
The two problems I'm having are below.
1. How do I get this generated cell range into the MINVERSE function and WORK. I would like to basically do this: =MINVERSE(D10), but MINVERSE will only recognize D10 as the range and not A1:C3.
2. Lets say that I did get MINVERSE recognize that D10 is the cell range A1:C3. Now, if D10 changes there is another problem because you have to use CONTROL+SHIFT+ENTER to initiate the MINVERSE() (something to do with and array). I just want to have MINVERSE( ) use the cell range in D10 and not have to stop to select somthing or do a CONTROL+SHIFT+ENTER.
My objective is to to make a template that will solve any size matrix the user specifies. So the process will be: specify the number of row and columns; enter coefficients and constants in the matrix; and have the solution vector displayed either automatically after the last matrix entry was entered OR use a macro to make the approprate adjustments to the MINVERSE( equation). Still with me? I hope so!
Please don't suggest, "use mathcad or another math program," I would like to do it in Excel because the idea can be applied to other projects i've needed to do it on.
Thanks to anyone that can get me started.
Note: Excel 97. I can do basic macro recording, but can't write VB code.
Lets say you want to use MINVERSE(A1:C3). Traditionally you would *manually* type (or select) the cell range when you write the formula. With me?
Take this senario. In another cell I have "generated" a cell range by using the CONCATENATE( ) for several cells that contain both letters and numbers. In other words, I have used CONCATENATE(selected cells) to "build" the cell range that I would like to put in the MINVERSE( ). Example: A10=A, B10=1, A11=C, B11=3. D10=CONCATENATE(A10,B10,":",A11,B11), so now D10 *displays* the desired range of A1:C3. D10 is not constant because other specifications by the user cause A10, B10, A11, and B11 to change.
The two problems I'm having are below.
1. How do I get this generated cell range into the MINVERSE function and WORK. I would like to basically do this: =MINVERSE(D10), but MINVERSE will only recognize D10 as the range and not A1:C3.
2. Lets say that I did get MINVERSE recognize that D10 is the cell range A1:C3. Now, if D10 changes there is another problem because you have to use CONTROL+SHIFT+ENTER to initiate the MINVERSE() (something to do with and array). I just want to have MINVERSE( ) use the cell range in D10 and not have to stop to select somthing or do a CONTROL+SHIFT+ENTER.
My objective is to to make a template that will solve any size matrix the user specifies. So the process will be: specify the number of row and columns; enter coefficients and constants in the matrix; and have the solution vector displayed either automatically after the last matrix entry was entered OR use a macro to make the approprate adjustments to the MINVERSE( equation). Still with me? I hope so!
Please don't suggest, "use mathcad or another math program," I would like to do it in Excel because the idea can be applied to other projects i've needed to do it on.
Thanks to anyone that can get me started.
Note: Excel 97. I can do basic macro recording, but can't write VB code.