Hello,
Trying the following formula and I keep getting an error:
=IF((AND(E4="FT",(U4<=DATE(2010,10,10)),IF(V4>=160,L7,IF(P4>=12,L6))))
I'm trying to meet the following condition: If the cell in E4 is FT AND the date in U4 is less than 10/10/2010, evaluate the following: if cell V4 is greater than or equal to 160, return L7 else if P4 greater than or equal to 12, return L6, ELSE return "Not Applicable".
Appreciate any help!
Thanks
Trying the following formula and I keep getting an error:
=IF((AND(E4="FT",(U4<=DATE(2010,10,10)),IF(V4>=160,L7,IF(P4>=12,L6))))
I'm trying to meet the following condition: If the cell in E4 is FT AND the date in U4 is less than 10/10/2010, evaluate the following: if cell V4 is greater than or equal to 160, return L7 else if P4 greater than or equal to 12, return L6, ELSE return "Not Applicable".
Appreciate any help!
Thanks