Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create formula | Excel Worksheet Functions | |||
How do I create a formula to calculate the average percentage rat | Excel Worksheet Functions | |||
Create a formula in Excel? | Excel Worksheet Functions | |||
create a chart with a formula | Charts and Charting in Excel | |||
How do I create a formula in Excel that will countif or sumif bef. | Excel Worksheet Functions |