Hello!
I need to create an excel sheet that will be filled in by individuals but the contents of the sheet are dependent on the answer of cell B2.
If B2 is Yes then the below is displayed:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Credit[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Name[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Surname[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Address[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If B2 is No then the below is displayed:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Credit[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]Name[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is this done by a macro?
Your help is greatly appreciated.
I need to create an excel sheet that will be filled in by individuals but the contents of the sheet are dependent on the answer of cell B2.
If B2 is Yes then the below is displayed:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Credit[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Name[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Surname[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Address[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If B2 is No then the below is displayed:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Credit[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]Name[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is this done by a macro?
Your help is greatly appreciated.