Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi all,
I am trying to add a conditional column to categorize column FR, however the negative numbers cannot be detected as shown below.
Kindly please advise how to solve it.
Thank you for your help!
Solved! Go to Solution.
This is a logic error. Every possible numeric value is satisfied by your first 2 conditions, so you will only get A or B. Delete the second condition ( if FR <= 35 then B) and everything should work fine.
This is a logic error. Every possible numeric value is satisfied by your first 2 conditions, so you will only get A or B. Delete the second condition ( if FR <= 35 then B) and everything should work fine.
Hi @d_gosbell
I've tried your method, however, the correct values do not seem to fall into the correct category that I have intended it to be in.
Here is the logic I want to apply:
How would I go about doing this?
Thank you for your reply!