G
Guest
I am trying to create a drop down list in workbook ProjectFile to select a Project Number from another workbook called ProjectList.
I have defined and named the range in ProjectList as ProjectNo =OFFSET(Project List!$C$1,0,0,COUNTC(Project Lit!$C:$C),1) as the list will keep growing.
I have then gone into ProjectFile and defined and named the list as MyList=projectlist.xls!ProjectNo.
However when I go into data validation select source as =MyList, I get and error message "the source currently evlauates to an error."
I have gone to the following sites http://www.contextures.com/tiptech.html, as suggested in responses to other queries, followed the direct steps and still cannot stop the error message.
If my list I am looking at is a concatenation of other columns could this be the problem??
Your suggestions would be most appreciated
I have defined and named the range in ProjectList as ProjectNo =OFFSET(Project List!$C$1,0,0,COUNTC(Project Lit!$C:$C),1) as the list will keep growing.
I have then gone into ProjectFile and defined and named the list as MyList=projectlist.xls!ProjectNo.
However when I go into data validation select source as =MyList, I get and error message "the source currently evlauates to an error."
I have gone to the following sites http://www.contextures.com/tiptech.html, as suggested in responses to other queries, followed the direct steps and still cannot stop the error message.
If my list I am looking at is a concatenation of other columns could this be the problem??
Your suggestions would be most appreciated