+ Reply to Thread
Results 1 to 3 of 3

How do I capitalize and parse in the same formula?

  1. #1
    blondegreenjeans
    Guest

    How do I capitalize and parse in the same formula?

    I need to write a formula that does 2 functions, LEFTand UPPER. Is this
    possible?
    I need to "grab" the first three leeters of a word and capitalize them to
    add to numbers to create a part number.

    Thanks in advance....

  2. #2
    Peo Sjoblom
    Guest

    Re: How do I capitalize and parse in the same formula?

    =UPPER(LEFT(A1,3))

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "blondegreenjeans" <blondegreenjeans@discussions.microsoft.com> wrote in
    message news:B1FCFF0C-D363-4240-816F-5CED04DAF669@microsoft.com...
    >I need to write a formula that does 2 functions, LEFTand UPPER. Is this
    > possible?
    > I need to "grab" the first three leeters of a word and capitalize them to
    > add to numbers to create a part number.
    >
    > Thanks in advance....



  3. #3
    Dave Peterson
    Guest

    Re: How do I capitalize and parse in the same formula?

    =upper(left(a1,3))&"1234"
    or maybe:
    =upper(left(a1,3))&text(b1,"0000")

    if b1 contains a number.

    blondegreenjeans wrote:
    >
    > I need to write a formula that does 2 functions, LEFTand UPPER. Is this
    > possible?
    > I need to "grab" the first three leeters of a word and capitalize them to
    > add to numbers to create a part number.
    >
    > Thanks in advance....


    --

    Dave Peterson

+ 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