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?

  • Hi,

     

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

     

    BR

1 Reply

  • lukiz84's avatar
    lukiz84
    Memorable Member

    Hi,

     

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

     

    BR