View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Finding First Empty Cell in a Column

Try
=SUMPRODUCT(MATCH("",A1:A100&"",0))

If this post helps click Yes
---------------
Jacob Skaria


"TomHull" wrote:

Hi,

Is there a formula method to find the first empty cell in a column?

Thanks,

Tom