
3,906 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I'm not the best on Excel. What I'm trying to do is return a blank cell in C24 if there is no data in A24. I've been trying ISBLANK and "" but having no joy in applying a successful formula, any ideas?
Thanks in advance
Ian
Try this formula: =IFERROR(B24/A24,"")
.