Calc, Beginner, Personal use, wants to Round minute column:
I need to round cells entered in minutes:
to nearest quarter hour.
I am searching all my resources try to solve this
Title Edited. A descriptive title for posts helps others who are searching for solutions and increases the chances of a reply (Hagar, Moderator).
[Solved] How to Round minute column
-
DOUGHBOYONE
- Posts: 7
- Joined: Mon May 23, 2011 8:45 pm
[Solved] How to Round minute column
Last edited by DOUGHBOYONE on Mon May 30, 2011 10:41 pm, edited 2 times in total.
OpenOffice 3.1 on Windows XP
Re: Calc, Beginner, Personal use, wants to Round minute colu
=MROUND(A1;1/96)
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
-
DOUGHBOYONE
- Posts: 7
- Joined: Mon May 23, 2011 8:45 pm
Re: How to Round minute column
"=MROUND(A3/60;0.25)" this formula seems to work converting minutes to hours to the nearest quarter hour, where A1= any number of minutes
i tried "=MROUND(A1;1/96), but i kept getting the exact number that was in A1
i tried "=MROUND(A1;1/96), but i kept getting the exact number that was in A1
OpenOffice 3.1 on Windows XP
-
Richarda44
- Posts: 351
- Joined: Sat May 24, 2008 6:59 pm
Re: [Solved] How to Round minute column
The reason you got the same number is that A1 did not contain a special "time" number. You did say originally it was a "minute" collumn, not an ordinary number collumn
OOo 4.1.1. bld 9593 on MS Windows 10 64 SP1 Chillblast fusion i5 and Acer Aspire E1-572 Laptop
There's got to be a better way
And for all accountants - The change is coming
There's got to be a better way
And for all accountants - The change is coming
-
DOUGHBOYONE
- Posts: 7
- Joined: Mon May 23, 2011 8:45 pm
Re: [Solved] How to Round minute column
ic, tks, yes when i add up my wait time it is just regular number, ex: 113 then i must convert to the number hours to nearest quarter hour, ex: 2.0 hours * houtly rate
OpenOffice 3.1 on Windows XP