Greetings to all,
I am having a problem with CountIF function why it returns #VALUE. I have this current code
Sample:
Filename - Book1.xlsx Sheet1 = A2 = Blue, B2 = ???
Filename - Book2.xlsx Sheet1 = A7 = Blue
it should be then Book1 Sheet1 B2 = "Exists"
Any idea ? Thank you so much..
I am having a problem with CountIF function why it returns #VALUE. I have this current code
Code:
=COUNTIF([BOOK2.xls]Sheet1!$A:$A,A2)
Filename - Book1.xlsx Sheet1 = A2 = Blue, B2 = ???
Filename - Book2.xlsx Sheet1 = A7 = Blue
it should be then Book1 Sheet1 B2 = "Exists"
Any idea ? Thank you so much..