Forum Discussion
Aucesar
2 years agoHelper III
Conditional Column - If 4th letter is N = Notebook else Workstation/Server
Hi Community,
I need to create this conditional column but I can´t, tried using ???N no luck.
Some advice?
Conditional Column - If 4th letter is N = Notebook else Workstation/Server
if Text.ToList([column_name]){3} = "N" then "Notebook" else "Workstation/Server"