Thread
:
How do I get a percent in excel. ex 24 out of 32
View Single Post
#
2
Trevor Shuttleworth
Posts: n/a
=A2/A1 formatted as a percentage
or
=B2/A2%
depending on what you want to see and do with the answer
Regards
Trevor
"snowynoe" wrote in message
...
How can I get a percentage of 24 out of 32 if a1=32 and a2=24?
Reply With Quote