G
Guest
Hi
Using the index and match functions, I retrieve values from another workbook (it is an array formula). Although the function I write does refer to the correct cell, the formula displays a zero, whereas the cell is actually blank (when I go to the original cell, nothing appears in the formula bar, and visually it is blank). I did put a if(isblank(...)) at the beginning and this resolves the problem (the isblank() function returns true), but it adds two more evaluations for each cell, and I am using this on a 48000+ row dataset, so this seems to lengthen the process. Besides I want to know why the index function puts a zero where it has to put a blank. I would appreciate any help
regards
Mehmet
Using the index and match functions, I retrieve values from another workbook (it is an array formula). Although the function I write does refer to the correct cell, the formula displays a zero, whereas the cell is actually blank (when I go to the original cell, nothing appears in the formula bar, and visually it is blank). I did put a if(isblank(...)) at the beginning and this resolves the problem (the isblank() function returns true), but it adds two more evaluations for each cell, and I am using this on a 48000+ row dataset, so this seems to lengthen the process. Besides I want to know why the index function puts a zero where it has to put a blank. I would appreciate any help
regards
Mehmet