Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
csa001
 
Posts: n/a
Default How can I determine the largest physical size cell in a column

Have a worksheet in which I need to know the largest size item in each
column, text coulmns only.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default How can I determine the largest physical size cell in a column

=MAX(LEN(A1:A1000))
Array formula, to be validated with Ctrl+Shift+Enter


HTH
--
AP

"csa001" a écrit dans le message de news:
...
Have a worksheet in which I need to know the largest size item in each
column, text coulmns only.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SteveG
 
Posts: n/a
Default How can I determine the largest physical size cell in a column


Do you mean the highest number of characters?

Try,

=MAX(LEN(A1:A100))

This is an array formula so commit with Ctrl-Shift-Enter not just
enter. It should look like this after commiting,

{=MAX(LEN(A1:A100))}


Does that help?

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=554539

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
find the largest value in column, put in a cell JcR Excel Discussion (Misc queries) 2 March 12th 06 10:56 PM
largest right and bottom cell used (size of spreadsheet) John Keith Excel Discussion (Misc queries) 4 January 9th 06 02:06 AM
up to 7 functions? ALex Excel Worksheet Functions 10 April 12th 05 06:42 PM
How do I reference every "n" cell in a column in Excel? Alma Excel Worksheet Functions 2 March 22nd 05 06:19 PM
Returning a Value to a Cell Based on a Range of Uncertain Size amc422 Excel Worksheet Functions 7 November 14th 04 03:03 PM


All times are GMT +1. The time now is 06:43 PM.

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"