Delete amounts

D

da

Hi
Is there anyway I can delete amount from each row using a formula?
I have over 600 transactions from which I need to delete amount.
thank you

2ND ST BISTRO POMONA, CA $23.38
7-ELEVEN 33242 ROSEMEAD, CA $5.15
7-ELEVEN 33242 ROSEMEAD, CA $7.00
99-CENTS-ONLY #0107 UPLAND, CA $4.23
99-CENTS-ONLY #0107 UPLAND, CA $6.00
 
M

Ms-Exl-Learner

Assume that you are having the below value in A1 cell

A1 Cell
2ND ST BISTRO POMONA, CA $23.38

Put this formula in B1 cell
=TRIM(LEFT(A1,SEARCH("$",A1)-1))

Change the cell reference to your desired cell, if required.

Remember to Click Yes, if this post helps!
 
F

Fred Smith

Assuming all amounts start with a $, use the following formula:
=left(a1,find("$",a1)-1)

Regards,
Fred
 
L

L. Howard Kittle

And one more...

=LEFT(A10,FIND(" $",A10))

Note the space just befor the $.

HTH
Regards,
Howard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

make real money fast-THIS ACTUALY WORKS 1
Want To Be Rich? . . . READ THIS !!!!! 1
quick money 3
$ 6.00 for thousands!! 1
money - really! 1
Make moeny easy 1
a great deal 1
u want to read this 2

Top