Hi
I have 3 sheets and need to sum Sheet1 based on amount from Sheet2 and the sum Criteria on Sheet3
Sheet1 is what I'm trying to sum in "SumAmount"
Sheet1
Sheet2: (contains what needs to be summed)
Sheet 3 (contains the lookups)
Thanks in Advance!
I have 3 sheets and need to sum Sheet1 based on amount from Sheet2 and the sum Criteria on Sheet3
Sheet1 is what I'm trying to sum in "SumAmount"
Sheet1
EmployeeCategory | SumAmount |
Payroll | 3 |
Savings | 7 |
Contractors | 15 |
LedgerAccount | Amount |
600- Fulltime | 1 |
601 - PartTime | 2 |
603 - Staff Savings | 7 |
604 - Casual Staff | 4 |
605 - Contractors | 5 |
606 - Consultants | 6 |
Sheet 3 (contains the lookups)
EmployeeCategory | LedgerAccount |
Payroll | 600- Fulltime |
Payroll | 601 - PartTime |
Savings | 603 - Staff Savings |
Contractors | 604 - Casual Staff |
Contractors | 605 - Contractors |
Contractors | 606 - Consultants |
Thanks in Advance!