if command

  • Thread starter Thread starter Srinivas
  • Start date Start date
S

Srinivas

How to use the same comand in access

=IF(CEILING(B224/1000,5)<25,25,IF(CEILING(B224/1000,5)<50,50,CEILING(B224/1000,5)))

Thanks
 
The equivalent of Excel's If statement is the IIf statement. However,
there's no Ceiling function in Access.
 
The equivalent of Excel's If statement is the IIf statement. However,
there's no Ceiling function in Access.

--
Doug Steele, Microsoft Access MVPhttp://I.Am/DougSteele
(no e-mails, please!)






- Show quoted text -

For a ceiling function i usually do

fix(value+0.99999999)

- GL
 

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


Back
Top