B
BerrSD
I have this formula: =INDEX(L11:L131,MATCH(99999,L11:L131))
It was working and now it doesn't. Cannot figure out why. I need help.
It's supposed to work like this:
There is an array, for example B1:B4 and a cell A1
Initially;
B1 = Null A1 = Null
B2 = Null
B3 = Null
B4 = Null
First Pass
B1 = 20 A1 = 20
B2 = Null
B3 = Null
B4 = Null
Second Pass
B1 = 20 A1 = 4
B2 = 4
B3 = Null
B4 = Null
Third Pass
B1 = 20 A1 = 31
B2 = 4
B3 = 31
B4 = Null
Fourth Pass
B1 = 20 A1 = 66
B2 = 4
B3 = 31
B4 = 66
My problem is that A1 displays 0 and it shouldn't. There is something
missing in the formula but I don't know what. I reposted this before but my
former post is no longer here. Should've printed it out.
Any help would be greatly appreciated. Thanks.
Bernard
It was working and now it doesn't. Cannot figure out why. I need help.
It's supposed to work like this:
There is an array, for example B1:B4 and a cell A1
Initially;
B1 = Null A1 = Null
B2 = Null
B3 = Null
B4 = Null
First Pass
B1 = 20 A1 = 20
B2 = Null
B3 = Null
B4 = Null
Second Pass
B1 = 20 A1 = 4
B2 = 4
B3 = Null
B4 = Null
Third Pass
B1 = 20 A1 = 31
B2 = 4
B3 = 31
B4 = Null
Fourth Pass
B1 = 20 A1 = 66
B2 = 4
B3 = 31
B4 = 66
My problem is that A1 displays 0 and it shouldn't. There is something
missing in the formula but I don't know what. I reposted this before but my
former post is no longer here. Should've printed it out.
Any help would be greatly appreciated. Thanks.
Bernard