A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I first noticed this today. I set up list-based validation and the validation is completely ignored. Other validation works (e.g. Date > myStartDate, or entry is a positive whole number, etc.).
I SOLVED MY PROBLEM AS FOLLOWS:
I wanted entries to be restricted to a list of saxophone mouthpieces. My list field had blank rows at the end, to allow for adding other mouthpieces later. I copied a nonsense string ("zzzzzzz") into each blank row, and then the validation worked - it would only allow entries from my mouthpiece list or blank entries.
-- Hope that helps.