Hello everyone -
I would love some help with this formula if someone is willing to give it a go:
=IF(BG2="RT",IF(AND($AR2="x",$AZ2="L",$J3<= $BF2),"Y",IF(BG2="RT",IF(AND($AR2="x",$AZ2="S",$I3>= $BF2),"Y",IF(BG2="T",IF(AND($AR2="x",$AZ2="L",$J3<= $BH2),"Y",IF(BG="T",IF(AND($AR2="x",$AZ2="S",$I3>= $BH2),"Y",IF(BG2="TEF",IF(AND($AR2="x",$AZ2="L",$J3<= $BH2),"Y",IF(BG="TEF",IF(AND($AR2="x",$AZ2="S",$I3>= $BH2),"Y",""))))))))))))
This cell returns in a "Y" if BG2= "RT". If anything other than "RT"(including an empty cell) is in BG2, it returns FALSE.
I would like the formula to return the appropriate results based on BG2 containing any of, T, RT, or TEF. This cell will always contain one of these three.
Thanks much for your insight and assistance!
I would love some help with this formula if someone is willing to give it a go:
=IF(BG2="RT",IF(AND($AR2="x",$AZ2="L",$J3<= $BF2),"Y",IF(BG2="RT",IF(AND($AR2="x",$AZ2="S",$I3>= $BF2),"Y",IF(BG2="T",IF(AND($AR2="x",$AZ2="L",$J3<= $BH2),"Y",IF(BG="T",IF(AND($AR2="x",$AZ2="S",$I3>= $BH2),"Y",IF(BG2="TEF",IF(AND($AR2="x",$AZ2="L",$J3<= $BH2),"Y",IF(BG="TEF",IF(AND($AR2="x",$AZ2="S",$I3>= $BH2),"Y",""))))))))))))
This cell returns in a "Y" if BG2= "RT". If anything other than "RT"(including an empty cell) is in BG2, it returns FALSE.
I would like the formula to return the appropriate results based on BG2 containing any of, T, RT, or TEF. This cell will always contain one of these three.
Thanks much for your insight and assistance!