G
Guest
Is there a formula that will remove any #'s from a text
field/cell?
field/cell?
-----Original Message-----
Hi
so if I understood you correctly you want to delete all characters
after the first numeric value appears?. If this is correct try the
following array formula which has to be entered with CTRL+SHIFT+ENTER
(assumption: A1 stores this data)
=TRIM(LEFT(A1,MIN(IF(ISNUMBER(--MID(A1,ROW(INDIRECT ("1:1024")),1)),ROW(
INDIRECT("1:1024"))))-1))
--
Regards
Frank Kabel
Frankfurt, Germany
.
Hi Julie, there are alway 21 characters there becuase the
field is system generated & your formula works perfect! If
I had a vendor name that ended in a # then Franks would
omit it.
Thank you both for your help!
Dan
JulieD said:Hi Frank
How's life in Germany these days?