How To Perform Simple Fraction In Microsoft Access
To perform a simple fraction in Access, you can use the / operator. For example, to divide 10 by 5, you would use the following formula:
=10/5
This would return the value
2. You can also use the / operator to perform more complex fractions. For example, to divide 10 by 5 and then multiply the result by 3, you would use the following formula:
=10/5*3
This would return the value 6. You can also use the / operator to divide a number by a cell reference. For example, to divide 10 by the value in cell A1, you would use the following formula:
=10/A1
This would return the value that is in cell A1 divided by 10.
About Author
Discover more from SURFCLOUD TECHNOLOGY
Subscribe to get the latest posts sent to your email.