Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default each cell have same number of charaters

I need to ensure each cell has 8 characters throughout a column .
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default each cell have same number of charaters

If we already have data in column A, then in B1 enter:
=IF(LEN(A1)=8,"","bad length")

and copy down. This will reveal bad items

If data is being entered into column A, then just use Data Validation:

Data... Validation... Custom Formula =len(A1)=8
--
Gary''s Student - gsnu201002


"htown" wrote:

I need to ensure each cell has 8 characters throughout a column .

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,522
Default each cell have same number of charaters


You are very UN clear about your need so I'll guess it's numbers and you
want to custom format
00000000
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"htown" wrote in message
...
I need to ensure each cell has 8 characters throughout a column .


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
Remove slash charaters from a date field GaryO Excel Discussion (Misc queries) 4 April 3rd 23 04:39 PM
Click = Random Charaters Into A Cell Chris Excel Worksheet Functions 1 June 5th 08 12:10 PM
How do I remove non-numerical charaters from a string? Steve Excel Worksheet Functions 3 May 23rd 08 04:30 PM
Counting Charaters Coccoleggs Excel Worksheet Functions 8 September 21st 07 05:06 PM
Random cell/number and dont repeat selected cell/number Hector PR Excel Discussion (Misc queries) 0 October 16th 06 05:02 PM


All times are GMT +1. The time now is 07:25 AM.

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

About Us

"It's about Microsoft Excel"