View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Andy Brown Andy Brown is offline
external usenet poster
 
Posts: 36
Default Excel query about Lists

If MyList contains 3 values (1,2,3), then the formula =IF(A1="",MyList,"")
in B1 of the "other" sheet returns 1 (first value of MyList) if A1 = "". But
it's not possible to choose a value from MyList. Besides, the OP wants to
input actual values in the cells which if s/he does would overwrite any
formulas. :)