L
Legacy 185509
Guest
Hi
I have this text in cell B2
A0_13_FDF812_FDMW Number 812 can change for cells below it
I only want to get text 812 this three digit text from this cell.
please help
below is formula I am trying, it is not working
I have this text in cell B2
A0_13_FDF812_FDMW Number 812 can change for cells below it
I only want to get text 812 this three digit text from this cell.
please help
below is formula I am trying, it is not working
Code:
=CONCATENATE("'",RIGHT(B2,FIND("_FDF",B2,1)-1),"")