I want to create an IF condition where if a cell contains a symbol on another sheet that equals "New" then populate that value otherwise, leave it blank. I have this formula:
=IF({New Applicant(s) Range 1} = "New", {New Applicant(s) Range 2})
According to what I've read in the HELP, the False condition is optional and if left blank, then a Blank is returned, which is what I want. However, I get an error #INVALID OPERATION.
Can anyone determine where I'm off?
Thanks,
Mike