A Microsoft Office (Excel, Word) forum. OfficeFrustration

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. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to count number of characters in xl cell for publisher merge



 
 
Thread Tools Display Modes
  #11  
Old October 22nd, 2009, 12:36 AM posted to microsoft.public.excel.worksheet.functions
Visitor[_3_]
external usenet poster
 
Posts: 2
Default function - LEN

"Visitor" wrote:
"Pete_UK" wrote:
How did you know his name was Matt, David?


In Google Groups, click on Hide Options to see the From header record.


I meant More Options. It changes to Hide Options after you click on More
Options.

  #12  
Old October 22nd, 2009, 01:00 AM posted to microsoft.public.excel.worksheet.functions
Gord Dibben
external usenet poster
 
Posts: 20,252
Default function - LEN

Maybe from the post that matt hinkle authored?

matt hinkle wrote:
Hi Biff!
using the =len(a1) works fine unless the cell is empty/blank; it
returns count of 1 for blank cell--how do I account for these? I
assume it would be an if statement of some kind??



Gord

On Wed, 21 Oct 2009 15:56:17 -0700 (PDT), Pete_UK
wrote:

How did you know his name was Matt, David?

Pete

On Oct 21, 11:32*pm, "David Biddulph" groups [at] biddulph.org.uk
wrote:
Wrong, Matt! *LEN does not return 1 for an empty or blank cell.
For either a completely empty cell or a cell with the empty string ="", LEN
returns zero.
If you are seeing a LEN of 1, you do not have a blank or empty cell; *you
have a character in there.
You can see which character with =CODE(A1). *If it returns 32, you have a
space, if it returns 160, you have a non-breaking space.
--
David Biddulph



matt hinkle wrote:
Hi Biff!
using the =len(a1) works fine unless the cell is empty/blank; it
returns count of 1 for blank cell--how do I account for these? I
assume it would be an if statement of some kind??


T. Valko wrote:


How to count number of characters in xl cell for publisher merge
31-Aug-08


Use the LEN (Length) function:


=LEN(A1)


--
Biff
Microsoft Excel MVP


Previous Posts In This Thread:


On Sunday, August 31, 2008 4:19 PM
msloel wrote:


How to count number of characters in xl cell for publisher merge
I am doing a catalog merge in publisher. Data is in XL. Publisher has
255
character limit on merged info. How do I count the characters before I
execute the merge?


On Sunday, August 31, 2008 4:26 PM
T. Valko wrote:


How to count number of characters in xl cell for publisher merge
Use the LEN (Length) function:


=LEN(A1)- Hide quoted text -


- Show quoted text -


  #13  
Old October 22nd, 2009, 02:08 AM posted to microsoft.public.excel.worksheet.functions
Pete_UK
external usenet poster
 
Posts: 8,780
Default function - LEN

Of course !!

All I saw was "- Show quoted text -" after your post, and I didn't
think to expand it.

Thanks to all for setting me right sheepish grin

Pete

On Oct 22, 12:24*am, "David Biddulph" groups [at] biddulph.org.uk
wrote:
Well, Pete, I was working from the part that said: "matt hinkle wrote:"
--
David Biddulph



Pete_UK wrote:
How did you know his name was Matt, David?


Pete


On Oct 21, 11:32 pm, "David Biddulph" groups [at] biddulph.org.uk
wrote:
Wrong, Matt! LEN does not return 1 for an empty or blank cell.
For either a completely empty cell or a cell with the empty string
="", LEN returns zero.
If you are seeing a LEN of 1, you do not have a blank or empty cell;
you have a character in there.
You can see which character with =CODE(A1). If it returns 32, you
have a space, if it returns 160, you have a non-breaking space.
--
David Biddulph


matt hinkle wrote:
Hi Biff!
using the =len(a1) works fine unless the cell is empty/blank; it
returns count of 1 for blank cell--how do I account for these? I
assume it would be an if statement of some kind??


T. Valko wrote:


How to count number of characters in xl cell for publisher merge
31-Aug-08


Use the LEN (Length) function:


=LEN(A1)


--
Biff
Microsoft Excel MVP


Previous Posts In This Thread:


On Sunday, August 31, 2008 4:19 PM
msloel wrote:


How to count number of characters in xl cell for publisher merge
I am doing a catalog merge in publisher. Data is in XL. Publisher
has 255
character limit on merged info. How do I count the characters
before I execute the merge?


On Sunday, August 31, 2008 4:26 PM
T. Valko wrote:


