View Single Post
  #1   Report Post  
sumesh56 sumesh56 is offline
Senior Member
 
Posts: 118
Default how to get the percentage symbol with the result?

how to get the percentage symbol with the result?
i have a farmula to calculate the percentage. i want to get the result with the percentage sign.It should be something like this.
D2=540 E2=600
F2=PERCENTAGE(D2/E2*100)%
thanks.