+ Reply to Thread
Results 1 to 3 of 3

[SOLVED] a cell contains both text and number

  1. #1
    text and formulas
    Guest

    [SOLVED] a cell contains both text and number

    how do i make a calculation if a cell has text and a number. Example the cell
    says "3 weeks" I want to calculate 3 weeks to read in the next column as "120
    hours"

  2. #2
    CLR
    Guest

    Re: a cell contains both text and number

    =LEFT(A1,1)*1*40&" hours"

    Vaya con Dios,
    Chuck, CABGx3



    "text and formulas" <text and [email protected]> wrote in
    message news:[email protected]...
    > how do i make a calculation if a cell has text and a number. Example the

    cell
    > says "3 weeks" I want to calculate 3 weeks to read in the next column as

    "120
    > hours"




  3. #3
    RagDyer
    Guest

    Re: a cell contains both text and number

    Redundant 1, twice<bg>

    =LEFT(A1)*40&" Hours"
    --
    Regards,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------


    "CLR" <[email protected]> wrote in message
    news:[email protected]...
    > =LEFT(A1,1)*1*40&" hours"
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    >
    > "text and formulas" <text and [email protected]> wrote in
    > message news:[email protected]...
    > > how do i make a calculation if a cell has text and a number. Example the

    > cell
    > > says "3 weeks" I want to calculate 3 weeks to read in the next column as

    > "120
    > > hours"

    >
    >



+ 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