Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I look up text instead of values | Excel Worksheet Functions | |||
HOW TO TAKE SUM OF TEXT VALUES | Excel Discussion (Misc queries) | |||
TEXT VALUES !!! | Excel Discussion (Misc queries) | |||
Top 10 Text Values | Excel Worksheet Functions | |||
Text values to numeric values | Excel Discussion (Misc queries) |