I have this new formula I'm using and it is causing a #spill error for just one cell. The others are fine.
=IFERROR(TOCOL(IF(SEARCH(Guide!$A$17:$A$26,AD136),Guide!$B$17:$B$26),2),"Other")
is it because the text in AD136 is too long? I shortened it and it pulls in something. But, that text will always be long. How do I avoid this error?
=IFERROR(TOCOL(IF(SEARCH(Guide!$A$17:$A$26,AD136),Guide!$B$17:$B$26),2),"Other")
is it because the text in AD136 is too long? I shortened it and it pulls in something. But, that text will always be long. How do I avoid this error?