View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
PH@tic[_2_] PH@tic[_2_] is offline
external usenet poster
 
Posts: 9
Default Calculate accumulative total, based on conditions of two diffe

Not completely. My total cost and allocation are in separate rows. Can you
provide more insight?

"Luke M" wrote:

Take a look at the SUMIF function in the XL help file.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"PH@tic" wrote:

I need to modify a sort of time sheet. Currently, the sum of two columns
produces a quantity of time, i.e. 1 hour. I am needing to add another column
with a drop down box that will identify how that quantity of time is to be
allocated to a certain department. Then, in another cell, I need to have the
various hours for each department accumulate as data is entered throughout
the month, with a sum for all departments that will reconcile with the total
on the invoice that we will receive at the end of the month. Keep in mind
that each row in the spreadsheet might have a different selection made in the
drop down box.

How can I create a formula in one cell that will accumulate the hours for
each department?