Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 2
Default 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
  #2   Report Post  
Senior Member
 
Location: Philippines
Posts: 161
Default

Quote:
Originally Posted by wachinnai View Post
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%"))
__________________
Asobi Wa Owari Da
  #3   Report Post  
Junior Member
 
Posts: 2
Default

Quote:
Originally Posted by wickedchew View Post
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 :-)
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PERCENTAGE FORMULA TANNAT Excel Discussion (Misc queries) 1 August 28th 09 05:19 AM
percentage formula David Wilson[_2_] Excel Worksheet Functions 3 April 15th 09 03:38 AM
Percentage Formula KristiM Excel Worksheet Functions 5 May 27th 08 11:33 PM
Percentage Formula Help Steph Excel Worksheet Functions 1 February 24th 08 09:49 PM
Percentage Formula Help cempire5 Excel Discussion (Misc queries) 3 October 3rd 07 03:05 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"