• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Email Body Message to Split to Fields

webmax

Member
Hi,

I am getting the Email Body Message for a Enquiry (Attaching the Input in the yellow color in the excel sheet). But when i try to paste in excel the body is paster in one single cell.

There date to be filled in the four fields ie Name, Email Address , Telephone Number and Message accordingly (Attaching the Output in the orange color in the excelsheet).

Can you guide how to split based on the Body Message received to the 4 fields.

Regards
Shahul
 

Attachments

  • email subject.xlsx
    14.8 KB · Views: 8
61417

In B2, formula copied across :

=TRIM(LEFT(SUBSTITUTE(MID(LEFT($A2,FIND("Copyright",$A2)-1),FIND(B$1,$A2&B$1)+LEN(B$1)+1,90),C$1,REPT(" ",90)),90))

Regards
Bosco
 

Attachments

  • Email subject(BY).xlsx
    11.2 KB · Views: 2
Back
Top