JumboCactuar
Well-known Member
- Joined
- Nov 16, 2016
- Messages
- 788
- Office Version
- 365
- Platform
- Windows
Hi,
unsure how to do this, as theres is sometimes gaps in column A
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Name[/TD]
[TD]Helper Column[/TD]
[/TR]
[TR]
[TD]001[/TD]
[TD]John[/TD]
[TD]=B2[/TD]
[/TR]
[TR]
[TD]002[/TD]
[TD][/TD]
[TD]"this should output "John"[/TD]
[/TR]
[TR]
[TD]003[/TD]
[TD][/TD]
[TD]"this should output "John"[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]blank[/TD]
[/TR]
[TR]
[TD]004[/TD]
[TD]Tim[/TD]
[TD]"this should output "Tim"[/TD]
[/TR]
[TR]
[TD]005[/TD]
[TD][/TD]
[TD]"this should output "Tim"[/TD]
[/TR]
[TR]
[TD]006[/TD]
[TD][/TD]
[TD]"this should output "Tim"[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]007[/TD]
[TD]John[/TD]
[TD]"this should output "John"[/TD]
[/TR]
[TR]
[TD]008[/TD]
[TD]Tim[/TD]
[TD]"this should output "Tim"[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
hope this makes sense. Appreciate any help
unsure how to do this, as theres is sometimes gaps in column A
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Name[/TD]
[TD]Helper Column[/TD]
[/TR]
[TR]
[TD]001[/TD]
[TD]John[/TD]
[TD]=B2[/TD]
[/TR]
[TR]
[TD]002[/TD]
[TD][/TD]
[TD]"this should output "John"[/TD]
[/TR]
[TR]
[TD]003[/TD]
[TD][/TD]
[TD]"this should output "John"[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]blank[/TD]
[/TR]
[TR]
[TD]004[/TD]
[TD]Tim[/TD]
[TD]"this should output "Tim"[/TD]
[/TR]
[TR]
[TD]005[/TD]
[TD][/TD]
[TD]"this should output "Tim"[/TD]
[/TR]
[TR]
[TD]006[/TD]
[TD][/TD]
[TD]"this should output "Tim"[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]007[/TD]
[TD]John[/TD]
[TD]"this should output "John"[/TD]
[/TR]
[TR]
[TD]008[/TD]
[TD]Tim[/TD]
[TD]"this should output "Tim"[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
hope this makes sense. Appreciate any help
Last edited: