[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]SAM[/TD]
[TD]$1500[/TD]
[TD]0.3%[/TD]
[TD]SMALL[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]TERRY[/TD]
[TD]$400[/TD]
[TD]1.3%[/TD]
[TD]MEDIUM[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]JONES[/TD]
[TD]$1300[/TD]
[TD]4.5%[/TD]
[TD]SMALL[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]ERIK[/TD]
[TD]$200[/TD]
[TD]2.2%[/TD]
[TD]MICRO[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]SAM[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to make a formula that would copy information from earlier entries if they exists.
So in this case, as soon as I've typed in SAM in A5, cell B1 would be copied to B5 (and so on).
I assume this could be done by LOOKUP function but I haven't been able to make it work.
Thanks,
Zack
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]SAM[/TD]
[TD]$1500[/TD]
[TD]0.3%[/TD]
[TD]SMALL[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]TERRY[/TD]
[TD]$400[/TD]
[TD]1.3%[/TD]
[TD]MEDIUM[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]JONES[/TD]
[TD]$1300[/TD]
[TD]4.5%[/TD]
[TD]SMALL[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]ERIK[/TD]
[TD]$200[/TD]
[TD]2.2%[/TD]
[TD]MICRO[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]SAM[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to make a formula that would copy information from earlier entries if they exists.
So in this case, as soon as I've typed in SAM in A5, cell B1 would be copied to B5 (and so on).
I assume this could be done by LOOKUP function but I haven't been able to make it work.
Thanks,
Zack