Billability Percentage

dcfrom79

New Member
Joined
Feb 8, 2012
Messages
2
Hi all,

New to the site, looks like a great resource. I need some help - it has been covered in a certain way in here, but I can't work out how to change the formula for it to give me the desired result.

My company works from a rate card and I am currently trying to work out if this rate card is correct or losing us money. So, I am looking at

Column A:
Billable/Rate Card Hours

and then

Column B:
Actual Hours Taken.

I want a third column which will calculate the percentage difference and tell me what percentage we are off in billed v's actual hours.

I'd be really grateful if anyone can help. Not only can I not do formulas, but I can't do maths either, so your advice would be gratefully accepted and very much needed! :)

Cheers

Dan
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
If Billed hours (let's say 50) are in A2, and Actual hours (let's say 60) are in B2, then this formula will show actual as a fraction of billed
=B2/A2
which in this case will be 1.2.
You could also choose to format this as a percentage, so it will appear as 120%.

You might only want to analyse the difference, in which case you could use
=(B2-A2)/A2
which will give you 0.2.
 
Upvote 0

Forum statistics

Threads
1,223,909
Messages
6,175,312
Members
452,634
Latest member
cpostell

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