A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
You can do it like this
=A2 &" ("&(A2/A1)*100 &"%)"
Whare
A1= 50
A2= 10
EDIT. For an alternative
=A2&" "&TEXT(A2/A1,"(##.00%)")
If this post answers your question, please mark it as the Answer.
Mike H