Forum Discussion

Rachwar30's avatar
Rachwar30
Copper Contributor
Sep 02, 2022

Extracting numbers before string characters start

Hi all,   I am looking for an excel formula that can help me to extract numbers only from a mix of numbers and characters ONLY before the first character starts (i.e sometimes there are numbers aft...
  • Patrick2788's avatar
    Sep 02, 2022

    Rachwar30 

    Presuming your text is in A2, you might use:

     

    =LEFT(A2,MIN(IFERROR(SEARCH(CHAR(SEQUENCE(26,,65,1)),A2),""))-1)

Share

Resources