Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Goal-Seek Question

Hello,

I have about 100 projects over which I allocate worked hours (40) for
managers. These are allocated in proportion to the weight of the project
relative to other projects. I use goal-seek to do this. This process is done
on a weekly basis and new projects are added and old removed.

Here is my question. I have noticed that goal-seek has a bias in that it
allocates only to the projects which have the highest weight, leaving out
others. So the result is that some projects get hit hardly whereas, others do
not.

Is there anything else I can do to even out this? Or even more importantly
is my assumption of bias correct? Any thoughts? How does goal-seek internally
work?

Thanks much.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Goal-Seek Question

Please supply your formulas, the values of the precedent cells, the result(s) you expected and what you got instead.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Smita" wrote in message ...
| Hello,
|
| I have about 100 projects over which I allocate worked hours (40) for
| managers. These are allocated in proportion to the weight of the project
| relative to other projects. I use goal-seek to do this. This process is done
| on a weekly basis and new projects are added and old removed.
|
| Here is my question. I have noticed that goal-seek has a bias in that it
| allocates only to the projects which have the highest weight, leaving out
| others. So the result is that some projects get hit hardly whereas, others do
| not.
|
| Is there anything else I can do to even out this? Or even more importantly
| is my assumption of bias correct? Any thoughts? How does goal-seek internally
| work?
|
| Thanks much.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Goal-Seek Question

It is not that I get a wrong answer. But if I have 50 hours to spread across
100 projects where the projects are weighted by thier size, only the 50
largest projects keep getting hit every time, rather than a more fair
distribution.



"Niek Otten" wrote:

Please supply your formulas, the values of the precedent cells, the result(s) you expected and what you got instead.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Smita" wrote in message ...
| Hello,
|
| I have about 100 projects over which I allocate worked hours (40) for
| managers. These are allocated in proportion to the weight of the project
| relative to other projects. I use goal-seek to do this. This process is done
| on a weekly basis and new projects are added and old removed.
|
| Here is my question. I have noticed that goal-seek has a bias in that it
| allocates only to the projects which have the highest weight, leaving out
| others. So the result is that some projects get hit hardly whereas, others do
| not.
|
| Is there anything else I can do to even out this? Or even more importantly
| is my assumption of bias correct? Any thoughts? How does goal-seek internally
| work?
|
| Thanks much.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 213
Default Goal-Seek Question

I have about 100 projects over which I allocate worked hours (40) for
managers. These are allocated in proportion to the weight of the
project relative to other projects. I use goal-seek to do this. This
process is done on a weekly basis and new projects are added and old
removed.

Here is my question. I have noticed that goal-seek has a bias in that
it allocates only to the projects which have the highest weight,
leaving out others. So the result is that some projects get hit hardly
whereas, others do not.

Is there anything else I can do to even out this? Or even more
importantly is my assumption of bias correct? Any thoughts? How does
goal-seek internally work?


Without more information, it's hard to figure out what's happening. Maybe
rounding someplace is turning small numbers into zeros, or maybe not enough
decimal places are being displayed.

As an aside, are you sure you need goal-seek? For example, with weights in
column A and "worked hours" in C1, putting
=$C$1*A1/SUM(A:A)
in B1 and copying down seems to allocate the work hours among the projects
without resort to goal-seek.
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Goal-Seek Question

That is exactly what I am trying now.

You are right though about the fractions. But my constraint is that I need
to round the hour to integer. So I can not spread 0.4 hours, it would be 0,
but 0.6 would be 1.

That is what caused me to pursue goal-seek, but it seems to have bias
towards larger projects so that those keep getting hit more frequently and
end up subsidizing smaller ones.

I wanted to understand goal-seek (under the hood) to see if my hunch is
correct and if there is any other workaround.

Thanks.

"MyVeryOwnSelf" wrote:

I have about 100 projects over which I allocate worked hours (40) for
managers. These are allocated in proportion to the weight of the
project relative to other projects. I use goal-seek to do this. This
process is done on a weekly basis and new projects are added and old
removed.

Here is my question. I have noticed that goal-seek has a bias in that
it allocates only to the projects which have the highest weight,
leaving out others. So the result is that some projects get hit hardly
whereas, others do not.

Is there anything else I can do to even out this? Or even more
importantly is my assumption of bias correct? Any thoughts? How does
goal-seek internally work?


Without more information, it's hard to figure out what's happening. Maybe
rounding someplace is turning small numbers into zeros, or maybe not enough
decimal places are being displayed.

As an aside, are you sure you need goal-seek? For example, with weights in
column A and "worked hours" in C1, putting
=$C$1*A1/SUM(A:A)
in B1 and copying down seems to allocate the work hours among the projects
without resort to goal-seek.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Goal-Seek Question

