+ Reply to Thread
Results 1 to 4 of 4

How do I multiply a unit measurement?

  1. #1
    Diane13
    Guest

    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,

  2. #2
    Biff
    Guest

    Re: 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" <[email protected]> wrote in message
    news:[email protected]...
    > 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,




  3. #3
    Diane13
    Guest

    Re: 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" <[email protected]> wrote in message
    > news:[email protected]...
    > > 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,

    >
    >
    >


  4. #4
    Diane13
    Guest

    Re: 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" <[email protected]> wrote in message
    > news:[email protected]...
    > > 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,

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1