Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default Can't Figure Out Goal Seeking. Help!

The problem:

Figure 1
Figure 2
Figure 3
Figure 4
Total (of above four figures)

But Figure 2 MUST BE 10% of the total.

How do I do this in Excel 2003?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 829
Default Can't Figure Out Goal Seeking. Help!

"Piper" wrote:
The problem: Figure 1
Figure 2
Figure 3
Figure 4
Total (of above four figures)
But Figure 2 MUST BE 10% of the total.
How do I do this in Excel 2003?


Suppose your "figures" 1 through 4 are in A1:A4 and A5 is =SUM(A1:A4).

In A6, put the formula =A5*10%-A2.

Then set up Goal Seek with A6 in Set Cell, zero in To Value, and A2 in By
Changing Cell.

By the way, you can compute A2 directly. You requi

A2 = (A1+A2+A3+A4)*10%

So algebraically:

A2 = A2*10% + (A1+A3+A4)*10%

A2*(1-10%) = (A1+A3+A4)*10%

Note that 1-10% = 90%. So the formula in A2 can be:

=(A1+A3+A4)*10%/90%

or more simply:

=(A1+A3+A4)/9

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default Can't Figure Out Goal Seeking. Help!

joeu2004 wrote:
"Piper" wrote:
The problem: Figure 1
Figure 2
Figure 3
Figure 4
Total (of above four figures)
But Figure 2 MUST BE 10% of the total.
How do I do this in Excel 2003?


Suppose your "figures" 1 through 4 are in A1:A4 and A5 is =SUM(A1:A4).


You are correct.


In A6, put the formula =A5*10%-A2.

Then set up Goal Seek with A6 in Set Cell, zero in To Value, and A2 in
By Changing Cell.

By the way, you can compute A2 directly. You requi

A2 = (A1+A2+A3+A4)*10%

So algebraically:

A2 = A2*10% + (A1+A3+A4)*10%

A2*(1-10%) = (A1+A3+A4)*10%

Note that 1-10% = 90%. So the formula in A2 can be:

=(A1+A3+A4)*10%/90%

or more simply:

=(A1+A3+A4)/9


My head is spinning.

But I'll try it out.

Thanks.
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
HOW TO 'BLINK' A FIGURE INSTEAD OFF BOLDING THE FIGURE Nad.Engoor Excel Worksheet Functions 3 December 30th 08 03:04 PM
seeking help angel Excel Worksheet Functions 2 July 10th 08 07:48 AM
Goal Seeking to a Cell instead of a hard number nate Excel Discussion (Misc queries) 1 August 1st 07 04:34 PM
Seeking some VB code help. JuniperTree Excel Programming 4 January 24th 07 05:51 PM
seeking of array Tomek S Excel Worksheet Functions 6 April 14th 06 01:17 PM


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

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"