I have a dataset with a variety of values. One of them is an integer T that also happens to be in column T. I have an equation that will switch between two options based on the value of T. It's easy to do with an if statement, but I want to build it into this equation so that it can easily be ported to other systems that won't be able to use conditional formulas.
This is the equation
=1/(1+(EXP(10*(T2-400))))
For values of T < 400 the equation returns the value of 1. For values of exactly 400 the equation returns the value of 0.5. For values of T > 400 the equation returns the value of 0.
It works fine until I get to 471 (These values will extend from 5-3000). For 470 I get a 0 but for every number greater than that I get a value of #NUM !
Any ideas?
thanks, Maureen
This is the equation
=1/(1+(EXP(10*(T2-400))))
For values of T < 400 the equation returns the value of 1. For values of exactly 400 the equation returns the value of 0.5. For values of T > 400 the equation returns the value of 0.
It works fine until I get to 471 (These values will extend from 5-3000). For 470 I get a 0 but for every number greater than that I get a value of #NUM !
Any ideas?
thanks, Maureen