So I have a column with number that range from 0 - 2,
then I have another that has some letters in it.
I want to be able to do something like.
If N# > 1 add the letter "A" to the string in B#
Else add the letter "B"
Example
N B RESULT
1.4 VE AVE
.9 E BE
.45 O BO
1.9 OS AOS
Thanks in advance!!!
then I have another that has some letters in it.
I want to be able to do something like.
If N# > 1 add the letter "A" to the string in B#
Else add the letter "B"
Example
N B RESULT
1.4 VE AVE
.9 E BE
.45 O BO
1.9 OS AOS
Thanks in advance!!!