I've tried tweaking the formula provided in your sample workbook to work when checking multiple worksheets, but still can't get it to work. I believe the problem is with the logic section of the IF Formula:
Formula:
IF(ISNUMBER(Sheet3!$B$1:$B$8:Sheet2!$I$1:$I$8),Sheet3!$B$1:$B$8:Sheet2!$I$1:$I$8,"").
When you highlight the logic section (ISNUMBER function) of the formula and press F9 it returns FALSE, even though there are numbers there. Subsequently in the TRUE section of the IF function when you highlight it and press F9 it returns #VALUE. Is there something that can be done with this formula to make the ISNUMBER function check multiple worksheets for the numbers. I am assuming that is the reason I'm not getting the correct results from the formula, and if its not the reason what can be done to get the desired results?
Bookmarks