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