First Post -
I'm trying to fill Column C with a disposition for a request.
Right now, if the ship date is more than 45 days from today, column B supplies "N". If B is "N", I'd like to populate C with "Decline". If column B is "Y", provide a list for a table. Data Validation doesn't seem to like it.
Data Validation is =if(B2="N","Decline",List)
[TABLE="width: 100"]
<tbody>[TR]
[TD]Ship Date[/TD]
[TD]Within 45 Days?[/TD]
[TD]Accept/Decline[/TD]
[/TR]
[TR]
[TD]1/1/1988[/TD]
[TD]N[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6/19/15[/TD]
[TD]Y[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks for your ideas!
I'm trying to fill Column C with a disposition for a request.
Right now, if the ship date is more than 45 days from today, column B supplies "N". If B is "N", I'd like to populate C with "Decline". If column B is "Y", provide a list for a table. Data Validation doesn't seem to like it.
Data Validation is =if(B2="N","Decline",List)
[TABLE="width: 100"]
<tbody>[TR]
[TD]Ship Date[/TD]
[TD]Within 45 Days?[/TD]
[TD]Accept/Decline[/TD]
[/TR]
[TR]
[TD]1/1/1988[/TD]
[TD]N[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6/19/15[/TD]
[TD]Y[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks for your ideas!