Hi,
Goal seek is designed to work on one cell at a time only. Why not show us
the formula you are using and tell us what you are trying to do and maybe we
can give you a better solution. Also, its possibe that you could use VBA to
run goal seek against each cell in a column, one at a time.
I have made the assumption that you are trying to use goal seek on each set
of cells (A1, B1, C1 for example) one at a time. If that is not the case if
you are trying to have goal seek consider more than one condition at a time,
then you should be looking into Solver.
--
If this helps, please click the Yes button
Cheers,
Shane Devenshire
Thanks for your reply.
When I looked at my spreadsheet I realized that I use more than three
columns. I will try to describe more in detail below.
I calculate suggested order quantity for spare parts. In order to see
how many months I can last without more orders I use the SMOS formula
described below (in column C).
Column C: SMOS = (EOH + SOQ) / SM
where;
SMOS (available month of stock including suggested order quantity)
[months]
EOH (efficacy on hand = available on hand + due in - back order)
[pieces]
SOQ (suggested order quantity: suggested by me) [pieces]
SM (standard model = computer calculated monthly demand) [pieces]
The way I use the goal seek function is to adjust SOQ (column B) so
that SMOS = 8 months (column C).
My list looks like this:
EOH SOQ SMOS SM
1 2 3 4
3 2 1 4
My list consists of hundreds of rows. And that is why I would like the
goal seek function to be applied on all cells in column C.
Hope it is easier to understand now.
Thanks again!
/Daniel