how to calculate a projected date

  • Thread starter Thread starter farmgirl
  • Start date Start date
F

farmgirl

I'm working on planting schedules using Excel 2003. I have a column
containing weeks to maturity and a column containing the planting
date. How to a calculate date the plants will be available. For
example I planted the seed on 1/12/10 and it takes 6 weeks to mature
so the date I want is 6 weeks from 1/12/10?
 
I'm working on planting schedules using Excel 2003. I have a column
containing weeks to maturity and a column containing the planting
date. How to a calculate date the plants will be available. For
example I planted the seed on 1/12/10 and it takes 6 weeks to mature
so the date I want is 6 weeks from 1/12/10?

With planting date in A1, and weeks to maturity in B1, something like:

=a1+b1*7

--ron
 
Date planted 1/12/2010 in A1

Number of Weeks to maturity in B1

In C1 =A1+(B1*7) returns date at maturity...........2/23/2010


Gord Dibben MS Excel MVP
 

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

Similar Threads

Index match to return all values 13
match?? 1
Sum a value 1
Excel Excel help. 3
Data Validation using a table 3
Setting column widths when mapping out a field trial. 1
Sumproduct, countif and format? 0
Calculate Loan Term 1

Back
Top