How do I multiply a unit measurement?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

For example: 156 SQFT x $10.00. Where 156 SQFT is all in a single cell.
Is there a way to ignore the alpha characters and only look at the numerical
characters in the formula? (Excell 2000)

Thanks,
 
Hi!

Try this:

=LEFT(A1,FIND(" ",A1)-1)*10

As long as the format is consistent: number followed by <space> followed by
UM, this will work.

Biff
 
Thank You! I'll try it tomorrow.

Biff said:
Hi!

Try this:

=LEFT(A1,FIND(" ",A1)-1)*10

As long as the format is consistent: number followed by <space> followed by
UM, this will work.

Biff
 
Biff,
I finally got around to trying this and everything worked great. Thanks for
the help!!
 

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

Back
Top