View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Validation list question

If you dont have blank cells in between try the below in Data validation
ListSource


=OFFSET($J$1,,,COUNTIF($J:$J,"?*"))

--
Jacob


"Gotroots" wrote:

Hi,

Is it possible to show only values in a validation list. The validation show
blanks at the bottom of the list due to the values being the result of a
formula.

Can the name created which is used in the source field be altered perhaps?