Rounding Data Question

  • Thread starter Thread starter sheabones
  • Start date Start date
S

sheabones

I have an excel sheet made for my employees. I want them to enter thei
hours in the cells that are unlocked and then have that number the
entered to be rounded to the nearest 0.5 hour. Many of them seem t
have trouble rounding, so it saves the hastle.

How do I create a function or use a function that allows them to ente
in a number, then rounds it automatically?

Thanks for the hel
 
I have an excel sheet made for my employees. I want them to enter their
hours in the cells that are unlocked and then have that number they
entered to be rounded to the nearest 0.5 hour. Many of them seem to
have trouble rounding, so it saves the hastle.

How do I create a function or use a function that allows them to enter
in a number, then rounds it automatically?

Thanks for the help

=ROUND(A1/TIME(0,30,0),0)*TIME(0,30,0)




--ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Round Function 5
Alternate Rounding Up & Down of .50 in a column 5
Daily Time Sheets with Rounding 1
Round it off 3
Round Question 3
rounding up to the nearest 1000 1
A rounding function 4
Excel Time Rounding in Excel 2

Back
Top