jojoluv377
New Member
- Joined
- Sep 4, 2009
- Messages
- 10
What I am trying to do is keep track of billed and unbilled revenue from month to month by employee & contract. I have created a workbook with 12 worksheets (Jan-2013 through Dec-2013).
In the January workbook, I am hard coding the December 2012 ending balances, but I can't figure out what formula to use to make sure the correct contract and employee are updated when new the next month is updated.
For example I need a formula that performs this evaluation:
Sum Jan-2013!AF1{unbilled balance Jan 2013}+(Feb-2013!Z1*AA1)-AC1{(Hrs Wrkd*rate)-Feb-2013 billed} if B2 (the contract #) and M1 (the employee's name)
This is the formula I currently have {=('FEB-2013'!Z1*'FEB-2013'!AA1+'FEB-2013'!AB1)-('FEB-2013'!AC1)+('JAN-2013'!AE1)}, but this would not match the the employee & contract number. Moreover, as contracts become inactive and new contracts are added it would become a very manual process to update the formulas.
Can someone help me refine this formula?
In the January workbook, I am hard coding the December 2012 ending balances, but I can't figure out what formula to use to make sure the correct contract and employee are updated when new the next month is updated.
For example I need a formula that performs this evaluation:
Sum Jan-2013!AF1{unbilled balance Jan 2013}+(Feb-2013!Z1*AA1)-AC1{(Hrs Wrkd*rate)-Feb-2013 billed} if B2 (the contract #) and M1 (the employee's name)
This is the formula I currently have {=('FEB-2013'!Z1*'FEB-2013'!AA1+'FEB-2013'!AB1)-('FEB-2013'!AC1)+('JAN-2013'!AE1)}, but this would not match the the employee & contract number. Moreover, as contracts become inactive and new contracts are added it would become a very manual process to update the formulas.
Can someone help me refine this formula?