Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have two columns that I am working with. Column A has text labels, and Column B has corresponding values. I would like to perform a dynamic sort to show the value and corresponding text labels in order from highest to lowest. I have created an array formula to sort the values, and that works fine: {=LARGE(Data, ROW(INDIRECT("1:"&ROWS(Data))))} (Note: "Data" is a named range) The problems is that I can't seem to figure out how to pull the corresponding text labels out of the adjacent column. It seems like I should be able to use OFFSET to do it, but I can't seem to wrangle an address from the sorting function to feed into OFFSET. I'm grateful to anyone who can help. Best wishes... ....Jay |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Reference Cell in Offset Formula | Excel Discussion (Misc queries) | |||
Use of Offset function in array formula | Excel Worksheet Functions | |||
Array Offset() formula with height of 1 returns duplicates? | Excel Worksheet Functions | |||
array formula with a dynamic range. | Excel Worksheet Functions | |||
dynamic offset | Excel Discussion (Misc queries) |