Ambassador777
New Member
- Joined
- Dec 7, 2011
- Messages
- 2
Given:
A1 = KNZY
A2 = NZY
Goal: Append a "K" to the beginning of any cell in Column A:A that contains only three letters.
Test1:
Formula in column B:B =if(len(A1)=3,"K",A1)
Results: A1 = KNZY ; A2 = NZY
Test2:
Formula in column B:B changed to =if(len(A1)=4,"K",A1)
Results: A1 = KKNZY; A2 KNZY
I perplexed why there is no "K" being appended in Test1 results and why there is an extra "K" appended in Test2.
Any help on this is deeply appreciated
A1 = KNZY
A2 = NZY
Goal: Append a "K" to the beginning of any cell in Column A:A that contains only three letters.
Test1:
Formula in column B:B =if(len(A1)=3,"K",A1)
Results: A1 = KNZY ; A2 = NZY
Test2:
Formula in column B:B changed to =if(len(A1)=4,"K",A1)
Results: A1 = KKNZY; A2 KNZY
I perplexed why there is no "K" being appended in Test1 results and why there is an extra "K" appended in Test2.
Any help on this is deeply appreciated