Hi,
I have the following formulas in cells FQ3 and FR3 which return the numbers 16 and 19 repsectively
=IFERROR(LEFT(INDIRECT(FQ$1&$DZ3),(FIND("-",INDIRECT(FQ$1&$DZ3),1)-1)),"")
=IFERROR(RIGHT(INDIRECT(FQ$1&$DZ3),(FIND("-",INDIRECT(FQ$1&$DZ3),1)-1)),"")
However I then want a formula that returns the numbers in order lowest to highest. This is the formula I have
=MIN(FQ3:FR3)&"-"&MAX(FQ3:FR3)
However when I do this it returns 0-0
Obviously there is something where the min and max formulas dont like looking up another formula, is there a way around this? I also tried large and small but the same outcome?
I have the following formulas in cells FQ3 and FR3 which return the numbers 16 and 19 repsectively
=IFERROR(LEFT(INDIRECT(FQ$1&$DZ3),(FIND("-",INDIRECT(FQ$1&$DZ3),1)-1)),"")
=IFERROR(RIGHT(INDIRECT(FQ$1&$DZ3),(FIND("-",INDIRECT(FQ$1&$DZ3),1)-1)),"")
However I then want a formula that returns the numbers in order lowest to highest. This is the formula I have
=MIN(FQ3:FR3)&"-"&MAX(FQ3:FR3)
However when I do this it returns 0-0
Obviously there is something where the min and max formulas dont like looking up another formula, is there a way around this? I also tried large and small but the same outcome?