replace everything after a character in Google spreadsheet -
i did searching , in openoffice , excel looks can add * @ beginning or end of character delete before , after it, in google spreadsheet isn't working. support feature? if have:
keyword usd 0078945jg .12 n n 5748 8
and want remove usd , after use? have tried:
usd* , (usd*) regular expressions checked
but doesn't work. ideas?
the * quantifier needs applied dot (.) match character.

to clarify: * wildcard used in spreadsheet functions (eg countif) has different usage * quantifier used in regular expressions.
Comments
Post a Comment