Hi again,
I'm doing these IF statements and I was wondering if there's a way to put a double if statement? Like
If A1 = 0 and B1 = 0 then C1 = 0
If A1 = 1 and B1 = 1 then C1 = 1
If A1 = 1 and B1 = 0 then C1 = 0
If A1 = 0 and B1 = 1 then C1 = 0
If A1 and/or B1 = "" then C1 = ""
Anyone?
Thanks
Sue