Beginner needs help with formula, please!

Malysa

New Member
Joined
Sep 12, 2014
Messages
1
:) I'm creating a new spreadsheet for my boss and have very little excel experience. What I need to do is take a sum and have it divided by 2. One some gets added to one store's amount and the other gets added to another stores amount. The problem is when I divide an odd amount by 2, it doesn't divide correctly. I tried the ROUNDUP AND ROUNDDOWN formula and that doesn't seem to work. Is there another formula I could use??

Any help would be appreciated
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
What result would you expect, if the SUM was say, 75



Excel 2010
ABC
1Function
275ROUND38
375ROUNDUP38
475ROUNDDOWN37
575CEILING37.5
675FLOOR37.5
Sheet1
Cell Formulas
RangeFormula
C2=ROUND(A2/2,0)
C3=ROUNDUP(A3/2,0)
C4=ROUNDDOWN(A4/2,0)
C5=CEILING(A5/2,0.5)
C6=FLOOR(A6/2,0.5)
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,746
Members
449,050
Latest member
excelknuckles

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