Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
in various cells (like R18C2 (cell A), R37C2 (cell B), R18C4 (cell C), ...) I
have a MIN() value extracted from elsewhere. Then, in a cell like R40C3 (cell D)I get the smallest of these (via MIN() again). So in cell D I have the 'smallest of cells' A, B and C. Then next to cell D I want the contents of a cell which is next to the one form where the result in cell D is...my gosh this is ocnfusing, here is an example: MIN(cell A, cell B, cell C) results in cell B and that goes into cell D; then next to cell D I want a cell C.C[-1] - the cell in the column preceding cell C. I was looking into INDEX and VLOOKUP but I am not sure how they work with arbitrary columns...can you help? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Solution to this would be via OFFSET, but how do I get the complete reference
(Rxx:Cxx) of a cell returned by MIN()? "Mac" wrote: in various cells (like R18C2 (cell A), R37C2 (cell B), R18C4 (cell C), ...) I have a MIN() value extracted from elsewhere. Then, in a cell like R40C3 (cell D)I get the smallest of these (via MIN() again). So in cell D I have the 'smallest of cells' A, B and C. Then next to cell D I want the contents of a cell which is next to the one form where the result in cell D is...my gosh this is ocnfusing, here is an example: MIN(cell A, cell B, cell C) results in cell B and that goes into cell D; then next to cell D I want a cell C.C[-1] - the cell in the column preceding cell C. I was looking into INDEX and VLOOKUP but I am not sure how they work with arbitrary columns...can you help? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Index and vlookup assistance | Excel Worksheet Functions | |||
Index, Vlookup, Offset | Excel Worksheet Functions | |||
vlookup, match, index: all some or one? | Excel Discussion (Misc queries) | |||
Index,match, vlookup? | Excel Discussion (Misc queries) | |||
INDEX? VLOOKUP? | Excel Discussion (Misc queries) |