207k views
5 votes
If cell G7 contains the function ________, it states that if the value in cell C3 is 9, the number 7 will be assigned to cell G7; if the value in cell C3 is not 9, the number 4 will be assigned to cell G7.

User Nitronoid
by
4.2k points

1 Answer

2 votes

Answer:

=IF(C3=9,7,4)

Step-by-step explanation:

If cell G7 contains the function =IF(C3=9,7,4), it states that if the value in cell C3 is 9, the number 7 will be assigned to cell G7; if the value in cell C3 is not 9, the number 4 will be assigned to cell G7.

User Bibberty
by
4.4k points