FreddyBotz
Technical User
Hello to all. I have been given the responsibility of ensuring that thousands of numbers meet certain criteria in order for the calculations to be accurate. In a nutshell, these number MUST be divisible by three in order for this program to perform the calculations correctly. I've come up with a formula that works very well in Excel, but being that I'm new to Access, I'm not quite certain how I can implement such a formula. Here's the formula: IF(ROUND(A20/3,2)*3-A20=0,A20,ROUND(A20/3,2)*3)
Is there any way something like this can be used in Access? Any advice would be greatly appreciated.
Regards
FB
Is there any way something like this can be used in Access? Any advice would be greatly appreciated.
Regards
FB