I am looking for a formula that would return a specific value if it finds an error in the data in a separate spreadsheet. I'm thinking along the lines of something like this....
IF(Sheet1!A:A Contains "#N/A", "Error in Sheet1", "OK")
Any thoughts?
Thanks in advance for your help!
IF(Sheet1!A:A Contains "#N/A", "Error in Sheet1", "OK")
Any thoughts?
Thanks in advance for your help!