Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Solving multiple equations

Hi, I have an equation in the following form: x = (y*(z+1))/(z+a) which I
have the values for x, y and a, but need to find a value for z. I can do this
one at a time using the SOLVER add-in - but is there another way around this?
or can you run multiple versions of solver e.g. to determine 100+ values of z
for 100+ different equations? even 20+ would do!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default Solving multiple equations

if you just need to calculate z for each set of x,y and a then use a formula...
enter x values in Col A, y in B and a in C then enter this in D1 and copy down
=(B1/A1-1)/(1-B1/A1)
[check my solution and correct if wrong, but you get the idea, right?]
You can enter as many sets as you want, one set per row... and copy down the
formula in D1



--
Always provide your feedback so that others know whether the solution worked
or problem still persists ...


"Simon Jowitt" wrote:

Hi, I have an equation in the following form: x = (y*(z+1))/(z+a) which I
have the values for x, y and a, but need to find a value for z. I can do this
one at a time using the SOLVER add-in - but is there another way around this?
or can you run multiple versions of solver e.g. to determine 100+ values of z
for 100+ different equations? even 20+ would do!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default Solving multiple equations

It should be
=(B1/A1-C1)/(1-B1/A1)

sorry for the typo...
--
Always provide your feedback so that others know whether the solution worked
or problem still persists ...


"Sheeloo" wrote:

if you just need to calculate z for each set of x,y and a then use a formula...
enter x values in Col A, y in B and a in C then enter this in D1 and copy down
=(B1/A1-1)/(1-B1/A1)
[check my solution and correct if wrong, but you get the idea, right?]
You can enter as many sets as you want, one set per row... and copy down the
formula in D1



--
Always provide your feedback so that others know whether the solution worked
or problem still persists ...


"Simon Jowitt" wrote:

Hi, I have an equation in the following form: x = (y*(z+1))/(z+a) which I
have the values for x, y and a, but need to find a value for z. I can do this
one at a time using the SOLVER add-in - but is there another way around this?
or can you run multiple versions of solver e.g. to determine 100+ values of z
for 100+ different equations? even 20+ would do!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default Solving multiple equations

Hi,

you need to rearrange the formula, if I did it correctly it is

Z=(Y/X-A)*X/(X-Y)


--
Thanks,
Shane Devenshire


"Simon Jowitt" wrote:

Hi, I have an equation in the following form: x = (y*(z+1))/(z+a) which I
have the values for x, y and a, but need to find a value for z. I can do this
one at a time using the SOLVER add-in - but is there another way around this?
or can you run multiple versions of solver e.g. to determine 100+ values of z
for 100+ different equations? even 20+ would do!

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 947
Default Solving multiple equations

Same solution as the others, but with just 1 division

z = (y - a*x)/(x - y)

--
Dana DeLouis


"Simon Jowitt" wrote in message ...

Hi, I have an equation in the following form: x = (y*(z+1))/(z+a) which I
have the values for x, y and a, but need to find a value for z. I can do this
one at a time using the SOLVER add-in - but is there another way around this?
or can you run multiple versions of solver e.g. to determine 100+ values of z
for 100+ different equations? even 20+ would do!


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 747
Default Solving multiple equations

suppose u have values x,y & a in cell A1,B1,C1

in then use this formula Z=(B1-A1*C1)/A1-B1


On Oct 21, 9:03*am, ShaneDevenshire
wrote:
Hi,

you need to rearrange the formula, if I did it correctly it is

Z=(Y/X-A)*X/(X-Y)

--
Thanks,
Shane Devenshire

"Simon Jowitt" wrote:
Hi, I have an equation in the following form: x = (y*(z+1))/(z+a) which I
have the values for x, y and a, but need to find a value for z. I can do this
one at a time using the SOLVER add-in - but is there another way around this?
or can you run multiple versions of solver e.g. to determine 100+ values of z
for 100+ different equations? even 20+ would do!


Reply
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
Solving coefficients of Polynomial Equations by Macro Rosco Excel Discussion (Misc queries) 0 November 30th 06 01:32 AM
Solving sets of equations Siberian Excel Worksheet Functions 2 January 11th 06 06:08 AM
solving equations using Excel arnold_charming Excel Discussion (Misc queries) 0 December 7th 05 04:30 PM
solving for 2 unknowns using 2 simultaneous equations elaturnas Excel Discussion (Misc queries) 1 February 8th 05 07:29 PM
solving for 3 unknowns using 3 simultaneous equations elaturnas Excel Discussion (Misc queries) 0 February 8th 05 04:37 PM


All times are GMT +1. The time now is 12:39 PM.

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

About Us

"It's about Microsoft Excel"