Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
microsoft.public.excel.misc
Conversations
About
info
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
divide and round up
6,266 views
Skip to first unread message
Pammy
unread,
Sep 21, 2009, 1:40:02 PM
9/21/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have a formula: c5/4
I want a formula to divide: c5/4 then round up to a whole number. example:
if the answer is 17.3 I want the answer to be 18.
Jim Thomlinson
unread,
Sep 21, 2009, 1:44:02 PM
9/21/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
=roundup(c5/4, 0)
--
HTH...
Jim Thomlinson
Eduardo
unread,
Sep 21, 2009, 2:01:03 PM
9/21/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
=roundup(c5/4,0)
hgreen...@gmail.com
unread,
Jan 5, 2017, 1:12:33 PM
1/5/17
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
What if I want to divide cell D5 by cell B4 and then roundup?
colglbo
unread,
Jan 5, 2017, 2:54:04 PM
1/5/17
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
=INT(C5/4)+1
colglbo
unread,
Jan 5, 2017, 2:57:45 PM
1/5/17
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On Thu, 05 Jan 2017 14:54:02 -0500, colglbo <
bcol...@gmail.com
>
wrote:
Didn't read question correctly
=INT(D5/B4)+1
hgreen...@gmail.com
unread,
Jan 5, 2017, 3:30:41 PM
1/5/17
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On Monday, September 21, 2009 at 12:40:02 PM UTC-5, Pammy wrote:
Very cool thanks! I also got it to work with =ROUNDUP(D5/B4,0) :)
zvkmpw
unread,
Jan 9, 2017, 2:51:43 PM
1/9/17
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
The ROUNDUP() approach is better. For example, if D5 and B4 happen contain the same number, the desired result is probably 1, not 2.
dylano...@gmail.com
unread,
Feb 13, 2017, 5:53:05 AM
2/13/17
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
> =INT(D5/B4)+1
That wouldn't work if the result of the division is a whole number it would round up when it shouldn't
roundup is the one you'd want to use
Matt Lehodey
unread,
Apr 24, 2023, 6:00:03 AM
4/24/23
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Do you know how I would make the answer show as a %?
Vijay Anand. G
unread,
Jun 22, 2023, 2:28:06 AM
6/22/23
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
i need a formula: 9.77/2 = 4.885, but i need for 4.88
0 new messages