View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips[_4_] Bob Phillips[_4_] is offline
external usenet poster
 
Posts: 834
Default Format Text to number

Use COUNTA, that counts a on-empty cell.

--

HTH

Bob

"Bruce D." wrote in message
...
I am using excel 2007 and I am creating a macro that will count the number
of
account numbers in a column. The problem is that the account numbers are
stored as text not number. This prevents the count() function from
working.
Is there a way to get this accomplished.

Thanks!
--
Bruce