85.0k views
5 votes
20 points!!!! Which formulas return TRUE, if the value in call B4 is 12 and the value in C4 is 29?

1._____ and 2._____ return TRUE, if the value in cell B$ is 12 and the value in C4 is 29

1.a.=XOR(B4>12;C4=9). 2.a.=AND(B4=12;C4<9)
B.=AND(B4=12;C4<9). B.=AND(B4=12;C4>9)
C.=XOR(B4=12;C4<9). C.=XOR(B4>12;C4<9)

User Quinmars
by
8.3k points

1 Answer

2 votes

Answer:

1=c,2=A

Step-by-step explanation:

plato

User Flawr
by
8.1k points