TIMESHEET LOOKUP

G

Guest

I have a timesheet that I've been working on. Here's my problem. I use this
code to look up the amount of time recorded for each job worked on a
particular day.
=IF(ISNA(VLOOKUP(Year!$O2,$A$5:$M$11,13,FALSE)),,(VLOOKUP(Year!O2,$A$5:$M$11,13,FALSE)))
Year!O contains a list of jobs for each week. This works great however
sometimes an employee will work on the same job at different times of the
day. This code only returns the first time found. I need it to add all the
hours for the same job worked ($A$5:$M$11,13).
Is there an adjustment I can make to accomplish this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top