Forrest Posted December 6, 2014 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.
DNL291 Posted December 6, 2014 Posted December 6, 2014 (20 * 100) / 40 Please do not PM me with scripting related question nor support, use the forums instead.
Forrest Posted December 6, 2014 Author Posted December 6, 2014 (20 * 100) / 40 Suppose basic math would work to create my own function too haha, thanks pal.
DNL291 Posted December 6, 2014 Posted December 6, 2014 You're welcome. Please do not PM me with scripting related question nor support, use the forums instead.
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