Is it possible to combine the following three formulas into one formula so the results can be shown in one column instead of three?
=IF(AND(AD2>AI2,K2>AD2),”Above”,””)
=IF(AND(AD2>AI2,K2<=AD2,K2>=AI2),”Within”,””)
=IF(AND(AD2<AI2,K2<AI2),”Below”,””)
Column M...