Is there a easier way to show if a value is negative or positive than using the formula:
If([column] < 0,“negative”,“positive”)
Is there a easier way to show if a value is negative or positive than using the formula:
If([column] < 0,“negative”,“positive”)
Hey Zachary!
You can use the “Sign()” function for this!