Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Subject: Run numerous calculations through a single formula
I have a complex tax formula that numerous other calculations use to arrive at a final calculation. That is, these other calculations are not complete after running through the complex formula. What formula would allow for this type of process? Here is a simplified flow of the calculations. Calculation 1 complex formula calculation 2 Calculation 25 complex formula calculation 26 etc. -- MZ |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Suppose I have number X and Y and find the value of the square root of
(X-12)²/(1-Y) I could write this in one cell but let's break it up: Let X be in A1 and Y in B1 First calculation: the term (X-12): in A2 enter =(A1-12) Second calculation: the term (X-12)²: in A3 enter =A2^2 Third calculation: the term (1-Y): in A4 enter =(1-B1) Fourth calculation: one divided by the other: in A5 enter =A4/A3 Fifth calculation: find square root: in A6 enter =SQRT(A5) Hope this helps, if not please give us a simple example of what is needed best wishes -- Bernard Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme "MZ" wrote in message ... Subject: Run numerous calculations through a single formula I have a complex tax formula that numerous other calculations use to arrive at a final calculation. That is, these other calculations are not complete after running through the complex formula. What formula would allow for this type of process? Here is a simplified flow of the calculations. Calculation 1 complex formula calculation 2 Calculation 25 complex formula calculation 26 etc. -- MZ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
multipule calculations in a single column | Excel Worksheet Functions | |||
Calculations formula | Excel Discussion (Misc queries) | |||
Help extract numerous text files and how to use avg formula | Excel Worksheet Functions | |||
Linking data to a single cell for calculations | Excel Discussion (Misc queries) | |||
Calculations Using the =IF formula | Excel Worksheet Functions |