2010 subtract

beng986

Board Regular
Joined
Jan 10, 2012
Messages
88
hey,

i am realtivly new to powerpoints are strugling a little. i am using the 2010 version.

i have extracted the table and now looking to add the forumlas in.

two questions, as its a simple formula F3-F4, should i just use a standard =f3-f4, or is there a way of doing this in powerpivot.

thanks.
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Looks like you are trying to use A1 style referencing, which doesn't exist in Power Pivot... which, btw, is a great thing.

Depending on what you got going on, it probably something like...

Total Revenue := SUM(MyTable[Sales])
Total Cost := SUM(MyTable[Cost])
Total Profit := [Total Revenue] - [Total Cost]
 
Upvote 0

Forum statistics

Threads
1,224,113
Messages
6,176,448
Members
452,728
Latest member
mihael546

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