thedeadzeds
Active Member
- Joined
- Aug 16, 2011
- Messages
- 451
- Office Version
- 365
- Platform
- Windows
Hi Guys,
Is there a way to do the following. I basically want to Use the first name from Column C (Name) and populate Column D (Name 2) if the ref in column A is identical to the cell above or below and if column B shows yes. I hope this makes sense. So the formula in column D would look like this:
[TABLE="class: grid, width: 324"]
<colgroup><col width="81" span="4" style="width:61pt"> </colgroup><tbody>[TR]
[TD="width: 81"]Ref[/TD]
[TD="width: 81"]Yes or No[/TD]
[TD="width: 81"]Name[/TD]
[TD="width: 81"]Name 2[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD] [/TD]
[TD]Dave[/TD]
[TD]Dave[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Yes[/TD]
[TD]Bethan[/TD]
[TD]Bethan[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Yes[/TD]
[TD]Sonia[/TD]
[TD]Bethan[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Yes[/TD]
[TD]Hannah[/TD]
[TD]Bethan[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD] [/TD]
[TD]Ceri[/TD]
[TD]Ceri[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD] [/TD]
[TD]Hannah[/TD]
[TD]Hannah[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to do the following. I basically want to Use the first name from Column C (Name) and populate Column D (Name 2) if the ref in column A is identical to the cell above or below and if column B shows yes. I hope this makes sense. So the formula in column D would look like this:
[TABLE="class: grid, width: 324"]
<colgroup><col width="81" span="4" style="width:61pt"> </colgroup><tbody>[TR]
[TD="width: 81"]Ref[/TD]
[TD="width: 81"]Yes or No[/TD]
[TD="width: 81"]Name[/TD]
[TD="width: 81"]Name 2[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD] [/TD]
[TD]Dave[/TD]
[TD]Dave[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Yes[/TD]
[TD]Bethan[/TD]
[TD]Bethan[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Yes[/TD]
[TD]Sonia[/TD]
[TD]Bethan[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Yes[/TD]
[TD]Hannah[/TD]
[TD]Bethan[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD] [/TD]
[TD]Ceri[/TD]
[TD]Ceri[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD] [/TD]
[TD]Hannah[/TD]
[TD]Hannah[/TD]
[/TR]
</tbody>[/TABLE]