Thread: Counting
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Counting


=SUMPRODUCT(L2:L186,q2:q186)
--
Don Guillett
SalesAid Software

"Mel" wrote in message
...
I need to multiply the total number of items in my column Q (e.g. POD's
delivered) by the different tonnages in column L to get a total tonnage
result? There are 186 rows. Any ideas please?