assume i have a table like bellow
[TABLE="width: 500"]
<tbody>[TR]
[TD]456[/TD]
[TD]2486[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]789[/TD]
[TD]6842[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]8624[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]4862[/TD]
[TD]=[/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]9713[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]7139[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]789[/TD]
[TD]1397[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]3971[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]6985 [/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
i want excel to
for example i'm in column C4
i want to find next 123 below A4(which is 123) then add its B column to B4(which is 4862)
in this example the cell would be A6(which is the next 123 in column A below A4)
[TABLE="width: 500"]
<tbody>[TR]
[TD]456[/TD]
[TD]2486[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]789[/TD]
[TD]6842[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]8624[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]4862[/TD]
[TD]=[/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]9713[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]7139[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]789[/TD]
[TD]1397[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]456[/TD]
[TD]3971[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]6985 [/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
i want excel to
for example i'm in column C4
i want to find next 123 below A4(which is 123) then add its B column to B4(which is 4862)
in this example the cell would be A6(which is the next 123 in column A below A4)