![]() |
worksheet name in formula
Hi All
i have formula =INDEX('C:\My documents\[Products.xls]September'!$A$1:$M$1000; MATCH($A9;'C:\My documents\[Products.xls]September'!$A$1:$A$1000;); MATCH(C$20;'C:\My documents\[Products.xls]September'!$1:$1;)) I have in workbook 12 sheets( 12 months) I like to use cell A1 name of the month. Is it possible, that formula will read sheet name from cell A1 |
worksheet name in formula
Look here to see how to get the sheet name:
http://www.ozgrid.com/VBA/return-sheet-name.htm "Jaan" wrote: Hi All i have formula =INDEX('C:\My documents\[Products.xls]September'!$A$1:$M$1000; MATCH($A9;'C:\My documents\[Products.xls]September'!$A$1:$A$1000;); MATCH(C$20;'C:\My documents\[Products.xls]September'!$1:$1;)) I have in workbook 12 sheets( 12 months) I like to use cell A1 name of the month. Is it possible, that formula will read sheet name from cell A1 |
worksheet name in formula
You need an add-in, there is a built in function called INDIRECT that can do
this but only if the workbook is open, your use of the path indicates you are pulling values from a closed workbook. You can download morefunc from here http://xcell05.free.fr/english/ it has a function called INDIRECT.EXT ftp://members.aol.com/hrlngrv/ pull.zip will also work -- Regards, Peo Sjoblom Excel 95 - Excel 2007 Northwest Excel Solutions www.nwexcelsolutions.com (Remove ^^ from email) "Jaan" wrote in message ... Hi All i have formula =INDEX('C:\My documents\[Products.xls]September'!$A$1:$M$1000; MATCH($A9;'C:\My documents\[Products.xls]September'!$A$1:$A$1000;); MATCH(C$20;'C:\My documents\[Products.xls]September'!$1:$1;)) I have in workbook 12 sheets( 12 months) I like to use cell A1 name of the month. Is it possible, that formula will read sheet name from cell A1 |
All times are GMT +1. The time now is 12:10 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com