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
- 2 years ago
if Text.ToList([column_name]){3} = "N" then "Notebook" else "Workstation/Server"
AlienSx
2 years agoSuper User
if Text.ToList([column_name]){3} = "N" then "Notebook" else "Workstation/Server"