HI.
I'm preaty new to excel and i have a problem that i can't seem to solve.
here is my setup:
I have 1 file userlist.xls that contais 100 different names(the number of users will change over time as more register). Also i have a mainSheet.xlt which contais 1 listBox with a range A2 to A101. In these cells(a2-a101) i have the following:
='C:\Documents and Settings\xp\Desktop\[userlist.xls]Sheet1'!D2
='C:\Documents and Settings\xp\Desktop\[userlist.xls]Sheet1'!D3 and so on untill A101.
what i have done is expand this list to A500 now as well as the listbox range but since all the cells contain the link above they are not considered Blank cells therefore listing 400 white spaces(Note: Ignore blanks option is checked).
Does anyone have any Idea how can i get around this problem?
Thanks in Advance
PS: i have tryed the following:
check B2 for example, =if(Len(A1)<>1,A1,"") but it still detects B2 as None Blank cell
I'm preaty new to excel and i have a problem that i can't seem to solve.
here is my setup:
I have 1 file userlist.xls that contais 100 different names(the number of users will change over time as more register). Also i have a mainSheet.xlt which contais 1 listBox with a range A2 to A101. In these cells(a2-a101) i have the following:
='C:\Documents and Settings\xp\Desktop\[userlist.xls]Sheet1'!D2
='C:\Documents and Settings\xp\Desktop\[userlist.xls]Sheet1'!D3 and so on untill A101.
what i have done is expand this list to A500 now as well as the listbox range but since all the cells contain the link above they are not considered Blank cells therefore listing 400 white spaces(Note: Ignore blanks option is checked).
Does anyone have any Idea how can i get around this problem?
Thanks in Advance
PS: i have tryed the following:
check B2 for example, =if(Len(A1)<>1,A1,"") but it still detects B2 as None Blank cell