+ Reply to Thread
Results 1 to 5 of 5

Using Texts in Cells

  1. #1
    Duncan
    Guest

    Using Texts in Cells

    I have a list of parts numbers (alphabetical and numeric) and want to use
    these in a sum.
    How can I include these in a sum eg if C1= EV1, C2=EV2?
    Alternatively if not possible can I use the SUBSTITUTE function to pick this
    text from a list
    Thanks in advance

  2. #2
    bj
    Guest

    RE: Using Texts in Cells

    do you wnat to do a sum or a count?
    if a count, check the countif() function in help

    "Duncan" wrote:

    > I have a list of parts numbers (alphabetical and numeric) and want to use
    > these in a sum.
    > How can I include these in a sum eg if C1= EV1, C2=EV2?
    > Alternatively if not possible can I use the SUBSTITUTE function to pick this
    > text from a list
    > Thanks in advance


  3. #3
    Duncan
    Guest

    RE: Using Texts in Cells

    I want to show the text:
    eg the column looks like;
    o
    o
    EV-R4
    0
    0
    So I want the cell below to show the text, so I can use it in a product
    selection guide
    Thanks

    "bj" wrote:

    > do you wnat to do a sum or a count?
    > if a count, check the countif() function in help
    >
    > "Duncan" wrote:
    >
    > > I have a list of parts numbers (alphabetical and numeric) and want to use
    > > these in a sum.
    > > How can I include these in a sum eg if C1= EV1, C2=EV2?
    > > Alternatively if not possible can I use the SUBSTITUTE function to pick this
    > > text from a list
    > > Thanks in advance


  4. #4
    bj
    Guest

    RE: Using Texts in Cells

    most of the time people would call this concatinating rather than summing

    if C1= EV1, C2=EV2
    =C1 & "-" & C2
    or
    = Concatinate(C1,"-",C2)
    would result in
    EV1-EV2

    "Duncan" wrote:

    > I want to show the text:
    > eg the column looks like;
    > o
    > o
    > EV-R4
    > 0
    > 0
    > So I want the cell below to show the text, so I can use it in a product
    > selection guide
    > Thanks
    >
    > "bj" wrote:
    >
    > > do you wnat to do a sum or a count?
    > > if a count, check the countif() function in help
    > >
    > > "Duncan" wrote:
    > >
    > > > I have a list of parts numbers (alphabetical and numeric) and want to use
    > > > these in a sum.
    > > > How can I include these in a sum eg if C1= EV1, C2=EV2?
    > > > Alternatively if not possible can I use the SUBSTITUTE function to pick this
    > > > text from a list
    > > > Thanks in advance


  5. #5
    Duncan
    Guest

    RE: Using Texts in Cells

    Thanks I have done it

    "bj" wrote:

    > most of the time people would call this concatinating rather than summing
    >
    > if C1= EV1, C2=EV2
    > =C1 & "-" & C2
    > or
    > = Concatinate(C1,"-",C2)
    > would result in
    > EV1-EV2
    >
    > "Duncan" wrote:
    >
    > > I want to show the text:
    > > eg the column looks like;
    > > o
    > > o
    > > EV-R4
    > > 0
    > > 0
    > > So I want the cell below to show the text, so I can use it in a product
    > > selection guide
    > > Thanks
    > >
    > > "bj" wrote:
    > >
    > > > do you wnat to do a sum or a count?
    > > > if a count, check the countif() function in help
    > > >
    > > > "Duncan" wrote:
    > > >
    > > > > I have a list of parts numbers (alphabetical and numeric) and want to use
    > > > > these in a sum.
    > > > > How can I include these in a sum eg if C1= EV1, C2=EV2?
    > > > > Alternatively if not possible can I use the SUBSTITUTE function to pick this
    > > > > text from a list
    > > > > Thanks in advance


+ 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