Rounding multiple cells

Richard_McConnell

New Member
Joined
Apr 8, 2015
Messages
5
I am tracking travel expenses for employees. They receive an allowance each time they visit a given site but may not stay the whole day. Their site attendance record may show that they spent, say, 2.5 days on that site during a particular week but this equates to 3 travel allowances. The round function would apply perfectly here. However, I am looking to show a cost for all staff on that site during any given week. I would therefore like to round each staff's site attendance in a single abbreviated formula if possible. I have tried using =ROUND(D18:D35,0) for example, in the hope that it would round each figure separately before giving a total but this just returns a #VALUE!

Any ideas would be most welcome. Thank you.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
suspect you would need to round each individual entry, not the sum of entries to get the answer you require
 
Upvote 0
Thanks. I was hoping to avoid that if possible. I realise that a straightforward sum of the values and then rounding would return a inaccurate figure but I hope there might be a single formula to first round up the entries and then provide a total. Too ambitious perhaps!
 
Upvote 0
you could do that with code, but would not give you the audit trail of how the value was calculated, so would need to go back to rounding the individual entries to check, bit self defeating
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,248
Members
452,623
Latest member
cliftonhandyman

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