Recall that you had converted the response variable from Yes/No to 1/0 using find and replace. Which of the following functions can be used to convert Yes and No to 1 and 0 respectively? Mark all that apply.
IF(response = "Y", 1, 0)
IF(response = "Y", 0, 1)
IF(response = "N", 1, 0)
IF(response = "N", 0, 1)
Answers
Answered by
6
Answer:
the corect answer is A and D
Answered by
0
Answer:(a) and (d)
Explanation:
Similar questions