Hello,
In column B I have case numbers and some of them are duplicate. I need to have it find the last duplicate number (furthest down in the column) and have it return the corresponding name associated to that row in Column H.
Example:
If I put the formula in cell I2, number 14019509 would need to return the name Mo in cell I2. Dragging the formula down, I3 should show Mo, I4 should show Mo and so on down the list.
[TABLE="width: 214"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Column B[/TD]
[TD]Column H[/TD]
[/TR]
[TR]
[TD]14019509[/TD]
[TD]Larry[/TD]
[/TR]
[TR]
[TD]14019509[/TD]
[TD]Curly[/TD]
[/TR]
[TR]
[TD]14019509[/TD]
[TD]Mo[/TD]
[/TR]
[TR]
[TD]14030761[/TD]
[TD]Jimmy[/TD]
[/TR]
[TR]
[TD]13974860[/TD]
[TD]Larry[/TD]
[/TR]
[TR]
[TD]13980510[/TD]
[TD]Curly[/TD]
[/TR]
[TR]
[TD]14034425[/TD]
[TD]Mo[/TD]
[/TR]
[TR]
[TD]13930488[/TD]
[TD]Jimmy[/TD]
[/TR]
[TR]
[TD]13930488[/TD]
[TD]Larry[/TD]
[/TR]
[TR]
[TD]13934390[/TD]
[TD]Curly[/TD]
[/TR]
[TR]
[TD]13934390[/TD]
[TD]Mo[/TD]
[/TR]
[TR]
[TD]13924003[/TD]
[TD]Jimmy[/TD]
[/TR]
[TR]
[TD]13924003[/TD]
[TD]Larry[/TD]
[/TR]
[TR]
[TD]13924003[/TD]
[TD]Curly[/TD]
[/TR]
[TR]
[TD]13924003[/TD]
[TD]Mo[/TD]
[/TR]
[TR]
[TD]13970137[/TD]
[TD]Jimmy[/TD]
[/TR]
[TR]
[TD]13970137[/TD]
[TD]Larry[/TD]
[/TR]
[TR]
[TD]14045315[/TD]
[TD]Curly[/TD]
[/TR]
[TR]
[TD]14051012[/TD]
[TD]Mo[/TD]
[/TR]
[TR]
[TD]13966373[/TD]
[TD]Jimmy[/TD]
[/TR]
</tbody>[/TABLE]
In column B I have case numbers and some of them are duplicate. I need to have it find the last duplicate number (furthest down in the column) and have it return the corresponding name associated to that row in Column H.
Example:
If I put the formula in cell I2, number 14019509 would need to return the name Mo in cell I2. Dragging the formula down, I3 should show Mo, I4 should show Mo and so on down the list.
[TABLE="width: 214"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Column B[/TD]
[TD]Column H[/TD]
[/TR]
[TR]
[TD]14019509[/TD]
[TD]Larry[/TD]
[/TR]
[TR]
[TD]14019509[/TD]
[TD]Curly[/TD]
[/TR]
[TR]
[TD]14019509[/TD]
[TD]Mo[/TD]
[/TR]
[TR]
[TD]14030761[/TD]
[TD]Jimmy[/TD]
[/TR]
[TR]
[TD]13974860[/TD]
[TD]Larry[/TD]
[/TR]
[TR]
[TD]13980510[/TD]
[TD]Curly[/TD]
[/TR]
[TR]
[TD]14034425[/TD]
[TD]Mo[/TD]
[/TR]
[TR]
[TD]13930488[/TD]
[TD]Jimmy[/TD]
[/TR]
[TR]
[TD]13930488[/TD]
[TD]Larry[/TD]
[/TR]
[TR]
[TD]13934390[/TD]
[TD]Curly[/TD]
[/TR]
[TR]
[TD]13934390[/TD]
[TD]Mo[/TD]
[/TR]
[TR]
[TD]13924003[/TD]
[TD]Jimmy[/TD]
[/TR]
[TR]
[TD]13924003[/TD]
[TD]Larry[/TD]
[/TR]
[TR]
[TD]13924003[/TD]
[TD]Curly[/TD]
[/TR]
[TR]
[TD]13924003[/TD]
[TD]Mo[/TD]
[/TR]
[TR]
[TD]13970137[/TD]
[TD]Jimmy[/TD]
[/TR]
[TR]
[TD]13970137[/TD]
[TD]Larry[/TD]
[/TR]
[TR]
[TD]14045315[/TD]
[TD]Curly[/TD]
[/TR]
[TR]
[TD]14051012[/TD]
[TD]Mo[/TD]
[/TR]
[TR]
[TD]13966373[/TD]
[TD]Jimmy[/TD]
[/TR]
</tbody>[/TABLE]