Hi I'm trying to have Excel return the last row's number of an array that's not necessarily organized.
What I have is an array with 1,2,3 and empty cells. The 1, 2 & 3 represent the start date, delayed or moved forward accordingly of an activity plan as well as the duration of the same. So as you might see its not precisely sorted.
For instance these could be rows in my array.
A B C D
1 1 1
2 3 1
3 2 1 1
What i want HLOOKUP to tell me is return the last row value of the array in the column where it finds the first value. If I use range lookup since its not sorted it returns the value of the column with the last value.
Do you know how could I solve this?
Thanks and regards,
What I have is an array with 1,2,3 and empty cells. The 1, 2 & 3 represent the start date, delayed or moved forward accordingly of an activity plan as well as the duration of the same. So as you might see its not precisely sorted.
For instance these could be rows in my array.
A B C D
1 1 1
2 3 1
3 2 1 1
What i want HLOOKUP to tell me is return the last row value of the array in the column where it finds the first value. If I use range lookup since its not sorted it returns the value of the column with the last value.
Do you know how could I solve this?
Thanks and regards,