Greetings,
I have a warehouse storage location code. Example, "BUGG11F". This field is a string. I've used the following formula to return a portion of the location code. MID({Sheet1_.bin_num},5,2). This returns an "11" result, itself a string value.
How do I write a formula to consider whether the above formula result is either odd or even? In the example above, I would anticipate an "Odd", result because the string value when converted, using ToNumber would return the numeric value of 11, thus, Odd.
Let me know
Thanks!
I have a warehouse storage location code. Example, "BUGG11F". This field is a string. I've used the following formula to return a portion of the location code. MID({Sheet1_.bin_num},5,2). This returns an "11" result, itself a string value.
How do I write a formula to consider whether the above formula result is either odd or even? In the example above, I would anticipate an "Odd", result because the string value when converted, using ToNumber would return the numeric value of 11, thus, Odd.
Let me know
Thanks!