Thank you in advance for whoever helps
So I have a file that a vendor is sending us that is ugly.
I need to help in creating a formula that will do the following as seen in below.
I've already created two new columns we'll call them A & B
What I have in Excel is the following two formulas to get the data I need.
=IF(D2="",C2,B1)
=IF(B2="","",IF(LEFT(B2,2)="**","15766",IF(LEFT(B2,4)="ISLH",MID(B2,6,5),LEFT(B2,5))))
