Hello all,
How do I extract from my column A a word that contains in it a $ sign.
For instance the data in column A would look something like
A1 = 5465 Apples$50 Twenty
A2 = 5687 Grapes$597 Three
answer:
B1 = Apple$50
B2 = Grapes$597
Apple$50 and Grapes$597 needs to be extracted to a new column of the same row.
Will appreciate a lot.
How do I extract from my column A a word that contains in it a $ sign.
For instance the data in column A would look something like
A1 = 5465 Apples$50 Twenty
A2 = 5687 Grapes$597 Three
answer:
B1 = Apple$50
B2 = Grapes$597
Apple$50 and Grapes$597 needs to be extracted to a new column of the same row.
Will appreciate a lot.