I have a multi-condition IF formula that needs help. I have a data set that needs to return a label for multiple conditions. My formula is not working when one of the conditions is a range. I would appreciate any advice on how I can improve the formula
Examples:
If the data is between 5 and 10, then "5-10"
If the data is between 11 and 14, then "10-14", Else ">14"
I have tried -, AND, as well as && to define the ranges without success.
Data of 5 or 11, will return the labels, but nothing else in the defined ranges
I would appreciate any advice on how I can improve the formula