Hello,
I have an excel file that is used for our timesheet. We import that information into Access. My problem is that we have a formula to show how many hours worked to the nearest tenth on the timesheet itself before importing (Employees visually get to see). I then import and run a query to determine hours worked on the access side (we may adjust times so needs a formula and not just total hours worked). I need to determine hours worked in both Excel and Access and they need to match. I've got my head around bankers rounding and arithmetic rounding and why I'm not matching but I need to come up with a solution so they both come to the same conclusion.
I am willing to change Excel's or Access' formulas (or both) to get it to work. I would like to refrain from using VBA to run a query because I'm not yet familiar with that. Currently I am using "ROUND((TimeOut-TimeIn)*24,1))" as my formula in both Excel and Access. Any advice?