Thread: summing numbers
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Bateman David Bateman is offline
external usenet poster
 
Posts: 15
Default summing numbers

I have rows of data which start in column b with employee numbers, first and
last names, job title etc. Under each row in column C, I have dates of
attendance events and in column E I have a value for each attendance event.
Column B is blank in this list. First I would like to programmitally sort
the date and values ascending so that the latest event is at the bottom of
the list. Then I would like to sum these values in column m of the
information row. They text above and below the date and value columns are
the information rows I would like to do this each employee on the sheet.
Thank you in advance.

db