C
Cy
Ok, I'm sure this is pretty easy, but I just can't seem to figure it
out.
I have a table, that has a price for a service. I then take a
standard rate that we are trying to make per our and divide that into
the price to get estimated hours. Easy enough to do in a query. The
hard part, is that I'd like to convert that into the nearest quarter
hour. Example, if the price is $42 and we are trying to produce at
$35, the result would come out to 1.2. However, I would like that to
convert to the nearest quarter or 1.25. Another example, $505 / $35
comes to 14.428... I would like it to be 14.5.
Any thoughts or suggestions is helpful here.
Thanks.
out.
I have a table, that has a price for a service. I then take a
standard rate that we are trying to make per our and divide that into
the price to get estimated hours. Easy enough to do in a query. The
hard part, is that I'd like to convert that into the nearest quarter
hour. Example, if the price is $42 and we are trying to produce at
$35, the result would come out to 1.2. However, I would like that to
convert to the nearest quarter or 1.25. Another example, $505 / $35
comes to 14.428... I would like it to be 14.5.
Any thoughts or suggestions is helpful here.
Thanks.