Jes.persona
2010-12-16 00:50:47 UTC
Had it begun with this specific symbol, I know I could've used something like
=IF(LEFT(A1,1)="SYMBOL","1","0")
But since the symbol may be at any location in the cell I need it to search through the entire cell to find it. If there is such a symbol in the cell, return 1. If not, return 0.
I would rather not use any macros, but if you can't think of any formula I suppose that would work out as well.
I will make sure to select a best answer if a satisfying answer is given.