Forrest Posted December 6, 2014 Share Posted December 6, 2014 Say I have 2 values, 20 and 40. I need to work out the percentage that 20 is of 40, and return 50%. How do? Thanks. Link to comment
Forrest Posted December 6, 2014 Author Share Posted December 6, 2014 (20 * 100) / 40 Suppose basic math would work to create my own function too haha, thanks pal. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now