![]() |
Calendar, if paid on date, not count prior
I'm trying to track time spent on a monthly calendar in excel. I need to
create function to total the hours each week and then those are totaled by month. If the hours are paid on wednesday, is there a way to not calculate the hours for monday and tuesday? This is probably more work to setup than will save me time, but now that the question is in my head I need to know if it's possible. |
Calendar, if paid on date, not count prior
Its possible. Without knowing exactly how your formulas are setup, my help is
limited, but I would suggest looking at the WEEKDAY function for a way to determine if a date is Monday or Tuesday. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Jake F" wrote: I'm trying to track time spent on a monthly calendar in excel. I need to create function to total the hours each week and then those are totaled by month. If the hours are paid on wednesday, is there a way to not calculate the hours for monday and tuesday? This is probably more work to setup than will save me time, but now that the question is in my head I need to know if it's possible. |
Calendar, if paid on date, not count prior
Hi Jake
Presumably those hours are going to have to be counted as part of the next pay period.. I think the easiest way would be to enter into 2 cells the earliest date you want to pay and latest date you want to pay. Then =SUMPRODUCT((Dates=Earliest)*(Dates<=Latest)*Hour s) will give the answer. Substitute the cell ranges for Dates and Hours and the cells where you have entered Earliest and Latest. -- Regards Roger Govier "Jake F" wrote in message ... I'm trying to track time spent on a monthly calendar in excel. I need to create function to total the hours each week and then those are totaled by month. If the hours are paid on wednesday, is there a way to not calculate the hours for monday and tuesday? This is probably more work to setup than will save me time, but now that the question is in my head I need to know if it's possible. |
All times are GMT +1. The time now is 07:04 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com