I have the following - =IF(OR[Does pipe size match drainage drawing?]@row="",[Does pipe material match drainage drawing?]@row=""),"Awaiting assessment","Test")
This is imparseable - is this the blank check bit - ""?
I have noticed too that I would like to check for a 'No' in either of the cells. A 'No' would replace the Test text above with "Error found".
The bit I am missing then is if I get two yes's - this would be "No errors found".
I tried using IsBlank but after trawling the help pages still became imparseable!
I think if I have explained this right I should have covered every permutation of 2 cells which can only have Yes/No as answers?
Regards,
Paul