I have a database that stores employee hours by date and job number. Every employee that that works on a particular job for that date is entered into a single row. I am trying to find the best way to summarize each employee's hours but also keep the date and job number resolution. An employee name may be in any one of 9 different columns with the hours worked being the next column over. I currently summarize everything using multiple sumifs formulas but it takes a long time to calculate. Is there a better way to summarize?