Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Detecting text and returning a value

I am struggling with getting a return value of 1 or 0, or true or false from
a cell that conatins text.

I have text in one cell, what i need is to look at that cell, detect either
text or nothing and return the value of true/false, or 0 or 1.

Can anyone help???

Regards
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Detecting text and returning a value

=LEN(T(A1))0
returns true if text
false if nothing

Regards,
Stefi


Confuddled User!!!!!!!!!!!!! ezt *rta:

I am struggling with getting a return value of 1 or 0, or true or false from
a cell that conatins text.

I have text in one cell, what i need is to look at that cell, detect either
text or nothing and return the value of true/false, or 0 or 1.

Can anyone help???

Regards

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Detecting text and returning a value

Many thanks Stefi, worked a treat

"Stefi" wrote:

=LEN(T(A1))0
returns true if text
false if nothing

Regards,
Stefi


Confuddled User!!!!!!!!!!!!! ezt *rta:

I am struggling with getting a return value of 1 or 0, or true or false from
a cell that conatins text.

I have text in one cell, what i need is to look at that cell, detect either
text or nothing and return the value of true/false, or 0 or 1.

Can anyone help???

Regards

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Detecting text and returning a value

You are welcome! Thanks for the feedback!
Stefi


Confuddled User!!!!!!!!!!!!! ezt *rta:

Many thanks Stefi, worked a treat

"Stefi" wrote:

=LEN(T(A1))0
returns true if text
false if nothing

Regards,
Stefi


Confuddled User!!!!!!!!!!!!! ezt *rta:

I am struggling with getting a return value of 1 or 0, or true or false from
a cell that conatins text.

I have text in one cell, what i need is to look at that cell, detect either
text or nothing and return the value of true/false, or 0 or 1.

Can anyone help???

Regards

  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 77
Default Detecting text and returning a value

Hi,

There are lots of ways to do this, here's one:

=IF(A1<"",TRUE,FALSE)

Where A1 is the cell that contains whatever (text in your case). I put this
formula in cell B1. You could also replace TRUE,FALSE with 0,1 or "There's
something","There's Nothing", etc...

hth

BigPig

"Confuddled User!!!!!!!!!!!!!" wrote:

I am struggling with getting a return value of 1 or 0, or true or false from
a cell that conatins text.

I have text in one cell, what i need is to look at that cell, detect either
text or nothing and return the value of true/false, or 0 or 1.

Can anyone help???

Regards

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Detecting text and returning a value

=--(ISTEXT(A1))
--
David Biddulph

"Confuddled User!!!!!!!!!!!!!"
wrote in message ...
I am struggling with getting a return value of 1 or 0, or true or false
from
a cell that conatins text.

I have text in one cell, what i need is to look at that cell, detect
either
text or nothing and return the value of true/false, or 0 or 1.

Can anyone help???

Regards



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Returning Text Simon y Glog Excel Discussion (Misc queries) 3 August 17th 07 10:30 AM
Finding text in a cell and returning a value based on that text [email protected] Excel Discussion (Misc queries) 5 January 10th 07 06:01 PM
returning specific text only Jane Excel Worksheet Functions 10 March 21st 06 08:44 PM
Detecting Case of Text in a Cell Colin Vicary Excel Discussion (Misc queries) 2 October 19th 05 04:30 PM
Detecting Blanks and Non Text Characters. Alec Kolundzic Excel Worksheet Functions 4 May 26th 05 04:28 PM


All times are GMT +1. The time now is 10:52 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright 2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"