I have a spreadsheet that I send out to coworkers regarding scrapping obsolete inventory. For example, what I would like to do is to set up the spreadsheet so that based on what they choose in a list, they may or may not be required to add something in the cell next to it. Example below.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Part Number[/TD]
[TD]Scrap/Do Not Scrap[/TD]
[TD]Reason[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]Scrap[/TD]
[TD]**Do not need Reason**[/TD]
[/TR]
[TR]
[TD]789123[/TD]
[TD]Do Not Scrap[/TD]
[TD]**Need Reason**[/TD]
[/TR]
[TR]
[TD]456789[/TD]
[TD]Do Not Scrap[/TD]
[TD]**Need Reason**[/TD]
[/TR]
</tbody>[/TABLE]
So based on the answer "Do not Scrap," I would like for the reason column to have a requirement that they put something in that column.
Thanks in advance!
David
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Part Number[/TD]
[TD]Scrap/Do Not Scrap[/TD]
[TD]Reason[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]Scrap[/TD]
[TD]**Do not need Reason**[/TD]
[/TR]
[TR]
[TD]789123[/TD]
[TD]Do Not Scrap[/TD]
[TD]**Need Reason**[/TD]
[/TR]
[TR]
[TD]456789[/TD]
[TD]Do Not Scrap[/TD]
[TD]**Need Reason**[/TD]
[/TR]
</tbody>[/TABLE]
So based on the answer "Do not Scrap," I would like for the reason column to have a requirement that they put something in that column.
Thanks in advance!
David