I need to create an IF statement that works with the following logic:
If the value of column X is less than the value of column Y, it needs to return the value of column X.
If the value of column X is greater than the value of column Y, the IF statem...
I’m using IF Statement with return numbers for two conditions: If it’s a car, one value, if it’s a motorcycle, another value.
Everything is ok about that, however, when trying to multiply the presented result, it shows #ERROR!, how to solve it?
A question, considering this scenario:
If the value of column X is greater than the value of column Y, an IF statement must return the value of column Y.
If the value of column X is less than the value of column Y, you must return the value of colum...