Help with a formula please

garethdraper

New Member
Joined
Nov 22, 2016
Messages
5
Hi Everybody, I hope someone can help me please?

I want to create a formula that will calculate the over/underspend on an invoice amount relevant to the PO amount, so say if Column A was £100 for the PO amount and Column B was £50 for the actual invoice amount how would I represent the £50 underspend on this in Column C? Also I need to incorporate overspend as well in the formula so it will show if Column B has spent more than Column A - is that possible?

Many thanks

Gareth
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
PO Amount Actual spend £ difference % difference
100 70 30.00 30.0%
350 400 (50.00) (14.3%)

Formula in cell C2 = A2-B2
Formula in cell D2 = C2/A2
Formatting in column C is "#,##0.00_);[Red](#,##0.00)" without the ""
Formatting in column D is "0.0%;[Red](0.0%)" also without the ""
 
Upvote 0
PO Amount Actual spend £ difference % difference
100 70 30.00 30.0%
350 400 (50.00) (14.3%)

Formula in cell C2 = A2-B2
Formula in cell D2 = C2/A2
Formatting in column C is "#,##0.00_);[Red](#,##0.00)" without the ""
Formatting in column D is "0.0%;[Red](0.0%)" also without the ""

Hi Titan, thanks for this but what I want are just the amounts that they are over or under not the % (ie: +50 or -50 if the invoice amount is over or under the PO amount) - does that make sense, if so how do I do it please?

Many thanks
 
Upvote 0

Forum statistics

Threads
1,214,861
Messages
6,121,969
Members
449,059
Latest member
oculus

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