Beginner's question #439
-
Beginner's question, I would like the displayed value not to exceed a defined value ( 3543). is this the right formula: ((a*0.2766)-190),IF (a>3543,"3543,a) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Using
|
Beta Was this translation helpful? Give feedback.
-
Hi @Vince56190! |
Beta Was this translation helpful? Give feedback.
Using
min
would be easier:min
will select the smaller value, so either the result of the calculation, or3543
if the result is larger.