drom
Well-known Member
- Joined
- Mar 20, 2005
- Messages
- 543
- Office Version
- 2021
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
Hi and Thanks in advance!
I am trying to apply a data validation
But I get the following error:
I am trying to apply a data validation
- rcCountries is a dinamic list coming from a table column where I can chose different countries
- If Column D is >< than blank and Row 7 is equal to blank use rcCountries
- =IF(OR(E$7<>"";$D14="");"";rcCountries)
- =IF(E$7<>"";"";IF($D14="";"";rcCountries))
But I get the following error:
- The List source must be a delimeted list, or a reference to a single row or column