Hello,
I am trying to Check box = If column 1 ="x" and if column 2 is checked = column 3 to be checked
e.g. If Column 1 contains "Street Lighting" & Quote Successful Column is checked, Street Lighting successful box is checked
I've tried the following equasions
=IF(AND(Team7 = "Street Lighting", (NOT(ISBLANK([Quote sucessful]7)))), 1, 0)
I have realised my Quote successful column is a check box so "is not blank" probably does not recognise my request
&
=IF(AND(Team6 = "Street Lighting", ([Quote successful]6=1,"true","false")))), 0, 1)
which i am sure i have missed something?
Can someone please assist?