Forum Discussion

SoyAllenChiu's avatar
SoyAllenChiu
Copper Contributor
Oct 02, 2023
Solved

EXTRACT NUMBER WITH FORMULA

  Hi everyone, can someone help me solve this issue? If in a cell there is this term "DISCOUNT 15.00%" how can I extract only the number within text, so I can use it as source amount for calculatio...
  • pfridolf's avatar
    Oct 02, 2023

    SoyAllenChiu 

    Hi,

     

    Try

    =VALUE(MID(B93,FIND(" ",B93)+1,FIND("%",B93)-(FIND(" ",B93)+1)))

     

    It worked for me. I added "Value" just to get a number instead of a text.

     

    Best regards

    Per

Resources