Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Growing Degree Days Formula

All,

I would really love some help. I'm a novice at building formulas, so I'm
looking for some help making a formula for calculating growing degree days.
I've found others on the web, but none that require base low and limit high
temperatures.

ColumnA is Hi temperatures, ColumnB is low temperatures.

Basic degree day calculations are figured by (A1+B1)/2-50. What I need
different is if A1 is greater than 86, I need it to be calculated as 86. If
B1 is less than 50, I need it calculated as 50.

Can anyone help?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Growing Degree Days Formula

Try this:

=(IF(A186,86,A1)+IF(B1<50,50,B1))/2-50
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"jdonnelly333" wrote:

All,

I would really love some help. I'm a novice at building formulas, so I'm
looking for some help making a formula for calculating growing degree days.
I've found others on the web, but none that require base low and limit high
temperatures.

ColumnA is Hi temperatures, ColumnB is low temperatures.

Basic degree day calculations are figured by (A1+B1)/2-50. What I need
different is if A1 is greater than 86, I need it to be calculated as 86. If
B1 is less than 50, I need it calculated as 50.

Can anyone help?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 119
Default Growing Degree Days Formula

Luke wrote on Thu, 30 Apr 2009 10:11:01 -0700:

Try this:


=(IF(A186,86,A1)+IF(B1<50,50,B1))/2-50
--
Best Regards,


Luke M
*Remember to click "yes" if this post helped you!*


"jdonnelly333" wrote:


All,

I would really love some help. I'm a novice at building
formulas, so I'm looking for some help making a formula for
calculating growing degree days. I've found others on the
web, but none that require base low and limit high
temperatures.

ColumnA is Hi temperatures, ColumnB is low temperatures.

Basic degree day calculations are figured by (A1+B1)/2-50.
What I need different is if A1 is greater than 86, I need it
to be calculated as 86. If B1 is less than 50, I need it
calculated as 50.

Can anyone help?


To the OP: this formula could give negative growing days. What does that
mean?
--

James Silverton
Potomac, Maryland

Email, with obvious alterations: not.jim.silverton.at.verizon.not

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Growing Degree Days Formula

Yes, the negative values can be an issue, and leads to my follow-up. If
values are negative, how do you get it to read zero?

"James Silverton" wrote:

Luke wrote on Thu, 30 Apr 2009 10:11:01 -0700:

Try this:


=(IF(A186,86,A1)+IF(B1<50,50,B1))/2-50
--
Best Regards,


Luke M
*Remember to click "yes" if this post helped you!*


"jdonnelly333" wrote:


All,

I would really love some help. I'm a novice at building
formulas, so I'm looking for some help making a formula for
calculating growing degree days. I've found others on the
web, but none that require base low and limit high
temperatures.

ColumnA is Hi temperatures, ColumnB is low temperatures.

Basic degree day calculations are figured by (A1+B1)/2-50.
What I need different is if A1 is greater than 86, I need it
to be calculated as 86. If B1 is less than 50, I need it
calculated as 50.

Can anyone help?


To the OP: this formula could give negative growing days. What does that
mean?
--

James Silverton
Potomac, Maryland

Email, with obvious alterations: not.jim.silverton.at.verizon.not


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 119
Default Growing Degree Days Formula

jdonnelly333 wrote on Thu, 30 Apr 2009 10:50:38 -0700:

"James Silverton" wrote:


Luke wrote on Thu, 30 Apr 2009 10:11:01 -0700:

Try this:


=(IF(A186,86,A1)+IF(B1<50,50,B1))/2-50
--
Best Regards,


Luke M
*Remember to click "yes" if this post helped you!*


"jdonnelly333" wrote:


All,

I would really love some help. I'm a novice at building
formulas, so I'm looking for some help making a formula
for calculating growing degree days. I've found others on
the web, but none that require base low and limit
high temperatures.

ColumnA is Hi temperatures, ColumnB is low temperatures.

Basic degree day calculations are figured by (A1+B1)/2-50.
What I need different is if A1 is greater than 86, I need
it to be calculated as 86. If B1 is less than 50, I need
it calculated as 50.

Can anyone help?


To the OP: this formula could give negative growing days. What
does that mean? --


Yes, the negative values can be an issue, and leads to my follow-up.
If values are negative, how do you get it to read zero?


There is more than one way to go, including defining a name or writing a
macro, but I think the easiest way would be to put the value calculated
by the given formula in C1 and have D1 equated to =if(c10,c1,0)


--

James Silverton
Potomac, Maryland

Email, with obvious alterations: not.jim.silverton.at.verizon.not



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
Formula for degree days JohnF Excel Worksheet Functions 1 March 26th 08 12:59 AM
annual growing rate formula or funtion needed!! Ivan Excel Worksheet Functions 1 October 24th 06 12:48 PM
Imputting an angle degree. Degree, minute, second Graham Excel Discussion (Misc queries) 6 October 19th 06 03:07 PM
Imputting an angle degree. Degree, minute, second Graham Excel Worksheet Functions 1 October 13th 06 07:58 PM
Convert decimal degree (lattitude/longitude) into Degree, Tim Ashcom Excel Discussion (Misc queries) 5 August 17th 05 04:53 PM


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