Hello everyone!
So I was working on a formula for a project budget in excel, and I can't get it to work. Here's where I need help!
I have a two Budget Summary (spreadsheet1=Year 1 and spreadsheet2 = year 2) each sheet has different Categories (columns) Salaries A1, Travel A2, and Equipment A3. So a ChangeLog spreadsheet was created to manage the reallocation from differnt categories. The changelog then has two columns showing the from and to where to amount is being allocated.
For example: In the changelong sheet, i would enter year 1, $500 from Salaries to Travel, then the forumla i want should pickup the current budget in the spreadsheet year 1, deduct from Salaries $500, give me the new amount, and also add the $500 to the current budget in Travel.
Can anyone help? My current formula is as follows but it changes the amounts in all spreadsheet.
=IF(INDEX('Change Log'!B:B,MATCH(TRUE,'Change Log'!B:B=1,0)),D12-(SUMIFS('Change Log'!F:F,'Change Log'!D:D,'Financial Summary Report 1 '!A12))+SUMIFS('Change Log'!F:F,'Change Log'!E:E,'Financial Summary Report 1 '!A12),D12)
So I was working on a formula for a project budget in excel, and I can't get it to work. Here's where I need help!
I have a two Budget Summary (spreadsheet1=Year 1 and spreadsheet2 = year 2) each sheet has different Categories (columns) Salaries A1, Travel A2, and Equipment A3. So a ChangeLog spreadsheet was created to manage the reallocation from differnt categories. The changelog then has two columns showing the from and to where to amount is being allocated.
For example: In the changelong sheet, i would enter year 1, $500 from Salaries to Travel, then the forumla i want should pickup the current budget in the spreadsheet year 1, deduct from Salaries $500, give me the new amount, and also add the $500 to the current budget in Travel.
Can anyone help? My current formula is as follows but it changes the amounts in all spreadsheet.
=IF(INDEX('Change Log'!B:B,MATCH(TRUE,'Change Log'!B:B=1,0)),D12-(SUMIFS('Change Log'!F:F,'Change Log'!D:D,'Financial Summary Report 1 '!A12))+SUMIFS('Change Log'!F:F,'Change Log'!E:E,'Financial Summary Report 1 '!A12),D12)