Help! I'm not the best at excel formulas and I have the following formula that I can't figure out how to make it PASS if cells F24 and F36 have a value entered between -25 and 25 yet FAIL if either of their values are NULL or blank.
=IF(AND(F11>=45,F11<=55,F13>=55,F13<=65,F14>=70,F14<=80,F15>=97,F15<=103,F17>=148,F17<=152,F23<=-975,F23>=-1025,-25<=F24,F24<=25,F25>=975,F25<=1025,F26>=1475,F26<=1525,F27>=4975,F27<=5025,F28>=9950,F28<=10050,F29>=14950,F29<=15050,F30>=19950,F30<=20050,F31>=14950,F31<=15050,F32>=9950,F32<=10050,F33>=4975,F33<=5025,F34>=1475,F34<=1525,F35>=975,F35<=1025,F36>=-25,F36<=25,L13>=2900,L13<=3100,L15>=1093,L15<=1093,L16>=4808,L16<=4808),"PASS","FAIL")
=IF(AND(F11>=45,F11<=55,F13>=55,F13<=65,F14>=70,F14<=80,F15>=97,F15<=103,F17>=148,F17<=152,F23<=-975,F23>=-1025,-25<=F24,F24<=25,F25>=975,F25<=1025,F26>=1475,F26<=1525,F27>=4975,F27<=5025,F28>=9950,F28<=10050,F29>=14950,F29<=15050,F30>=19950,F30<=20050,F31>=14950,F31<=15050,F32>=9950,F32<=10050,F33>=4975,F33<=5025,F34>=1475,F34<=1525,F35>=975,F35<=1025,F36>=-25,F36<=25,L13>=2900,L13<=3100,L15>=1093,L15<=1093,L16>=4808,L16<=4808),"PASS","FAIL")