Extracting part of a cell

C

Colin Hayes

Hi

In column V I need to place the text which appears after the text "Ref :
" in column W.

So , for example , if W contains

abcdef ghi jklm Ref : abc23456

V would become

abc23456

Can someone help with this?


Grateful for any assistance.


Best Wishes
 
C

Colin Hayes

Per said:
Hi

Try this formula in V1:

=MID(A1,(FIND("Ref",W1)+6),1000)

Regards,
Per

Hi Per

OK - thanks for that. It solved my problem perfectly.

I think the first A1 is W1.


Best Wishes


Colin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top