I am using a few animals here just to understand how to do this, as I'm dealing with hundreds of cells worth of real data.
I have tried using the istext function combined with nested if statements but no luck.
I essentially want to do the following:
Cat
0
0
Dog
0
Moose
I would like, in a separate area, for example column J, starting with row 1 to list only cells with words.
I would like the result to read:
J1 - Cat
J2 - Dog
J3 - Moose
I this possible?
Thanks!
I have tried using the istext function combined with nested if statements but no luck.
I essentially want to do the following:
Cat
0
0
Dog
0
Moose
I would like, in a separate area, for example column J, starting with row 1 to list only cells with words.
I would like the result to read:
J1 - Cat
J2 - Dog
J3 - Moose
I this possible?
Thanks!