if the value is equal to or less than "x" will multiply this cell "x2"
if the value is greater than "x" it will multiply this cell "x1.50"
how to manage that problem?
Much thanks,
Rafal
Reply
Multiple expressions in one expression ;-)
Multiple expressions in one expression ;-)
Login
Reset password
or
Register
3 Answers
Apr 30, 2021
Support Manageragentwrote
Thanks for your post. Usually expressions are written for additional fee, but we made an exception
CASE
WHEN [CSV_COL(5)] 'x' THEN [CSV_COL(5)]*1.5
END
*instead of 5 use the needed CSV column, instead of x - the needed value
May 04, 2021
Henryk Ćwikwrote
Thanks for reply.
Unfortunatelly its not working properly, cause there is no ''equal or less'' solution there.
How I can contact u guys to get written for additional fee?
May 06, 2021
Support Manageragentwrote
Please contact us with more details of the issue at contact@emagicone.com