Forum Discussion
KAM_Mumin
Sep 15, 2022Brass Contributor
MS Excel First Name/Last Name Formula
Hi Everyone! Here I want to get the first value and the last value look like I have (462 box 0 pcs) in a cell and I want to get the first value 462 which give me the count of box and then need the v...
- Sep 15, 2022
Harun24HR
Sep 15, 2022Bronze Contributor
KAM_Mumin If you have Excel-365 then use TEXTAFTER() and TEXTBEFORE() function.
F4=TEXTBEFORE(E4," ")
G4=TEXTBEFORE(TEXTAFTER(E4," ",-2)," ")