MarrowGenx
MIS
I am trying to use the Indirect function to handle the formula below (not my actual formula, but a simplified version):
=IF(F10=0, "Correct", "Incorrect")
When I type in the following formula to use the indirect function I get a #Value error:
=Indirect("=IF(F10=0, " & """" & "Correct" & """" & "," & """" & "Incorrect" & """" & ")")
What am I doing wrong? I have tried a number of ways to handle the quotation marks around the Correct and Incorrect, including single quotes, but nothing appears to work.
Thanks in advance for your help.
Marrow
Marrow
=IF(F10=0, "Correct", "Incorrect")
When I type in the following formula to use the indirect function I get a #Value error:
=Indirect("=IF(F10=0, " & """" & "Correct" & """" & "," & """" & "Incorrect" & """" & ")")
What am I doing wrong? I have tried a number of ways to handle the quotation marks around the Correct and Incorrect, including single quotes, but nothing appears to work.
Thanks in advance for your help.
Marrow
Marrow