Forum Discussion
Anonymous
3 years agoNot applicable
Extracting year from a string value
How can i extract only year from tehse string?
- 3 years ago
Hi,
create a calculated column and use the formula: RIGHT(yourTable[Name], 4)
BR
lukiz84
3 years agoMemorable Member
Hi,
create a calculated column and use the formula: RIGHT(yourTable[Name], 4)
BR