A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Is there a function to solve for an unknown in an equation?



 
 
Thread Tools Display Modes
  #1  
Old April 26th, 2010, 02:44 PM posted to microsoft.public.excel.worksheet.functions
WA
external usenet poster
 
Posts: 35
Default Is there a function to solve for an unknown in an equation?

For example, the equation is:

P*R - (P*G) = D + (D*G)

In the worksheet, each cell would have a number associated with a variable
and I would like to solve for G.

Thanks,

WA
  #2  
Old April 26th, 2010, 03:09 PM posted to microsoft.public.excel.worksheet.functions
eduardo
external usenet poster
 
Posts: 2,131
Default Is there a function to solve for an unknown in an equation?

Hi,
Install solver add-in in your computer

"WA" wrote:

For example, the equation is:

P*R - (P*G) = D + (D*G)

In the worksheet, each cell would have a number associated with a variable
and I would like to solve for G.

Thanks,

WA

  #3  
Old April 26th, 2010, 03:44 PM posted to microsoft.public.excel.worksheet.functions
Gary Brown[_6_]
external usenet poster
 
Posts: 61
Default Is there a function to solve for an unknown in an equation?

G = ((P * R) - D)/(D + P)
--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown



"WA" wrote:

For example, the equation is:

P*R - (P*G) = D + (D*G)

In the worksheet, each cell would have a number associated with a variable
and I would like to solve for G.

Thanks,

WA

  #4  
Old April 26th, 2010, 04:25 PM posted to microsoft.public.excel.worksheet.functions
zxcv[_2_]
external usenet poster
 
Posts: 9
Default Is there a function to solve for an unknown in an equation?

On Apr 26, 10:44*am, Gary Brown junk_at_kinneson_dot_com wrote:
G = ((P * R) - D)/(D + P)
--
Hope this helps. *
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown

"WA" wrote:
For example, the equation is:


P*R - (P*G) = D + (D*G)


In the worksheet, each cell would have a number associated with a variable
and I would like to solve for G.


Thanks,


WA


Not to answer for the OP but he said the formula was just an example.
It sounds like he is asking if there is a function that can do
algebra. My first thought is "no" but I would be interested in seeing
if there is something that can.
  #5  
Old April 26th, 2010, 05:18 PM posted to microsoft.public.excel.worksheet.functions
WA
external usenet poster
 
Posts: 35
Default Is there a function to solve for an unknown in an equation?

Correct - I am looking for an equation that can do algebra. The solver plugin
takes a lot of time when there are multiple equations. My apologies for the
vague initial post.

"zxcv" wrote:

On Apr 26, 10:44 am, Gary Brown junk_at_kinneson_dot_com wrote:
G = ((P * R) - D)/(D + P)
--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown

"WA" wrote:
For example, the equation is:


P*R - (P*G) = D + (D*G)


In the worksheet, each cell would have a number associated with a variable
and I would like to solve for G.


Thanks,


WA


Not to answer for the OP but he said the formula was just an example.
It sounds like he is asking if there is a function that can do
algebra. My first thought is "no" but I would be interested in seeing
if there is something that can.
.

  #6  
Old April 26th, 2010, 05:35 PM posted to microsoft.public.excel.worksheet.functions
Dana DeLouis[_3_]
external usenet poster
 
Posts: 184
Default Is there a function to solve for an unknown in an equation?

One workaround...
I'll use Range Names. Break the equation into Left and Right hand sides.
Subtract the two.
Have Goal Seek Set LHS - RHS to zero, by adjusting G.
Not sure what you mean by "multiple equations"

LHS =(P*R_)-(P*G)
RHS =D+(D*G)

=LHS-RHS

Note: Solver and Goal Seek are only good for finding 1 solution.
It won't work as-is if you have a polynomial equation to return multiple
solutions.
= = = = = = =
HTH :)
Dana DeLouis

On 4/26/2010 12:18 PM, WA wrote:
Correct - I am looking for an equation that can do algebra. The solver plugin
takes a lot of time when there are multiple equations. My apologies for the
vague initial post.

"zxcv" wrote:

On Apr 26, 10:44 am, Gary Brownjunk_at_kinneson_dot_com wrote:
G = ((P * R) - D)/(D + P)
--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown

"WA" wrote:
For example, the equation is:

P*R - (P*G) = D + (D*G)

In the worksheet, each cell would have a number associated with a variable
and I would like to solve for G.

Thanks,

WA


Not to answer for the OP but he said the formula was just an example.
It sounds like he is asking if there is a function that can do
algebra. My first thought is "no" but I would be interested in seeing
if there is something that can.
.




  #7  
Old April 26th, 2010, 06:17 PM posted to microsoft.public.excel.worksheet.functions
Billns
external usenet poster
 
Posts: 88
Default Is there a function to solve for an unknown in an equation?

On 4/26/2010 9:18 AM, WA wrote:
Correct - I am looking for an equation that can do algebra. The solver plugin
takes a lot of time when there are multiple equations. My apologies for the
vague initial post.

