Delivery Dockets & Invoices for Budgets

Angus95

New Member
Joined
Jun 19, 2019
Messages
11
Hi all,

Bear with me for the incoming long post. I need to explain what I’m looking for.
I work in the financial side of construction. So I work with a lot of budgets and products. Delivery Dockets and Invoices etc. I have a spread sheet that works amazingly for certain products/deliveries. This is more for dockets that have one item on it.
I currently use the bellow two formulas mainly to allow me to achieve my goals. I take the docket and record it so it can go against my budget and shows % used/remaining etc of the budget.
=SUMIFS($I$8:$I$1996,'Sheet 1'!$D$8:$D$1996, Sheet 2!$E$12,'Sheet 1'!$E$8:$E$1996,Sheet 2!$F$13,'Sheet 1'!$F$8:$F$1996, Sheet 2!F17)

  • This formula I use to detect 3 variables. If the three variables match the certain part of the budget it will take the value against these 3 variables and then deduct it from the budget etc.
=D10*IF(A10=$L$7,$M$7,IF(A10=L$6,M$6,IF(A10=$L$8,$M$8,IF(A10=$L$9,$M$9,IF(A10=$L$10,$M$10,IF(A10=$L$11,$M$11,IF(A10=$L$5,M$5,IF(A10=#REF!,#REF!))))))))

  • This formula then picks from a range of values against the product to determine how much the quantity needs to be multiplied by to show how much has been spent.
This all works well in the current set up as previously mentioned, there is only one item per docket and this matches against one part of the budget.
Example (concrete):
BuildingGround FloorWalls50 cubes
BuildingGround FloorColumns10 cubes
BuildingGround FloorSlab100 cubes

<tbody>
</tbody>

My SUMIFS formula will find the Building -> Ground Floor -> Walls combination through the entire table and put the total number of cubes against the budget.
I now need an idea either through macros or more advanced formulas.
The dockets I have now, have a range of multiple products on it. These products have a range of prices. The main issue I am trying to solve is how to ensure I can have the one docket and that the product goes against the correct part of the budget.

Open to any and every suggestion.

Cheers.
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.

Forum statistics

Threads
1,213,560
Messages
6,114,309
Members
448,564
Latest member
ED38

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top