Help needed with formula

zphanes17

New Member
Joined
Feb 11, 2018
Messages
2
First off I am new as of today to this board. Thank you in advance for your help. I know a little about excel but when it come to completing advanced formulas I need help.

I am creating a set of three sheets for my company to help track our rental equipment and costs yearly. I currently have the sheets made up and I am trying to figure out how to finish the cost tracking potion. I have a column that has our tracking code for each style of equipment and would like for the sheet to total all costs associated with that code into another common column for all costs with that code.

Sheet2: Closed rentals
https://drive.google.com/open?id=1IEybV0Dne3kDUN1jZdly2gzCBtWcRVP0
This is my current set up.

From there I would like to have those costs transfer to another sheet to simplify the cost breakdown. If there are steps that can be removed I am open to any help. If I don't need to have the costs total on sheet2 I would prefer not to have them there. I am only looking for total costs on sheet3. I have renamed my sheets but to simplify I have labeled them 1,2, and 3.

Sheet3 Costs:
https://drive.google.com/open?id=1QRG0CcI8FCEVc0Kdtg1FddkjRDV9m-4K
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Hi,

If I'm understanding correctly...
Assuming the "Cost" is in your Sheet 2 Column K, this will give you the Total Cost in Sheet 3 Column C using your SCEI ID as criteria:


Book1
C
20
Sheet3
Cell Formulas
RangeFormula
C2=SUMIF(Sheet2!B2:B100,B2,Sheet2!K2:K100)


Adjust formula cell range to include all your data, (i.e. B2:B100, K2:K100 to B2:B1000, K2:K1000, etc.)
 
Last edited:
Upvote 0
Hi,

That's what the formula does.
Although I did forget to add the absolute reference, and you need to copy the formula down Column C in Sheet 3.

Here, absolute references added:


Book1
C
20
Sheet3
Cell Formulas
RangeFormula
C2=SUMIF(Sheet2!$B2:$B1000,B2,Sheet2!$K2:$K1000)
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

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