S
Studebaker
Nested IF function has me stuck. I tried this:
=IF((OR(J2="N",K2="N",M2="N")),"N",(IF((AND(J2="Y",K2="Y",M2="Y")),"Y","")))
Trying to create a function to automatically determine if an engine is fully
assembled in column N.
If the answer is "N" (no) to either columns J, K or M (not L) then column N
must display "N" (no, the engine is not completely assembled). If the answer
is "Y" (yes) to all columns J, K and M (not L) then column N must display
"Y". If all columns J thru M are left blank then column "N" must display
nothing (blank).
J K L M N
Belt Motor Oil Valves Engine Assembled?
1
2 Y N Y N (=IF function)
Does someone know what's wrong with the IF function above?
Regards-Studebaker
=IF((OR(J2="N",K2="N",M2="N")),"N",(IF((AND(J2="Y",K2="Y",M2="Y")),"Y","")))
Trying to create a function to automatically determine if an engine is fully
assembled in column N.
If the answer is "N" (no) to either columns J, K or M (not L) then column N
must display "N" (no, the engine is not completely assembled). If the answer
is "Y" (yes) to all columns J, K and M (not L) then column N must display
"Y". If all columns J thru M are left blank then column "N" must display
nothing (blank).
J K L M N
Belt Motor Oil Valves Engine Assembled?
1
2 Y N Y N (=IF function)
Does someone know what's wrong with the IF function above?
Regards-Studebaker