Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
T.R.
 
Posts: n/a
Default Percent and Rank formula in one cell

I have a spreadsheet with formulas that calculates
percentages and rankings.
In cell C10 is the percentage formula =C9/C6.
In Cell C11 is the rank formula =RANK(C10,$C10:$O$10)
I want to combine the two formula into one cell. For
example on cell C10 I want to show 89.5% 2 (the percent
and the rank for that formula). Is there a way to show
these two formulas as one?


Thanks.

T.R.
  #2   Report Post  
tina
 
Posts: n/a
Default

try
=CONCATENATE(TEXT(C6/C9,"00.00%")," ",RANK(C10,$C10:$O$10))
Tina
"T.R." wrote:

I have a spreadsheet with formulas that calculates
percentages and rankings.
In cell C10 is the percentage formula =C9/C6.
In Cell C11 is the rank formula =RANK(C10,$C10:$O$10)
I want to combine the two formula into one cell. For
example on cell C10 I want to show 89.5% 2 (the percent
and the rank for that formula). Is there a way to show
these two formulas as one?


Thanks.

T.R.

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
Percent Rank emcote Excel Worksheet Functions 3 February 25th 05 11:04 PM


All times are GMT +1. The time now is 11:54 AM.

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

About Us

"It's about Microsoft Excel"