R
Rick
I have tried unsucessfully to come up with a formula where cell
A3 = A1 - A2. I would like for the Sum of A3 to not be greater than
15, and not less than -15. My formulas thus far have been,
=if(A1-A2>=15,15*1,A1-A2). This will work for the greater than 15, but
when I add the statement
=if(A1-A2>=15,15*1,A1-A2)=if(A1-A2>=-15,-15*1)I get an error. Any help
and all ideas welcome.
Thank you, Rick
A3 = A1 - A2. I would like for the Sum of A3 to not be greater than
15, and not less than -15. My formulas thus far have been,
=if(A1-A2>=15,15*1,A1-A2). This will work for the greater than 15, but
when I add the statement
=if(A1-A2>=15,15*1,A1-A2)=if(A1-A2>=-15,-15*1)I get an error. Any help
and all ideas welcome.
Thank you, Rick