LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Using Macros to Calculate Matrix Algebra in Excel..... I'm STU

Thanks for the help Tristan! For some reason the link didn't work, would it
be possible for you to e-mail it to me at ?

"Tristan" wrote:


Hi there,

This shouldn't be too hard to execute.

When you work out your F variable you could rewrite the formula as:

F=A*((G*0.1)+(H*0.2)+(W*0.65)+(J*0.05))

You can get separate cells to perform each part of the calculation i.e.
One cell, say A1, peforms the "G*0.1", another, A2, "H*0.2" etc and when
you write the formulas into the cell you can reference back to the cells
where you're inputting your variables (in your file (G*0.1) would be
"=F2*0.1".

You know what F is because it equals T and that's derived from values
which you know or are inputing.

So all you need to do is switch the formula round so that:

A= F / ((G*0.1)+(H*0.2)+(W*0.65)+(J*0.05))

The formula you write into the cell will be something like:

= A5 / (sum(A1:A4))
The rest of the formulas write themselves.

Anyway, I've put this all onto sheet2 of your file and hopefully I can
attach it to this post. It might make a bit more sense on there.

Hope this helps

Tris


+-------------------------------------------------------------------+
|Filename: Excel_Problem.zip |
|Download:
http://www.excelforum.com/attachment.php?postid=4716 |
+-------------------------------------------------------------------+

--
Tristan
------------------------------------------------------------------------
Tristan's Profile: http://www.excelforum.com/member.php...o&userid=34061
View this thread: http://www.excelforum.com/showthread...hreadid=538261


 
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
[newbie] solving algebra in excel Jon Excel Discussion (Misc queries) 1 April 10th 09 05:15 PM
algebra by excel driller Excel Worksheet Functions 3 November 4th 08 09:16 AM
Algebra in Excel sstexas Excel Discussion (Misc queries) 3 June 21st 07 08:17 AM
Simple algebra and excel [email protected] Excel Worksheet Functions 5 March 8th 07 07:21 PM
how do i write a Algebra formula in excel sheet Saravanan Excel Discussion (Misc queries) 1 October 9th 06 10:47 AM


All times are GMT +1. The time now is 07:07 AM.

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"