+ Reply to Thread
Results 1 to 6 of 6

how do i represent numbers with letters

  1. #1
    cfitz
    Guest

    how do i represent numbers with letters

    basically what i'm trying to do is this. i am using a spread sheet where the
    only things i put in the cells is "x" or "/", x will equal 100 and / will
    equal 50. what i want to do is on the last cell is make it where it will add
    the numbers by the x's and /'s and then give me the total in number format.

  2. #2
    Harald Staff
    Guest

    Re: how do i represent numbers with letters

    =COUNTIF(A1:B500,"x")*100+COUNTIF(A1:B500,"/")*50

    HTH. Best wishes Harald

    "cfitz" <[email protected]> skrev i melding
    news:[email protected]...
    > basically what i'm trying to do is this. i am using a spread sheet where

    the
    > only things i put in the cells is "x" or "/", x will equal 100 and / will
    > equal 50. what i want to do is on the last cell is make it where it will

    add
    > the numbers by the x's and /'s and then give me the total in number

    format.



  3. #3
    Lee
    Guest

    how do i represent numbers with letters

    If your data range is A1:A5 then:

    =(COUNTIF(A1:A5,"/")*50)+(COUNTIF(A1:A5,"x")*100)

    >-----Original Message-----
    >basically what i'm trying to do is this. i am using a

    spread sheet where the
    >only things i put in the cells is "x" or "/", x will

    equal 100 and / will
    >equal 50. what i want to do is on the last cell is make

    it where it will add
    >the numbers by the x's and /'s and then give me the total

    in number format.
    >.
    >


  4. #4
    Peo Sjoblom
    Guest

    Re: how do i represent numbers with letters

    Or in one fell swoop

    =SUMPRODUCT(COUNTIF(A1:B500,{"x","/"}),{100,50})


    --

    Regards,

    Peo Sjoblom



    "Harald Staff" <[email protected]> wrote in message
    news:[email protected]...
    > =COUNTIF(A1:B500,"x")*100+COUNTIF(A1:B500,"/")*50
    >
    > HTH. Best wishes Harald
    >
    > "cfitz" <[email protected]> skrev i melding
    > news:[email protected]...
    > > basically what i'm trying to do is this. i am using a spread sheet where

    > the
    > > only things i put in the cells is "x" or "/", x will equal 100 and /

    will
    > > equal 50. what i want to do is on the last cell is make it where it will

    > add
    > > the numbers by the x's and /'s and then give me the total in number

    > format.
    >
    >




  5. #5
    Harald Staff
    Guest

    Re: how do i represent numbers with letters

    Hey, this is the "newusers" newsgroup <bg>

    Best wishes Harald

    "Peo Sjoblom" <[email protected]> skrev i melding
    news:%[email protected]...
    > Or in one fell swoop
    >
    > =SUMPRODUCT(COUNTIF(A1:B500,{"x","/"}),{100,50})
    >
    >
    > --
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    >
    >
    > "Harald Staff" <[email protected]> wrote in message
    > news:[email protected]...
    > > =COUNTIF(A1:B500,"x")*100+COUNTIF(A1:B500,"/")*50
    > >
    > > HTH. Best wishes Harald
    > >
    > > "cfitz" <[email protected]> skrev i melding
    > > news:[email protected]...
    > > > basically what i'm trying to do is this. i am using a spread sheet

    where
    > > the
    > > > only things i put in the cells is "x" or "/", x will equal 100 and /

    > will
    > > > equal 50. what i want to do is on the last cell is make it where it

    will
    > > add
    > > > the numbers by the x's and /'s and then give me the total in number

    > > format.
    > >
    > >

    >
    >




  6. #6
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    Just a reminder:

    Excel treats the backslash as the "activate menu" command (by default in Tools>Options>Transition. This needs to be changed to a different keystroke to free up the ' / ' to be used as normal keystroke.

    HTH
    Bruce
    The older I get, the better I used to be.
    USA

+ 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