View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] cjwenngatz@gmail.com is offline
external usenet poster
 
Posts: 9
Default If Then Loop....

So I'm new to VBA, and am working on my first loop. I have names in
column A, Dates in Column B, and Quantity in Column C. I need to create
a loop that provides me with the sum of the quantities for each name,
between certain dates.

ie: If name = Steve, then sum, if not, offset to next cell down. Then
put the total of all the quantities for Steve in cell A1.

Thanks for the help!