ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I multiply a unit measurement? (https://www.excelbanter.com/excel-worksheet-functions/52288-how-do-i-multiply-unit-measurement.html)

Diane13

How do I multiply a unit measurement?
 
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,

Biff

How do I multiply a unit measurement?
 
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

"Diane13" wrote in message
...
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,




Diane13

How do I multiply a unit measurement?
 
Thank You! I'll try it tomorrow.

"Biff" wrote:

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

"Diane13" wrote in message
...
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,





Diane13

How do I multiply a unit measurement?
 
Biff,
I finally got around to trying this and everything worked great. Thanks for
the help!!


"Biff" wrote:

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

"Diane13" wrote in message
...
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,






All times are GMT +1. The time now is 11:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com