AndyM
Veteran Member
- Joined
- Jul 4, 2003
- Messages
- 2,369
- Location
- NW PA, USA
- Tractor
- 1948 Ford 8N and 1993 Toro WheelHorse 520H
I know the sign says Tractor By Net, but my previous Access questions have been answered here in record time, so here goes again...
I'm trying to build an expression with an IF statement and a ROUNDUP, but there doesn't seem to be a function in Access for ROUNDUP.
Here is the formula I would use if I were in Excel, with "C3" being the third column and "F3" the sixth column...
=IF(F3<0,0,((ROUNDUP(F3/C3,0))*C3))
I started building an expression with ROUNDUP in Access, only to discover that I couldn't find the function...
=(insert correct function here([Col6]/[Col3]))*[Col3]
If anyone can help me out, I will be really grateful.
If anyone can build the entire expression with the IF statement AND the ROUNDUP, I will be REALLY REALLY grateful!
Thanks! /forums/images/graemlins/laugh.gif
I'm trying to build an expression with an IF statement and a ROUNDUP, but there doesn't seem to be a function in Access for ROUNDUP.
Here is the formula I would use if I were in Excel, with "C3" being the third column and "F3" the sixth column...
=IF(F3<0,0,((ROUNDUP(F3/C3,0))*C3))
I started building an expression with ROUNDUP in Access, only to discover that I couldn't find the function...
=(insert correct function here([Col6]/[Col3]))*[Col3]
If anyone can help me out, I will be really grateful.
If anyone can build the entire expression with the IF statement AND the ROUNDUP, I will be REALLY REALLY grateful!
Thanks! /forums/images/graemlins/laugh.gif