+ Reply to Thread
Results 1 to 7 of 7

Nested IF and MID functions

  1. #1
    Bob Phillips
    Guest

    Re: Nested IF and MID functions

    =IF(MID(D2,4,1)>="A",D2,"")

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Jan Buckley" <[email protected]> wrote in message
    news:[email protected]...
    > I am trying to use a MID function with an IF statement and keep getting an
    > error prompt. I can enter the MID function with no problem: MID(D2,4,1) IF
    > the 4th digit of the info in cell D2 is an A or greater, then I want to

    see
    > D2 in my cell, otherwise I don't want anything. Help!




  2. #2
    JE McGimpsey
    Guest

    Re: Nested IF and MID functions

    ONe way:

    =IF(MID(D2,4,1)>="A",D2,"")

    You may be surprised by the results of >="A". Post back with more info
    if you need another criterion.

    In article <[email protected]>,
    "Jan Buckley" <[email protected]> wrote:

    > I am trying to use a MID function with an IF statement and keep getting an
    > error prompt. I can enter the MID function with no problem: MID(D2,4,1) IF
    > the 4th digit of the info in cell D2 is an A or greater, then I want to see
    > D2 in my cell, otherwise I don't want anything. Help!


  3. #3
    Bob Phillips
    Guest

    Re: Nested IF and MID functions

    =IF(MID(D2,4,1)>="A",D2,"")

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Jan Buckley" <[email protected]> wrote in message
    news:[email protected]...
    > I am trying to use a MID function with an IF statement and keep getting an
    > error prompt. I can enter the MID function with no problem: MID(D2,4,1) IF
    > the 4th digit of the info in cell D2 is an A or greater, then I want to

    see
    > D2 in my cell, otherwise I don't want anything. Help!




  4. #4
    JE McGimpsey
    Guest

    Re: Nested IF and MID functions

    ONe way:

    =IF(MID(D2,4,1)>="A",D2,"")

    You may be surprised by the results of >="A". Post back with more info
    if you need another criterion.

    In article <[email protected]>,
    "Jan Buckley" <[email protected]> wrote:

    > I am trying to use a MID function with an IF statement and keep getting an
    > error prompt. I can enter the MID function with no problem: MID(D2,4,1) IF
    > the 4th digit of the info in cell D2 is an A or greater, then I want to see
    > D2 in my cell, otherwise I don't want anything. Help!


  5. #5
    Jan Buckley
    Guest

    Nested IF and MID functions

    I am trying to use a MID function with an IF statement and keep getting an
    error prompt. I can enter the MID function with no problem: MID(D2,4,1) IF
    the 4th digit of the info in cell D2 is an A or greater, then I want to see
    D2 in my cell, otherwise I don't want anything. Help!

  6. #6
    Bob Phillips
    Guest

    Re: Nested IF and MID functions

    =IF(MID(D2,4,1)>="A",D2,"")

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Jan Buckley" <[email protected]> wrote in message
    news:[email protected]...
    > I am trying to use a MID function with an IF statement and keep getting an
    > error prompt. I can enter the MID function with no problem: MID(D2,4,1) IF
    > the 4th digit of the info in cell D2 is an A or greater, then I want to

    see
    > D2 in my cell, otherwise I don't want anything. Help!




  7. #7
    JE McGimpsey
    Guest

    Re: Nested IF and MID functions

    ONe way:

    =IF(MID(D2,4,1)>="A",D2,"")

    You may be surprised by the results of >="A". Post back with more info
    if you need another criterion.

    In article <[email protected]>,
    "Jan Buckley" <[email protected]> wrote:

    > I am trying to use a MID function with an IF statement and keep getting an
    > error prompt. I can enter the MID function with no problem: MID(D2,4,1) IF
    > the 4th digit of the info in cell D2 is an A or greater, then I want to see
    > D2 in my cell, otherwise I don't want anything. Help!


+ 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