Below is a list of Microsoft Excel formulas that you can use to manipulate the data in Excel before uploading it to LeadCenter. These formulas will help you update thousands of columns in Excel before importing them to LeadCenter.
=CONCAT("1",SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(L2,"-","")," ",""),"(",""),")",""))
=IF(AI2="","",IF(LEFT(AI12)="+",AI2,CONCAT("1",LET(chars,MID(AI2,SEQUENCE(LEN(AI2)),1),TEXTJOIN("",1,FILTER(chars,ISNUMBER(chars+0)))+0))))
=LEFT(C2,(FIND(" ",C2,1)-1))
=MID(C2,FIND(" ",C2)+1,LEN(C2))
=IF(TRIM(RIGHT(SUBSTITUTE(LEFT(G5,FIND(" ",G5&" ",FIND("@",G5))-1)," ",REPT(" ",LEN(G5))),LEN(G5)))<>"",TRIM(RIGHT(SUBSTITUTE(LEFT(G5,FIND(" ",G5&" ",FIND("@",G5))-1)," ",REPT(" ",LEN(G5))),LEN(G5))),"")
First name from cell A2:
=LEFT(A2,FIND("",A2&"")-1)
Last name from cell A2:
=RIGHT(A2,LEN(A2)-FIND("",A2&""))
The formula below will change the values in the G2 cell based on the following:
=IF(G2="CA","LG4-California",IF(G2="NM","LG4-New Mexico",IF(G2="AZ","LG4-Arizona")))
If you can’t find the answers you’re looking for, our support specialists are available to answer your questions and troubleshoot if necessary.