Forum Discussion
sdhn
5 years agoResponsive Resident
Calculate %
Hi All, I have a table with two columns. City Profit Chicago 60 Los Vegas 80 New York 40 Los Angeles 90 Houston 10 Total Profit 280 I need to add one more ...
sdhn
5 years agoResponsive Resident
I added "," before sum and its work BUT
Please note:
I have a total of mail count (Profit in above example) in the last row.
It is 280 in above example.
I want to get result of percentage as mail counts/total mail counts * 100 for each row in the newly percentage column as below:
60/280*100
80/280*100
40/280*100
90/280*100
10/280*100
Thanks
sdhn
5 years agoResponsive Resident
It is ok. I removed the total from the source file. I appreciate your help. thx