View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jon1234 Jon1234 is offline
external usenet poster
 
Posts: 2
Default Summing data in one column based on date in another column

Hi

I need something that would sum up column B only when it shared a column A
name...

e.g.

A3= Tom B3= $10
A4= Jim B4 = $5
A5= Tom B5 = $5
A6= Jim B6= $12
If possible the macro could generate a pdf that would display

Tom = $15
Jim = $17

This would be needed for multiple names (over 20), and varying currency.

Thank you for your time