Cell to populate if other column has any text

Closed
therock90 - Updated by therock90 on 16/03/17 at 10:14 AM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Mar 16, 2017 at 10:57 AM
Hello,

I'm struggling to find a formula to populate one column's cell based on another column's cell having at least one character of text.

e.g. A1 would insert a "Y" if B1 has text

Any help would be most appreciated!

1 response

Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 147
Mar 16, 2017 at 10:57 AM
therock90, Good morning.

Try to use:

=IF(ISTEXT(B1), "Y", "")

Is that what you want?
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
0