Rounding up my total price

FindNymeria

New Member
Joined
Sep 26, 2017
Messages
2
Hey there,

I am completely new to excel and need to be walked through instructions thoroughly

my current objective is to round up my total price (the entire column) to the nearest $.05

I've gone into the math & trig tab and attempted to set the "function arguments"

though everything I try to type in is only effecting the top cell in the column (yes the entire column is selected)

I've also tired formatting the cells, but am clearly missing something

PLZ halp!

-Kate
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Would this be what you are looking for...? ( Rounding up Total price only )

Lets say that your info is in cells C4:C7, and your "SUM Total" cell is in C8
Then put this in C8:

=CEILING.MATH(SUM(C4:C7),0.05)

Now adjust the ranges as needed...
 
Upvote 0
Would this be what you are looking for...? ( Rounding up Total price only )

Lets say that your info is in cells C4:C7, and your "SUM Total" cell is in C8
Then put this in C8:

=CEILING.MATH(SUM(C4:C7),0.05)

Now adjust the ranges as needed...




Thank you!
 
Upvote 0

Forum statistics

Threads
1,215,043
Messages
6,122,812
Members
449,095
Latest member
m_smith_solihull

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