Forum Discussion
asi weis
Jan 16, 2018Copper Contributor
If Function
Hello
I'm receiving an error message while using the formula: =IF(O7=0,"",P7/O7), when column P is empty.
It worked great on excel 2010 but not on excel 2016.
Any idea?
SergeiBaklan
Jan 16, 2018Diamond Contributor
Hi asi,
is your data in column P is copy/pasted from some external source or it was entered only manually from scratch?
asi weis
Jan 16, 2018Copper Contributor
Hi Sergei
It is copy / pasted from an external source.
- SergeiBaklanJan 16, 2018Diamond Contributor
When most probably unprintable characters are in you cells. Perhaps the easiest way is something like
=IFERROR(P7/O7,"")