View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
the_superfly5 the_superfly5 is offline
external usenet poster
 
Posts: 1
Default Wildcards with numbers....* & ? not working

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