+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    Forum Contributor
    Join Date
    05-27-2004
    Posts
    119

    very simple logical

    Hi,
    very simple question if the cell N6 having telephone number then M6 to show "TEL", and if N6 is blank then M6 also to be blank.
    regards
    selma d/o. nowfal

  2. #2
    Forum Guru swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Minnesota, USA
    MS-Off Ver
    Excel 2003
    Posts
    1,545
    enter this in M6:

    =IF(N6<>"","TEL","")


    Good Luck

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

  3. #3
    Forum Contributor
    Join Date
    05-27-2004
    Posts
    119
    Hi Bruce,
    That is not correct. thanks for quick response.
    by
    selma

  4. #4
    Forum Contributor
    Join Date
    05-27-2004
    Posts
    119
    Sorry Bruce
    My mistake, its working . thanks
    regards

  5. #5
    JE McGimpsey
    Guest

    Re: very simple logical

    You can't have a formula in a cell and have it be blank. You can have
    the formula return a null string ("") to appear blank.

    If any entry in N6 is a telephone number, then

    M6: =IF(ISBLANK(N6),"","TEL")

    Otherwise, you need to specify how XL should determine if the entry is a
    telephone number


    In article <nowfal.1sy66q_1122667519.7803@excelforum-nospam.com>,
    nowfal <nowfal.1sy66q_1122667519.7803@excelforum-nospam.com> wrote:

    > very simple question if the cell N6 having telephone number then M6
    > to show "TEL", and if N6 is blank then M6 also to be blank.


  6. #6
    JE McGimpsey
    Guest

    Re: very simple logical

    That is a tremendously unhelpful reply.

    If you want continued help, you would do well to explain *why* the
    solution was incorrect.

    In article <nowfal.1sy66s_1122667520.7205@excelforum-nospam.com>,
    nowfal <nowfal.1sy66s_1122667520.7205@excelforum-nospam.com> wrote:

    > That is not correct. thanks for quick response.


  7. #7
    arthursdomain@gmail.com
    Guest

    Re: very simple logical

    you want the word "TEL" in cell M6 if there is a 'telephone number ie.
    555-790-3903' in cell N6?


  8. #8
    Alan Beban
    Guest

    Re: very simple logical

    nowfal wrote:
    > Hi,
    > very simple question if the cell N6 having telephone number then M6
    > to show "TEL", and if N6 is blank then M6 also to be blank.
    > regards
    > selma d/o. nowfal
    >
    >

    And what if N6 is not blank but does not have a telephone number?

    Alan Beban

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.2.0