DanielSchwartzkopf
New Member
- Joined
- Apr 26, 2007
- Messages
- 16
AV-RequirementsOverhaul.xls | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
3 | Task | Manhours | Sun | Mon | Tue | Wed | ||
4 | Clean | 1 | X | X | X | |||
5 | Training | 2 | X | X | X | |||
6 | Lubricate | 0.5 | X | X | X | |||
7 | Repair | 0.75 | X | X | ||||
8 | Fabricate | 3 | X | X | X | |||
Sheet1 |
Greetings,
I have a scheduling tool I made to help my team of planners distribute work evenly over the course of a year. Right now the spreadsheet that I have developed is WAY too big (30mb). This is due mainly to the way that I am calculating daily manhour totals, which I'm sure is highly innefficient.
As a rough example, I made the table above. What I need to figure out is a dynamic way of summing manhours for any given day. Where an "X" is placed, the corresponding task in that row is scheduled for that day.
So Sunday = 2.5
Monday = 5.5
Tuesday = 7.25
Wednesday = 6
Is there a way to sum based on those criterias without writing a macro that I need to run every time data is changed? The user needs to be able to see changes on the fly. Right now all of my calculations occur without user intervention, but it takes about 5 seconds to recalculate my cumbersome, inneficient excel formulas! That adds up to a user headache sometimes! (Currently I have different sheets set up that indirectly link to the sheets with data and convert the "X"s to manhour totals)
So is there a way to do this in one cell for each column that I just can't figure out?
Thanks in advance for any help I recieve!