"zxcv" wrote:

On Apr 26, 10:44 am, Gary Brownjunk_at_kinneson_dot_com wrote:
G = ((P * R) - D)/(D + P)
--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown

"WA" wrote:
For example, the equation is:

P*R - (P*G) = D + (D*G)

In the worksheet, each cell would have a number associated with a variable
and I would like to solve for G.

Thanks,

WA


Not to answer for the OP but he said the formula was just an example.
It sounds like he is asking if there is a function that can do
algebra. My first thought is "no" but I would be interested in seeing
if there is something that can.
.

Well, how many equations are there and how often do they change? I would
think doing the algebra to solve for each equation as Gary suggested
would be the easiest way. I'm pretty sure Excel doesn't have a function
that will do this for you. You might also consider using an alternate
math only program instead of Excel.

Bill
  #8  
Old April 26th, 2010, 09:08 PM posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
external usenet poster
 
Posts: 516
Default Is there a function to solve for an unknown in an equation?

Email be directly (get my email addy from my website)
I will show how to solve multiple equation in one go
Or, have a look at http://people.stfx.ca/bliengme/ExcelTips/Solver.mht
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme

"WA" wrote in message
...
Correct - I am looking for an equation that can do algebra. The solver
plugin
takes a lot of time when there are multiple equations. My apologies for
the
vague initial post.

"zxcv" wrote:

On Apr 26, 10:44 am, Gary Brown junk_at_kinneson_dot_com wrote:
G = ((P * R) - D)/(D + P)
--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown

"WA" wrote:
For example, the equation is:

P*R - (P*G) = D + (D*G)

In the worksheet, each cell would have a number associated with a
variable
and I would like to solve for G.

Thanks,

WA


Not to answer for the OP but he said the formula was just an example.
It sounds like he is asking if there is a function that can do
algebra. My first thought is "no" but I would be interested in seeing
if there is something that can.
.

  #9  
Old April 28th, 2010, 02:12 AM posted to microsoft.public.excel.worksheet.functions
Michael.Tarnowski
external usenet poster
 
Posts: 95
Default Is there a function to solve for an unknown in an equation?

Hi Bernard,
what file kind is denoted by the extension .mht? - I can open it with
IE but not with FFox.
Cheers Michael


On Apr 26, 10:08*pm, "Bernard Liengme"
wrote:
Email be directly (get my email addy from my website)
I will show how to solve multiple equation in one go
Or, have a look athttp://people.stfx.ca/bliengme/ExcelTips/Solver.mht
best wishes
--
Bernard Liengme
Microsoft Excel MVPhttp://people.stfx.ca/bliengme

"WA" wrote in message

...

Correct - I am looking for an equation that can do algebra. The solver
plugin
takes a lot of time when there are multiple equations. *My apologies for
the
vague initial post.


"zxcv" wrote:


On Apr 26, 10:44 am, Gary Brown junk_at_kinneson_dot_com wrote:
G = ((P * R) - D)/(D + P)
--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown


"WA" wrote:
For example, the equation is:


P*R - (P*G) = D + (D*G)


In the worksheet, each cell would have a number associated with a
variable
and I would like to solve for G.


Thanks,


WA


Not to answer for the OP but he said the formula was just an example.
It sounds like he is asking if there is a function that can do
algebra. *My first thought is "no" but I would be interested in seeing
if there is something that can.
.


  #10  
Old April 29th, 2010, 04:14 PM posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
external usenet poster
 
Posts: 516
Default Is there a function to solve for an unknown in an equation?

It is a web page that hold its own images.
I did not know it was browser specific - thanks for the heads up.
best wishes
Bernard

"Michael.Tarnowski" wrote in message
...
Hi Bernard,
what file kind is denoted by the extension .mht? - I can open it with
IE but not with FFox.
Cheers Michael


On Apr 26, 10:08 pm, "Bernard Liengme"
wrote:
Email be directly (get my email addy from my website)
I will show how to solve multiple equation in one go
Or, have a look athttp://people.stfx.ca/bliengme/ExcelTips/Solver.mht
best wishes
--
Bernard Liengme
Microsoft Excel MVPhttp://people.stfx.ca/bliengme

"WA" wrote in message

...

Correct - I am looking for an equation that can do algebra. The solver
plugin
takes a lot of time when there are multiple equations. My apologies
for
the
vague initial post.


"zxcv" wrote:


On Apr 26, 10:44 am, Gary Brown junk_at_kinneson_dot_com wrote:
G = ((P * R) - D)/(D + P)
--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown


"WA" wrote:
For example, the equation is:


P*R - (P*G) = D + (D*G)


In the worksheet, each cell would have a number associated with a
variable
and I would like to solve for G.


Thanks,


WA


Not to answer for the OP but he said the formula was just an example.
It sounds like he is asking if there is a function that can do
algebra. My first thought is "no" but I would be interested in seeing
if there is something that can.
.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:58 PM.


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