vlookup を使用してセルフ シート「=vlookup(h2, A2:B2000, 2, False)」を検索し、他のシート「=SupplierList!A2」および「=vlookup(SupplierList!H3, A2」から値を返すかどうかをテストしました。 :B2000, 2, False)」でも構いません。
では、なぜ "=vlookup(h3, SupplierList!A2:B2000, 2, False)" だけがエラーになるのでしょうか?
- - - - - - - - - - - - - - エラーメッセージ - - - - - - - - - - - ----------
Fatal error: Uncaught exception 'Exception' with message 'PO!G2 -> Invalid cell coordinate A' in C:\Program Files\EasyPHP-5.3.6.0\www\ExcelImporter\Classes\PHPExcel\Cell.php:288 Stack trace: #0 C:\Program Files\EasyPHP-5.3.6.0\www\ExcelImporter\Classes\PHPExcel\Cell.php(204): PHPExcel_Cell->getCalculatedValue() #1 C:\Program Files\EasyPHP-5.3.6.0\www\ExcelImporter\Documentation\Examples\index.php(36): PHPExcel_Cell->getFormattedValue() #2 {main} thrown in C:\Program Files\EasyPHP-5.3.6.0\www\ExcelImporter\Classes\PHPExcel\Cell.php on line 288
- - - - - - - - - - - - - - エラーメッセージ - - - - - - - - - - - ----------
セルはこのような式である
**=IF(ISERROR(VLOOKUP(H2349,'Supplier List'!A:B,2,FALSE)),"-",VLOOKUP(H2349,'Supplier List'!A:B,2,FALSE))**