time elapsed formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to calculate two formulas.

1. Need to create a formula for % time elapsed (based on 365 days)
2. Need to create a formula for % to Forecast vs time elapsed .
 
More information would be useful.

For 1, are you saying you have a start date, an end date, and a current date,
and you want to know what % of the period has elapsed from start to current? If
so, try:

=(current - start) / (end - start), format as percent.

For 2, you might be able to compare this calculated % with the forecast %. If
that's not what you are looking for, post back with more details.
 
Let's say the spread sheet measures sales volume for 365 days (06 calendar
year). So, some of the columns on the page going across are:

$ sales month to date; $ sales ytd; Forecasted volume; % to forecast ytd.

I think the formula is year to date $ sales / total forecast = % to yearly
forecast..

but we will be comparing that to total time elapsed for the year.. I don't
know how to do do it. This should be a running formula that "ticks" away
the year in %.. so we know how much time we have left to make the number vs %
to actual $'s achieved to date. Make sense?
 
Make sense? No.

Try posting a specific example. I'm sure that will help us figure out what
you're trying to do.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top