Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Nathan wants to fill in the words Call and Don't Call on the spreadsheet based on the value in column C. He will list Call
Nathan wants to fill in the words "Call" and "Don't Call" on the spreadsheet based on the value in column C. He will list "Call" if the value is FALSE and "Don't Call" if the value is TRUE.What is the formula Nathan could write?
Group of answer choices
=IF("Call","Don't Call",C5)
=IF(C5, "Call","Don't Call")
=IF("Don't Call","Call",C5)
=IF("Call",C5,"Don't Call")
=IF(C5, "Don't Call","Call")
I got second choice wrong please advice which one is correct thanks
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started