I am trying to write a statement in regards to if a part is less than 36" to use (PART #), if part is greater than 36" & less than 48" to use (PART #), if part is greater than 48" to use (PART #).
I currently have tried this statement: =IF(L17<36,"8092SB EB 36",IF(AND(L17>36,L2<48,L2,"8092SB EB 48",IF(L2>48,"8092SB EB 72")))) but I keep getting an error and I can not figure out the problem nor a solution.
Any help would be appreciated.
I currently have tried this statement: =IF(L17<36,"8092SB EB 36",IF(AND(L17>36,L2<48,L2,"8092SB EB 48",IF(L2>48,"8092SB EB 72")))) but I keep getting an error and I can not figure out the problem nor a solution.
Any help would be appreciated.