JackDanIce
Well-known Member
- Joined
- Feb 3, 2010
- Messages
- 9,922
- Office Version
- 365
- Platform
- Windows
Hi,
I have a list of letters (strings) and I'd like to add a post-fix " Class Rating" to, e.g.
Before List = {"A", "B", "C"}
After List = {"A Class Rating", "B Class Rating", "C Class Rating"}
This doesn't work:
Unsure of syntax, can anyone suggest?
TIA,
Jack
I have a list of letters (strings) and I'd like to add a post-fix " Class Rating" to, e.g.
Before List = {"A", "B", "C"}
After List = {"A Class Rating", "B Class Rating", "C Class Rating"}
This doesn't work:
Excel Formula:
= List.ReplaceValue(ClassRating, each _ , & " Class Rating",Replacer.ReplaceText)
Unsure of syntax, can anyone suggest?
TIA,
Jack