I have written a path to a closed workbook. However it will run the index unless the file is also open.
The file takes to long to load and needs to stay closed and allow to be searched in the background.
Please help here is the code that shows when the workbook is open.
=IFERROR(INDEX('Copy of Equipment_Active_Outlets.csv'!$C$2:$C$999999, SMALL(IF($C$3='Copy of Equipment_Active_Outlets.csv'!$A$2:$A$999999, ROW('Copy of Equipment_Active_Outlets.csv'!$A$2:$A$999999)-ROW('Copy of Equipment_Active_Outlets.csv'!$A$2)+1), ROW('Copy of Equipment_Active_Outlets.csv'!1:1))),"")
But...
This is what is shows when it is closed:
=IFERROR(INDEX('R:\Targeted Sales\Targeted Sales General\Customer 1\[Copy of Equipment_Active_Outlets.csv]Copy of Equipment_Active_Outlet'!$C$2:$C$999999, SMALL(IF($C$3='R:\Targeted Sales\Targeted Sales General\Customer 1\[Copy of Equipment_Active_Outlets.csv]Copy of Equipment_Active_Outlet'!$A$2:$A$999999, ROW('R:\Targeted Sales\Targeted Sales General\Customer 1\[Copy of Equipment_Active_Outlets.csv]Copy of Equipment_Active_Outlet'!$A$2:$A$999999)-ROW('R:\Targeted Sales\Targeted Sales General\Customer 1\[Copy of Equipment_Active_Outlets.csv]Copy of Equipment_Active_Outlet'!$A$2)+1), ROW('R:\Targeted Sales\Targeted Sales General\Customer 1\[Copy of Equipment_Active_Outlets.csv]Copy of Equipment_Active_Outlet'!2:2))),"")
PLEASE HELP!
The file takes to long to load and needs to stay closed and allow to be searched in the background.
Please help here is the code that shows when the workbook is open.
=IFERROR(INDEX('Copy of Equipment_Active_Outlets.csv'!$C$2:$C$999999, SMALL(IF($C$3='Copy of Equipment_Active_Outlets.csv'!$A$2:$A$999999, ROW('Copy of Equipment_Active_Outlets.csv'!$A$2:$A$999999)-ROW('Copy of Equipment_Active_Outlets.csv'!$A$2)+1), ROW('Copy of Equipment_Active_Outlets.csv'!1:1))),"")
But...
This is what is shows when it is closed:
=IFERROR(INDEX('R:\Targeted Sales\Targeted Sales General\Customer 1\[Copy of Equipment_Active_Outlets.csv]Copy of Equipment_Active_Outlet'!$C$2:$C$999999, SMALL(IF($C$3='R:\Targeted Sales\Targeted Sales General\Customer 1\[Copy of Equipment_Active_Outlets.csv]Copy of Equipment_Active_Outlet'!$A$2:$A$999999, ROW('R:\Targeted Sales\Targeted Sales General\Customer 1\[Copy of Equipment_Active_Outlets.csv]Copy of Equipment_Active_Outlet'!$A$2:$A$999999)-ROW('R:\Targeted Sales\Targeted Sales General\Customer 1\[Copy of Equipment_Active_Outlets.csv]Copy of Equipment_Active_Outlet'!$A$2)+1), ROW('R:\Targeted Sales\Targeted Sales General\Customer 1\[Copy of Equipment_Active_Outlets.csv]Copy of Equipment_Active_Outlet'!2:2))),"")
PLEASE HELP!