ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How to put this formula in percentage? (https://www.excelbanter.com/excel-worksheet-functions/266061-how-put-formula-percentage.html)

wachinnai

How to put this formula in percentage?
 
Hi there,

Basicly I am trying to combine to formulas in the same cell and have both results in % but I need a bit of help....example


3.95 (cell1) 0.58 (cell2) 1.26 (cell3) Cell 4(should be showing the GP%)

Thats the formula what I am using but it shows in decimals and not percentage:

=1-ROUND(G143/I143,3) & "%-" & 1-ROUND(E143/12.75,3)& "%"

Many thanks

wickedchew

Quote:

Originally Posted by wachinnai (Post 959675)
Hi there,

Basicly I am trying to combine to formulas in the same cell and have both results in % but I need a bit of help....example


3.95 (cell1) 0.58 (cell2) 1.26 (cell3) Cell 4(should be showing the GP%)

Thats the formula what I am using but it shows in decimals and not percentage:

=1-ROUND(G143/I143,3) & "%-" & 1-ROUND(E143/12.75,3)& "%"

Many thanks

Try:

=CONCATENATE(TEXT(1-ROUND(G146/I143,3),"0.00%")," - ",TEXT(1-ROUND(E143/12.75,3),"0.00%"))

wachinnai

Quote:

Originally Posted by wickedchew (Post 959676)
Try:

=CONCATENATE(TEXT(1-ROUND(G146/I143,3),"0.00%")," - ",TEXT(1-ROUND(E143/12.75,3),"0.00%"))


Thanks, it works perfect, now I will try to understand the formula :-)


All times are GMT +1. The time now is 03:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com