Ok, guys. I've been pumping my head against the wall trying to get this formula working and I don't understand why it doesn't.
Let's say I have the A column full of codes likes this
123 - AAA - BBB
321 - ABC - FDPFFSFSFS
412 - DLD - DKLFDD
I need to extract the last part after the 2nd "-". It might have different lengths according to the cell so I can not simply put a number there.
I was trying something like:
I thought that might work but somehow it doesn't. Could you please help me out? I have already found formulas that work over the internet. However, they were complex and I want to keep it simple. Furthermore, now I'm really intrigued why this isn't working.
Thanks,
ORoxo
Let's say I have the A column full of codes likes this
123 - AAA - BBB
321 - ABC - FDPFFSFSFS
412 - DLD - DKLFDD
I need to extract the last part after the 2nd "-". It might have different lengths according to the cell so I can not simply put a number there.
I was trying something like:
Code:
=RIGHT(A1;FIND("-";A1))
I thought that might work but somehow it doesn't. Could you please help me out? I have already found formulas that work over the internet. However, they were complex and I want to keep it simple. Furthermore, now I'm really intrigued why this isn't working.
Thanks,
ORoxo