Sometimes entering simple function causes it to occupy two cells, why?
I was putting a slightly modified version of this function into cell
B12, in doing so it occupied cell B12 and B13 and merged the space
together. This happens often when I am using functions, how can I make
sure it only takes up one cell address?
=IF(ISERROR(FIND("Astro",A17)),"","*****")
|