Here's what I have:
named range{1,2,3,4,5,6,7,8,9,10} (the numbers are values in the named range)
It's clear that you can create a validation list out of a named range by itself.
The problem is combining a named range with static cells so that the list validation consists of:
{1,2,3,4,5,6,7,8,9,10,cell,cell,cell,cell} where "cell" is a static cell reference.
I've tried making the list of cells a named range, and combining the two, but it doesn't work the way that I want it to. I get an error..You get me?