How can i use conditional formatting to extract data from other workbook?
I tried:
=IF(LEFT(B26,3)="SSS",VLOOKUP(B26,'XXX.xls!$A$4:$E$119,4,FALSE))
But I get this error message:
You may not link to other workbook via conditional formatting
What can I do with this situation? People out there mentioned "define name" but I'm not sure how can it be done.