Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This formula:
=INDIRECT.EXT('H:\["&D100&".xls]BUYERSREQUEST'!C44) keeps giving me a #value error...any obvious reasons.... |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The source workbook has to be open.
-- Andy Wiggins FCCA www.BygSoftware.com Excel, Access and VBA Consultancy - "Kaby" wrote in message ... This formula: =INDIRECT.EXT('H:\["&D100&".xls]BUYERSREQUEST'!C44) keeps giving me a #value error...any obvious reasons.... |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try:
=INDIRECT.EXT("'H:\["&D100&".xls]BUYERSREQUEST'!C44") and workbook can be closed. HTH "Andy Wiggins" wrote: The source workbook has to be open. -- Andy Wiggins FCCA www.BygSoftware.com Excel, Access and VBA Consultancy - "Kaby" wrote in message ... This formula: =INDIRECT.EXT('H:\["&D100&".xls]BUYERSREQUEST'!C44) keeps giving me a #value error...any obvious reasons.... |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Oops ... I saw INDIRECT not INDIRECT.EXT :-(
-- Andy Wiggins FCCA www.BygSoftware.com Excel, Access and VBA Consultancy - "Toppers" wrote in message ... Try: =INDIRECT.EXT("'H:\["&D100&".xls]BUYERSREQUEST'!C44") and workbook can be closed. HTH "Andy Wiggins" wrote: The source workbook has to be open. -- Andy Wiggins FCCA www.BygSoftware.com Excel, Access and VBA Consultancy - "Kaby" wrote in message ... This formula: =INDIRECT.EXT('H:\["&D100&".xls]BUYERSREQUEST'!C44) keeps giving me a #value error...any obvious reasons.... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
INDIRECT.EXT reference | Excel Discussion (Misc queries) | |||
INDIRECT.EXT Help Required | Excel Worksheet Functions | |||
Indirect.ext #value! | Excel Discussion (Misc queries) | |||
Problems with PULL function, INDIRECT.EXT and so forth | Excel Worksheet Functions | |||
Problem with updating values with INDIRECT.EXT | Excel Worksheet Functions |