I have column A with quantity 20 .EA,20PKS the data is split in column B and C as column B and column C EA OR pks .
I have a new qty as 1020 UVC OR 5 UVC OR 100 UVC
Can someone help how to adjust formula to accept the split the nunber and uvc for both column B and C
COLUMN B FORMULA
COLUMN C FORMULA![]()
=--SUBSTITUTE(LEFT(A2,FIND(".",A2)-1)," ","")
![]()
=TRIM(MID(A2,-LOOKUP(1,-MIN(SEARCH({"EA","PKS"},A2&"EAPKS"))),3))
Bookmarks