Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm not sure what you want. You're stating that Excel is rounding 1.25 down
to 1.2 rather than rounding up to 1.3. Yet your formula is rounding 1.25 down to 1.2. Excel would round 1.25 up to 1.3 with =ROUND(A1,1). Please explain what you really want. Tyro "the_superfly5" wrote in message ... We have a time sheet program and for what ever reason it rounds down at five rather than up, like most of us are taught growing up. For example, if we end up with a time in decimal format of 1.25 hours. it rounds this time back to 1.2. From 1.6 and above it rounds up. Now this being a time sheet the actual total time in decimal format will always be changing. I have the following equation setup right now and it works. =IF(A1=1.25, RoundDown(A1, 1), Round(A1, 1)). Of course right now this works only with 1.25. I need to wildcard the "1.2" and leave the 5 for recognition. Can anyone help?? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Autofilter Wildcards Not Working on Number Column | New Users to Excel | |||
Autofilter Wildcards Not Working on Number Column | Excel Worksheet Functions | |||
Text to Numbers NOT working | Excel Discussion (Misc queries) | |||
Quick q' about working with numbers | New Users to Excel | |||
Working with a large group of numbers | Excel Worksheet Functions |