We have still no idea at all how you try to solve this and how you apply GoalSeek.
If you need any further assistence you'll have to supply quite a lot more details.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"Smita" wrote in message ...
| That is exactly what I am trying now.
|
| You are right though about the fractions. But my constraint is that I need
| to round the hour to integer. So I can not spread 0.4 hours, it would be 0,
| but 0.6 would be 1.
|
| That is what caused me to pursue goal-seek, but it seems to have bias
| towards larger projects so that those keep getting hit more frequently and
| end up subsidizing smaller ones.
|
| I wanted to understand goal-seek (under the hood) to see if my hunch is
| correct and if there is any other workaround.
|
| Thanks.
|
| "MyVeryOwnSelf" wrote:
|
| I have about 100 projects over which I allocate worked hours (40) for
| managers. These are allocated in proportion to the weight of the
| project relative to other projects. I use goal-seek to do this. This
| process is done on a weekly basis and new projects are added and old
| removed.
|
| Here is my question. I have noticed that goal-seek has a bias in that
| it allocates only to the projects which have the highest weight,
| leaving out others. So the result is that some projects get hit hardly
| whereas, others do not.
|
| Is there anything else I can do to even out this? Or even more
| importantly is my assumption of bias correct? Any thoughts? How does
| goal-seek internally work?
|
| Without more information, it's hard to figure out what's happening. Maybe
| rounding someplace is turning small numbers into zeros, or maybe not enough
| decimal places are being displayed.
|
| As an aside, are you sure you need goal-seek? For example, with weights in
| column A and "worked hours" in C1, putting
| =$C$1*A1/SUM(A:A)
| in B1 and copying down seems to allocate the work hours among the projects
| without resort to goal-seek.
|


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 213
Default Goal-Seek Question

I wanted to understand goal-seek (under the hood) ...

In simple terms, goal-seek uses step-by-step iteration. Suppose you specify
Set cell: A1
To value: 5
By changing cell: B1

What happens behind the scenes for each step is something like:

Change B1, being clever about which way and how much.

Calculate A1 again using the new B1.

Q1: Is A1 equal to 5 now?

Q2: Has it moved closer to 5? How much did A1 change?

Q3: Have the step-to-step changes become tiny?

Q4: Have we done too many steps -- time to give up?

Use the answers to decide
(a) Whether to stop.
(b) If not, how to change B1 next.

Repeat the above.

Modern PCs are fast, and can do a lot of iterations in a second for typical
goal-seek problems.

The user can exert some control over the process using:
Tools Options Calculation Iteration
but this doesn't sound useful in the problem you've described so far.

Of course, Excel might be even cleverer than I realize.
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 947
Default Goal-Seek Question

You are right though about the fractions. But my constraint is that I need
to round the hour to integer. So I can not spread 0.4 hours, it would be
0,
but 0.6 would be 1.


Sounds like you may want to use Solver instead, and use "Integer"
constraints.

--
Dana DeLouis


"Smita" wrote in message
...
That is exactly what I am trying now.

You are right though about the fractions. But my constraint is that I need
to round the hour to integer. So I can not spread 0.4 hours, it would be
0,
but 0.6 would be 1.

That is what caused me to pursue goal-seek, but it seems to have bias
towards larger projects so that those keep getting hit more frequently and
end up subsidizing smaller ones.

I wanted to understand goal-seek (under the hood) to see if my hunch is
correct and if there is any other workaround.

Thanks.

"MyVeryOwnSelf" wrote:

I have about 100 projects over which I allocate worked hours (40) for
managers. These are allocated in proportion to the weight of the
project relative to other projects. I use goal-seek to do this. This
process is done on a weekly basis and new projects are added and old
removed.

Here is my question. I have noticed that goal-seek has a bias in that
it allocates only to the projects which have the highest weight,
leaving out others. So the result is that some projects get hit hardly
whereas, others do not.

Is there anything else I can do to even out this? Or even more
importantly is my assumption of bias correct? Any thoughts? How does
goal-seek internally work?


Without more information, it's hard to figure out what's happening. Maybe
rounding someplace is turning small numbers into zeros, or maybe not
enough
decimal places are being displayed.

As an aside, are you sure you need goal-seek? For example, with weights
in
column A and "worked hours" in C1, putting
=$C$1*A1/SUM(A:A)
in B1 and copying down seems to allocate the work hours among the
projects
without resort to goal-seek.



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 use goal seek manu Excel Worksheet Functions 2 July 8th 07 11:10 PM
goal seek tikchye_oldLearner57 Excel Discussion (Misc queries) 3 August 31st 06 02:52 PM
Goal seek gone [email protected] Excel Worksheet Functions 2 August 29th 06 04:57 PM
Goal Seek Jake Excel Discussion (Misc queries) 1 June 12th 05 05:55 AM
Goal Seek Tiya Excel Worksheet Functions 1 May 11th 05 12:38 PM


All times are GMT +1. The time now is 04:32 PM.

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"