View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Kevin B Kevin B is offline
external usenet poster
 
Posts: 1,316
Default I need to count my packages

Use the COUNTA function:

=COUNTA(A1:A25)

Modify the range A1:A25 to the range of cells containing the tracking number.
--
Kevin Backmann


"Steve" wrote:

Hello all,

I have to enter tracking numbers of our DHL packages into a excel
spreadsheet every day. And at tthe end of entering this data, I would like
to have excel give me a total count of packages entered.

Is this possibe? If so, how?

Thanks.