Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Justlearning
 
Posts: n/a
Default How do I create a formula that would allow me to subtract from a d

I want to create a seed starting chart in excel, but don't know if I can
create a formula which would allow me to use dates. I want to have a column
where I enter the number of weeks from the first frost free date, and then
have Excel calculate what the seed starting date would be.
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

one way:

A1 <last ff date
A2 # weeks before last ff date to start

A3: =A1-7*A2

format A3 as a date.

In article ,
Justlearning wrote:

I want to create a seed starting chart in excel, but don't know if I can
create a formula which would allow me to use dates. I want to have a column
where I enter the number of weeks from the first frost free date, and then
have Excel calculate what the seed starting date would be.

  #3   Report Post  
Justlearning
 
Posts: n/a
Default

Oh! I get it! Thank you, thank you very much! That was very helpful.

"JE McGimpsey" wrote:

one way:

A1 <last ff date
A2 # weeks before last ff date to start

A3: =A1-7*A2

format A3 as a date.

In article ,
Justlearning wrote:

I want to create a seed starting chart in excel, but don't know if I can
create a formula which would allow me to use dates. I want to have a column
where I enter the number of weeks from the first frost free date, and then
have Excel calculate what the seed starting date would be.


  #4   Report Post  
Justlearning
 
Posts: n/a
Default

I am so excited to have this work! Thank you! You cannot even imagine how
excited I am about such a simple formula!

Now I have a problem though: What do I do if the date varies - such as the
# of weeks before the last ff date are 5 to 6 weeks? Will I have to use two
seperate columns?

"JE McGimpsey" wrote:

one way:

A1 <last ff date
A2 # weeks before last ff date to start

A3: =A1-7*A2

format A3 as a date.

In article ,
Justlearning wrote:

I want to create a seed starting chart in excel, but don't know if I can
create a formula which would allow me to use dates. I want to have a column
where I enter the number of weeks from the first frost free date, and then
have Excel calculate what the seed starting date would be.


  #5   Report Post  
JE McGimpsey
 
Posts: n/a
Default

If you want to retain the information for each set of seedlings, use
more than one column (or row, if you prefer). You can copy the formula
over or down as appropriate. Since the last ff date won't change, use an
absolute address:

A B C
1 <ff date Plant 1 Plant 2
2 <wks from ff dt <wks from ff dt
3 =$A$1-B2*7 =$A$1-C2*7

then when you copy, the A1 reference will stay the same while the value
you're subtracting will automatically change.


In article ,
Justlearning wrote:

I am so excited to have this work! Thank you! You cannot even imagine how
excited I am about such a simple formula!

Now I have a problem though: What do I do if the date varies - such as the
# of weeks before the last ff date are 5 to 6 weeks? Will I have to use two
seperate columns?



  #6   Report Post  
Justlearning
 
Posts: n/a
Default

Thank you, that is very helpful!

"JE McGimpsey" wrote:

If you want to retain the information for each set of seedlings, use
more than one column (or row, if you prefer). You can copy the formula
over or down as appropriate. Since the last ff date won't change, use an
absolute address:

A B C
1 <ff date Plant 1 Plant 2
2 <wks from ff dt <wks from ff dt
3 =$A$1-B2*7 =$A$1-C2*7

then when you copy, the A1 reference will stay the same while the value
you're subtracting will automatically change.


In article ,
Justlearning wrote:

I am so excited to have this work! Thank you! You cannot even imagine how
excited I am about such a simple formula!

Now I have a problem though: What do I do if the date varies - such as the
# of weeks before the last ff date are 5 to 6 weeks? Will I have to use two
seperate columns?


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
Create formula Leo Excel Worksheet Functions 2 January 19th 05 10:16 PM
How do I create a formula to calculate the average percentage rat LD Excel Worksheet Functions 5 January 13th 05 06:17 PM
Create a formula in Excel? Fuzzy Odie Excel Worksheet Functions 2 January 5th 05 12:59 AM
create a chart with a formula anon Charts and Charting in Excel 1 December 15th 04 08:55 PM
How do I create a formula in Excel that will countif or sumif bef. bkclark Excel Worksheet Functions 4 November 10th 04 05:30 PM


All times are GMT +1. The time now is 07:09 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"