Excel hourly including gratuity

LindseyW

New Member
Joined
Apr 16, 2018
Messages
1
Good Morning. I have been racking my brain trying to figure out why my Excel formula in NOT giving me the answer I'm looking for. My calculator is correct, but what is the formula.

If I worked 6.28 hours at 11.50 an hour, so =6.28*11.5*24, is going to show 74.37. Then I also made $127.12 in gratuity. What formula do I input into a different cell calculating my average hourly income for THAT DAY? In my calculator I enter this formula and it gives me the correct answer. 74.37+127.12=201.49/6.28=32.0843949, showing I made an average of $32.08 an hour.

What does the Excel formula look like for this.


Thank you in advance,
Lindsey
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Please clarify your data.
How much time was worked? Is your number 6.28 hours or 6 hours and 28 minutes (6.47)?

Excel 2010
BCDEF
16.2811.572.22127.1231.74
26:2811.574.37127.1231.16
3
1e
Cell Formulas
RangeFormula
D1=B1*C1
D2=ROUND(B2*24*C2,2)
F1=(D1+E1)/B1
F2=(D2+E2)/(B2*24)
 
Upvote 0

Forum statistics

Threads
1,214,965
Messages
6,122,500
Members
449,090
Latest member
RandomExceller01

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