Re: dynamic offsets
- From: "lost" <lost@xxxxxxxxxxxxxx>
- Date: Sat, 7 Jan 2006 15:08:19 -0000
thanks , but how does that solve my problem ?? can you please explain
"Domenic" <domenic22@xxxxxxxxxxxx> wrote in message
news:domenic22-EE7BCE.09101507012006@xxxxxxxxxxxxxxxxxxxxxxx
> Try...
>
> =INDEX(A1:E1,MATCH(MIN(A3:E3),A3:E3,0))
>
> and
>
> =INDEX(A2:E2,MATCH(MIN(A3:E3),A3:E3,0))
>
> Adjust the range accordingly.
>
> Hope this helps!
>
> In article <8o2dnbTZxrabWSLeRVny1g@xxxxxxxxx>,
> "lost" <lost@xxxxxxxxxxxxxx> wrote:
>
>> The data below is used in the descrption of the problem
>>
>>
>>
>> A B C D E
>>
>> 1 34 7 95 0 0
>>
>> 2 5 56 7 94 0
>>
>> 3 342 66 67 219 0
>>
>> 4 1 2 3 4 0
>>
>>
>>
>>
>>
>> A little explanation first
>>
>> I am trying to create a totally dynamic table
>>
>> Row 4 is automatically incremented by one each time the sum of the column
>> is
>> above 0. This is the reason E4 is 0. I am using this to detect if data in
>> entered into the table. I.e the real data in this example is rows 1-3
>>
>>
>>
>> I am trying to detect the lowest number in completed row 3 and then
>> display
>> other cells in the row
>>
>> i.e in the example the lowest number in row 3 is 66, so I want to be able
>> to
>> show cells B2 & B1
>>
>>
>>
>> I so far have the following
>>
>>
>>
>> =(MIN(A3:(OFFSET($A3,0,MAX(A4:IV4)))))
>>
>>
>>
>> which appears to be automatically converted to
>>
>>
>>
>>
>>
>> =(MIN(A3:(OFFSET($A3,0,MAX(4:4)))))
>>
>>
>>
>> This part work fine and shows the contents of B3 (in this example)
>>
>>
>>
>> I tried the following which failed
>>
>>
>>
>> =OFFSET((MIN(A3:(OFFSET($A3,0,MAX(4:4))))),-1,0)
>>
>> Which I was hoping would show the contents of B2
>>
>>
>>
>> I have also tried the MATCH function but again this only gives me an
>> offset.
>>
>> Is it possible to return a cell ID some how, or another way to get this
>> to
>> work
>>
>>
>>
>> Thanks in advance
.
- References:
- dynamic offsets
- From: lost
- Re: dynamic offsets
- From: Domenic
- dynamic offsets
- Prev by Date: Re: "Show Placeholder" feature in options/view doesnt work
- Next by Date: Re: Excel Addin Release Procedure
- Previous by thread: Re: dynamic offsets
- Next by thread: Re: dynamic offsets
- Index(es):
Relevant Pages
|