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!
|