C
cmotes
I have 50,000 rows of text data in column A. No text boxes.
I need to split the data into 2 buckets: (a) cells where 100% of the
text passes Excel spellchecker, and (b) everything else. I need to
sort the data based on what passed spellcheck and what did not.
So I'm trying to get something like this:
if(spellcheck(A1)=spelling_is_right,1,0)
Any suggestions?
Thanks!
I need to split the data into 2 buckets: (a) cells where 100% of the
text passes Excel spellchecker, and (b) everything else. I need to
sort the data based on what passed spellcheck and what did not.
So I'm trying to get something like this:
if(spellcheck(A1)=spelling_is_right,1,0)
Any suggestions?
Thanks!