How to do ? #470
Vince56190
started this conversation in
General
How to do ?
#470
Replies: 1 comment 1 reply
-
The quotation marks are odd and some parantheses are off, as far as I can tell:
I didn't test this, though. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to write a calculation like this
IF ( A < 2700 , "( ( A * 0.2766 ) - 190 ) ) )" , IF ( A > 2701, "( (A * - 0.2766 )-190 ) ) )"
did i do someting wrong ? this is to create a graph that goes up, peaks at 2700 and goes down
Beta Was this translation helpful? Give feedback.
All reactions