S
Steven
this formula works :
=SUMIF(M!$C$13:$C$228,$D8,M!$O$13:$O$228)
i tried replacing with :
=SUMIF(m_cause_cells,$D8,m_total_time)
m_cause_cells =M!$C$13:$C$51,M!$C$72:$C$110,M!$C$131:$C$169,M!$C$190:$C$228
m_total_time =M!$O$13:$O$51,M!$O$72:$O$110,M!$O$131:$O$169,M!$O$190:$O$228
should i change the names to something like :
m_cause_cells =M!$C$13:$C$51+M!$C$72:$C$110+M!$C$131:$C$169+M!$C$190:$C$228
m_total_time =M!$O$13:$O$51+M!$O$72:$O$110+M!$O$131:$O$169+M!$O$190:$O$228
eek its 4am! thanks for you help,
Steve
=SUMIF(M!$C$13:$C$228,$D8,M!$O$13:$O$228)
i tried replacing with :
=SUMIF(m_cause_cells,$D8,m_total_time)
m_cause_cells =M!$C$13:$C$51,M!$C$72:$C$110,M!$C$131:$C$169,M!$C$190:$C$228
m_total_time =M!$O$13:$O$51,M!$O$72:$O$110,M!$O$131:$O$169,M!$O$190:$O$228
should i change the names to something like :
m_cause_cells =M!$C$13:$C$51+M!$C$72:$C$110+M!$C$131:$C$169+M!$C$190:$C$228
m_total_time =M!$O$13:$O$51+M!$O$72:$O$110+M!$O$131:$O$169+M!$O$190:$O$228
eek its 4am! thanks for you help,
Steve