Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 65
Default Top 5 values with corresponding text

In cells B2:B32 I have percentages. I have a formula in cells P2:P6 that
gives me the top 5 percentages in column B. I would like a formula in cells
O2:O6 that give me the text in column K that matches the percentage in column
P.

For example, I have 78% in cell P2. I would like O2 to have a formula that
looks for 78% in column B and gives me the corresponding text in column K.

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Top 5 values with corresponding text

Try this

=VLOOKUP(P2,$B$2:$K$32,10,FALSE)

Mike

"Jambruins" wrote:

In cells B2:B32 I have percentages. I have a formula in cells P2:P6 that
gives me the top 5 percentages in column B. I would like a formula in cells
O2:O6 that give me the text in column K that matches the percentage in column
P.

For example, I have 78% in cell P2. I would like O2 to have a formula that
looks for 78% in column B and gives me the corresponding text in column K.

Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 65
Default Top 5 values with corresponding text

The only problem with that is that I have three 78% so it is finding the same
text 3 times instead of finding each occurance of the 78%. Any ideas?
Thanks.

"Mike H" wrote:

Try this

=VLOOKUP(P2,$B$2:$K$32,10,FALSE)

Mike

"Jambruins" wrote:

In cells B2:B32 I have percentages. I have a formula in cells P2:P6 that
gives me the top 5 percentages in column B. I would like a formula in cells
O2:O6 that give me the text in column K that matches the percentage in column
P.

For example, I have 78% in cell P2. I would like O2 to have a formula that
looks for 78% in column B and gives me the corresponding text in column K.

Thanks.

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
How can I look up text instead of values Rookiekookie Excel Worksheet Functions 1 May 21st 07 10:34 AM
HOW TO TAKE SUM OF TEXT VALUES adeel via OfficeKB.com Excel Discussion (Misc queries) 5 May 18th 07 06:11 PM
TEXT VALUES !!! HERNAN Excel Discussion (Misc queries) 3 October 4th 06 06:50 PM
Top 10 Text Values KarenH Excel Worksheet Functions 14 December 31st 05 08:46 PM
Text values to numeric values jayveejay Excel Discussion (Misc queries) 1 August 10th 05 05:03 PM


All times are GMT +1. The time now is 07:44 AM.

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"