B
Beth
Hello all. This can't possibly be as hard as I'm making
it. I have a forecast sheet that needs to calculate goals
throughout the month. This is done by weeks. i.e. for the
month, Bob Smith needs to sell 100,000 units. The first
week of the month, Bob needs to sell 100,000 per week to
reach his goal, but as the month wears on, I want to
automate the formula to calculate that currently, Bob has
sold 50,000 units and has 2 weeks left to hit his 100,000
unit goal, so he needs to sell 25,000 units per week to
get there.
I thought about doing =if(today()<10/6/2004,4,0); but
that only gives me one result, and I'd like to be able to
point at one cell reference only to truly automate it -
i.e. Total Goal-Current Sales/Number of Weeks. The problem
I'm having is not knowing how (or if it's even possible)
to nest multiple IF's, so I could do something that will
give me the result in one cell for if today()<10/6/2004,4
as well as if today()<10/11/2004,3 and if
today<10/16/2004,2 etc. Even thought of doing
=networkingdays, but I would still have 4 different
results/cell references to reconcile for >26, <20, etc.
Thanks for taking the time to read this, and any
suggestions are most appreciated.
Beth
it. I have a forecast sheet that needs to calculate goals
throughout the month. This is done by weeks. i.e. for the
month, Bob Smith needs to sell 100,000 units. The first
week of the month, Bob needs to sell 100,000 per week to
reach his goal, but as the month wears on, I want to
automate the formula to calculate that currently, Bob has
sold 50,000 units and has 2 weeks left to hit his 100,000
unit goal, so he needs to sell 25,000 units per week to
get there.
I thought about doing =if(today()<10/6/2004,4,0); but
that only gives me one result, and I'd like to be able to
point at one cell reference only to truly automate it -
i.e. Total Goal-Current Sales/Number of Weeks. The problem
I'm having is not knowing how (or if it's even possible)
to nest multiple IF's, so I could do something that will
give me the result in one cell for if today()<10/6/2004,4
as well as if today()<10/11/2004,3 and if
today<10/16/2004,2 etc. Even thought of doing
=networkingdays, but I would still have 4 different
results/cell references to reconcile for >26, <20, etc.
Thanks for taking the time to read this, and any
suggestions are most appreciated.
Beth