Welcome to the Excel Forum

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Seo Services company Manchester

Please Register to Remove these Ads

Please Register to Remove these Ads



Reply
  #1  
Old 07-29-2005, 03:31 PM
nowfal nowfal is offline
Forum Contributor
 
Join Date: 27 May 2004
Posts: 119
nowfal is becoming part of the community
very simple logical

Please Register to Remove these Ads

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
Reply With Quote
  #2  
Old 07-29-2005, 03:39 PM
swatsp0p's Avatar
swatsp0p swatsp0p is offline
Forum Guru
 
Join Date: 07 Oct 2004
Location: Minnesota, USA
MS Office Version:Excel 2003
Posts: 1,544
swatsp0p is becoming part of the community
Send a message via MSN to swatsp0p
enter this in M6:

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


Good Luck

Bruce
__________________
Bruce
The older I get, the better I used to be.
Minneapolis, MN USA
Reply With Quote
  #3  
Old 07-29-2005, 04:04 PM
nowfal nowfal is offline
Forum Contributor
 
Join Date: 27 May 2004
Posts: 119
nowfal is becoming part of the community
Hi Bruce,
That is not correct. thanks for quick response.
by
selma
Reply With Quote
  #4  
Old 07-29-2005, 04:06 PM
nowfal nowfal is offline
Forum Contributor
 
Join Date: 27 May 2004
Posts: 119
nowfal is becoming part of the community
Sorry Bruce
My mistake, its working . thanks
regards
Reply With Quote
  #5  
Old 07-29-2005, 05:05 PM
JE McGimpsey
Guest
 
Posts: n/a
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.

Reply With Quote
  #6  
Old 07-29-2005, 05:05 PM
JE McGimpsey
Guest
 
Posts: n/a
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.

Reply With Quote
  #7  
Old 07-29-2005, 05:05 PM
arthursdomain@gmail.com
Guest
 
Posts: n/a
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?

Reply With Quote
  #8  
Old 07-29-2005, 05:05 PM
Alan Beban
Guest
 
Posts: n/a
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
Reply With Quote


Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump