Slice
Excel
=LEFT(A1) // "Female" -> "F"=RIGHT(A2,5) // "MAIN24601" -> "24601"Tableau
LEFT([Gender], 1) // "Female" -> "F"RIGHT([Cost Code], 5) // "MAIN24601" -> "24601"Alteryx
OrgVue
tSQL
Python
Last updated
Was this helpful?