I am looking for assistance with a formula looks at Coulmn1 to see if it contains one of the drop down choices and the column the formula is in does not include a name then a number will auto-generate. For example:
=IF([Please select from the responses below:]@row, CONTAINS("I like rain")@cell, AND([Name: is optional]@row, @cell, ISBLANK(autogenerate)
Thank you in advance for any assistance.