Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Extracting year from a string value

  How can i extract only year from tehse string?
  • lukiz84's avatar
    3 years ago

    Hi,

     

    create a calculated column and use the formula: RIGHT(yourTable[Name], 4)

     

    BR