Need some help as my knowledge is limited and I’m struggling with syntax of my formula?
This is what I have so far,
Formula in K18:
Want the formula in K18 to pick up if an incorrect entry has been made in K16, only correct entries in K16 can be “Red” or “Blue”.
K16 & K17 are input cells.
But as it stands my formula is giving a # value error in K18, but that’s due to the incorrectly constructed part “IF(AND(OR”
I could use a drop down to select only Red & Blue but for now want to do it with formula if possible.
Any help greatly appreciated
This is what I have so far,
Formula in K18:
Code:
=IF(K16=0,"Select nozzle colour",IF(K17=0,"Select # passes",[COLOR="#FF0000"]IF(AND(OR(K16="Red",K16="Blue"),"Select correct nozzle","xxx"),[/COLOR]IF(AND(K16="Red",K17>0),50,IF(AND(K16="Blue",K17>0),37,"CHECK NOZZLE ENTRY")))))
K16 & K17 are input cells.
But as it stands my formula is giving a # value error in K18, but that’s due to the incorrectly constructed part “IF(AND(OR”
I could use a drop down to select only Red & Blue but for now want to do it with formula if possible.
Any help greatly appreciated