Welcome to the community, @M_W!
If those are the ONLY numeric digits within your entire text string, then you could do it with this formula:
VALUE(Citekey)
Hope this helps! If this answers your question, could you please mark this comment as the solution to your question? This will help other people who have a similar question.
Welcome to the community, @M_W!
If those are the ONLY numeric digits within your entire text string, then you could do it with this formula:
VALUE(Citekey)
Hope this helps! If this answers your question, could you please mark this comment as the solution to your question? This will help other people who have a similar question.
Thanks Scott!
It works perfectly well except for cells with a period (see screenshot below). Is there a way to make the value() formula work?

Thanks Scott!
It works perfectly well except for cells with a period (see screenshot below). Is there a way to make the value() formula work?

If you have periods, then use this formula:
VALUE(SUBSTITUTE(Citekey,".",""))