How to count number of characters in xl cell for publisher merge
Use the LEN (Length) function:


=LEN(A1)- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -


  #14  
Old October 22nd, 2009, 06:42 PM posted to microsoft.public.excel.worksheet.functions
Prof_Hinkle[_2_]
external usenet poster
 
Posts: 2
Default function - LEN

On Oct 21, 7:00*pm, Gord Dibben gorddibbATshawDOTca wrote:
Maybe from the post that matt hinkle authored?

matt hinkle wrote:
Hi Biff!
using the =len(a1) works fine unless the cell is empty/blank; it
returns count of 1 for blank cell--how do I account for these? I
assume it would be an if statement of some kind??


Gord

On Wed, 21 Oct 2009 15:56:17 -0700 (PDT), Pete_UK
wrote:How did you know his name was Matt, David?

Pete


On Oct 21, 11:32*pm, "David Biddulph" groups [at] biddulph.org.uk
wrote:
Wrong, Matt! *LEN does not return 1 for an empty or blank cell.
For either a completely empty cell or a cell with the empty string ="", LEN
returns zero.
If you are seeing a LEN of 1, you do not have a blank or empty cell; *you
have a character in there.
You can see which character with =CODE(A1). *If it returns 32, you have a
space, if it returns 160, you have a non-breaking space.
--
David Biddulph


matt hinkle wrote:
Hi Biff!
using the =len(a1) works fine unless the cell is empty/blank; it
returns count of 1 for blank cell--how do I account for these? I
assume it would be an if statement of some kind??


T. Valko wrote:


How to count number of characters in xl cell for publisher merge
31-Aug-08


Use the LEN (Length) function:


=LEN(A1)


--
Biff
Microsoft Excel MVP


Previous Posts In This Thread:


On Sunday, August 31, 2008 4:19 PM
msloel wrote:


How to count number of characters in xl cell for publisher merge
I am doing a catalog merge in publisher. Data is in XL. Publisher has
255
character limit on merged info. How do I count the characters before I
execute the merge?


On Sunday, August 31, 2008 4:26 PM
T. Valko wrote:


How to count number of characters in xl cell for publisher merge
Use the LEN (Length) function:


=LEN(A1)- Hide quoted text -


- Show quoted text -


  #15  
Old October 22nd, 2009, 06:43 PM posted to microsoft.public.excel.worksheet.functions
Prof_Hinkle[_2_]
external usenet poster
 
Posts: 2
Default function - LEN

Thank you so much for clearing that up! There ARE spaces involved; I
didn't even think to check for that!
Thanks again for the expert help!


On Oct 21, 7:00*pm, Gord Dibben gorddibbATshawDOTca wrote:
Maybe from the post that matt hinkle authored?

matt hinkle wrote:
Hi Biff!
using the =len(a1) works fine unless the cell is empty/blank; it
returns count of 1 for blank cell--how do I account for these? I
assume it would be an if statement of some kind??


Gord

On Wed, 21 Oct 2009 15:56:17 -0700 (PDT), Pete_UK
wrote:How did you know his name was Matt, David?

Pete


On Oct 21, 11:32*pm, "David Biddulph" groups [at] biddulph.org.uk
wrote:
Wrong, Matt! *LEN does not return 1 for an empty or blank cell.
For either a completely empty cell or a cell with the empty string ="", LEN
returns zero.
If you are seeing a LEN of 1, you do not have a blank or empty cell; *you
have a character in there.
You can see which character with =CODE(A1). *If it returns 32, you have a
space, if it returns 160, you have a non-breaking space.
--
David Biddulph


matt hinkle wrote:
Hi Biff!
using the =len(a1) works fine unless the cell is empty/blank; it
returns count of 1 for blank cell--how do I account for these? I
assume it would be an if statement of some kind??


T. Valko wrote:


How to count number of characters in xl cell for publisher merge
31-Aug-08


Use the LEN (Length) function:


=LEN(A1)


--
Biff
Microsoft Excel MVP


Previous Posts In This Thread:


On Sunday, August 31, 2008 4:19 PM
msloel wrote:


How to count number of characters in xl cell for publisher merge
I am doing a catalog merge in publisher. Data is in XL. Publisher has
255
character limit on merged info. How do I count the characters before I
execute the merge?


On Sunday, August 31, 2008 4:26 PM
T. Valko wrote:


How to count number of characters in xl cell for publisher merge
Use the LEN (Length) function:


=LEN(A1)- Hide quoted text -


- Show quoted text -


 




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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:24 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.