+ Reply to Thread
Results 1 to 7 of 7

Needing simple formula

  1. #1
    Connie Martin
    Guest

    Needing simple formula

    I know it's simple, but I don't know how to write it. G3 contains a number.
    If G3 starts with a 3 then it's to yield "ZMO" in H3. If it's anything else,
    H3 is to be blank.

    Connie

  2. #2
    Bob Phillips
    Guest

    Re: Needing simple formula

    =IF(LEFT(G3,1)="3","ZMO","")

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with googlemail if mailing direct)

    "Connie Martin" <ConnieMartin@discussions.microsoft.com> wrote in message
    news:C8A2BA20-2772-4348-AF89-ECCF51771719@microsoft.com...
    > I know it's simple, but I don't know how to write it. G3 contains a

    number.
    > If G3 starts with a 3 then it's to yield "ZMO" in H3. If it's anything

    else,
    > H3 is to be blank.
    >
    > Connie




  3. #3
    Guest

    Re: Needing simple formula

    Hi

    In H3, try:
    =IF(LEFT(G3,1)="3","ZMO","")

    Hope this helps.
    Andy.

    "Connie Martin" <ConnieMartin@discussions.microsoft.com> wrote in message
    news:C8A2BA20-2772-4348-AF89-ECCF51771719@microsoft.com...
    >I know it's simple, but I don't know how to write it. G3 contains a
    >number.
    > If G3 starts with a 3 then it's to yield "ZMO" in H3. If it's anything
    > else,
    > H3 is to be blank.
    >
    > Connie




  4. #4
    Duke Carey
    Guest

    RE: Needing simple formula

    =if(left(G3,1)="3","ZMO","")

    Keep in mind that "" is NOT blank, it just displays as blank

    "Connie Martin" wrote:

    > I know it's simple, but I don't know how to write it. G3 contains a number.
    > If G3 starts with a 3 then it's to yield "ZMO" in H3. If it's anything else,
    > H3 is to be blank.
    >
    > Connie


  5. #5
    Connie Martin
    Guest

    Re: Needing simple formula

    Thank you! That works perfectly!

    "Bob Phillips" wrote:

    > =IF(LEFT(G3,1)="3","ZMO","")
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > (replace somewhere in email address with googlemail if mailing direct)
    >
    > "Connie Martin" <ConnieMartin@discussions.microsoft.com> wrote in message
    > news:C8A2BA20-2772-4348-AF89-ECCF51771719@microsoft.com...
    > > I know it's simple, but I don't know how to write it. G3 contains a

    > number.
    > > If G3 starts with a 3 then it's to yield "ZMO" in H3. If it's anything

    > else,
    > > H3 is to be blank.
    > >
    > > Connie

    >
    >
    >


  6. #6
    Connie Martin
    Guest

    Re: Needing simple formula

    Thank you! You and Bob have the exact same answer and it works perfectly!

    "Andy" wrote:

    > Hi
    >
    > In H3, try:
    > =IF(LEFT(G3,1)="3","ZMO","")
    >
    > Hope this helps.
    > Andy.
    >
    > "Connie Martin" <ConnieMartin@discussions.microsoft.com> wrote in message
    > news:C8A2BA20-2772-4348-AF89-ECCF51771719@microsoft.com...
    > >I know it's simple, but I don't know how to write it. G3 contains a
    > >number.
    > > If G3 starts with a 3 then it's to yield "ZMO" in H3. If it's anything
    > > else,
    > > H3 is to be blank.
    > >
    > > Connie

    >
    >
    >


  7. #7
    Connie Martin
    Guest

    RE: Needing simple formula

    You guys all know your stuff! You all have the exact same answer! Thank
    you. I knew it was simple, but .... it's not one I've had to use until now.
    Thanks again!

    "Duke Carey" wrote:

    > =if(left(G3,1)="3","ZMO","")
    >
    > Keep in mind that "" is NOT blank, it just displays as blank
    >
    > "Connie Martin" wrote:
    >
    > > I know it's simple, but I don't know how to write it. G3 contains a number.
    > > If G3 starts with a 3 then it's to yield "ZMO" in H3. If it's anything else,
    > > H3 is to be blank.
    > >
    > > Connie


+ 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