Thread: count max
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Little pete Little pete is offline
external usenet poster
 
Posts: 26
Default count max

Hi,

I am wanting to count the max length of data (text and numeric) in a huge
data set. I need to know this information by column so thinking along the
lines of
=LEN(C182:C189) which of course does not work.

Can anyone suggest something?