ceiling/floor worksheet function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi folks -
I currently use an Excel worksheet function that allows me to take a value,
write an IF statement against that value that outputs a new value using the
ceiling/floor MS Excel worksheet function. IF(CEILING(#val,500) - #val)>390,
FLOOR(#val,500), CEILING(#val,500)) Basically, if my #val = 1700, the
equation would result in a new value of 2000 using the above. The only
function in an Access query I see is ROUND or ROUNDTONEAREST - any help is
appreciated.
 
The nearest things in Access would be Partition, Switch, Choose, or a bunch
if nested IIf()s.

In a database, you place this kind of data in tables and look them up.
Tom Ellison has an explanation here:
Lookup in a range of values in a query
at:
http://allenbrowne.com/ser-58.html
 

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

excel functions in access queries 1
VAL Function Error 7
Floor and Ceiling functions 4
Ceiling and floor functions 2
Excel VBA on server 0
floor/ceiling alternative 1
Something like CEILING or FLOOR 3
CEILING 3

Back
Top