This formula:
=IFS(CELL("CONTENTS",D6) <5 , "YES" + STYLE("YES") , CELL("CONTENTS", D6) > 10 , "NO" + STYLE("NO") )
returns the text “#VALUE!” rather than “YES” or “NO”. The Style selected is correct though.
Is there a way to fix this? Thank you.