Hi Mark,
I am not sure I understand your challenge. Performing this kind of calculations will already give you the percentage, just expressed as a decimal figure (0,625 or 62,5% in your above example).
What you can do is to just create a simple excel sheet where you generate two random numbers as numerator and denominator:
=ROUND(RANDBETWEEN(1;1000);0)
Paste this formula into two cells, and then just divide the numerator by the denominator to get the result (you can put this on a different tab to hide it if you want). Then do the calculation manually and check the correctness of your result. To generate new random numbers just place the cursor on an empty cell and hit DEL.
Cheers, Sidi
Hi Mark,
I am not sure I understand your challenge. Performing this kind of calculations will already give you the percentage, just expressed as a decimal figure (0,625 or 62,5% in your above example).
What you can do is to just create a simple excel sheet where you generate two random numbers as numerator and denominator:
=ROUND(RANDBETWEEN(1;1000);0)
Paste this formula into two cells, and then just divide the numerator by the denominator to get the result (you can put this on a different tab to hide it if you want). Then do the calculation manually and check the correctness of your result. To generate new random numbers just place the cursor on an empty cell and hit DEL.
Cheers, Sidi