![]() |
pull data from multiple sheets with formula referencing a tab name
Hi - I can't figure this out and hoping someone can help. I have 25 sheets &
I need data from a row from each sheet. The 25 files have file names which equal cell A8 plus audit.xls = 6L audit.xls (All names are in column A) The tab names are dates in this format m-d-yy in from H5 I am trying to pull the value in K10 This formula is not working: ="='["&(A8)&" audit.xls]"&H5&"'!K$10" What am I doing wrong? |
pull data from multiple sheets with formula referencing a tab name
from ="='["&(A8)&" audit.xls]"&H5&"'!K$10" to =INDIRECT("'["&(A8)&" book1.xls]"&H5&"'!"&K$10) If this doesn't work use the Evaluate formula tool Clcik on Cell, Tools - Formula Auditing - evaluate Formula "liketotrampoline" wrote: Hi - I can't figure this out and hoping someone can help. I have 25 sheets & I need data from a row from each sheet. The 25 files have file names which equal cell A8 plus audit.xls = 6L audit.xls (All names are in column A) The tab names are dates in this format m-d-yy in from H5 I am trying to pull the value in K10 This formula is not working: ="='["&(A8)&" audit.xls]"&H5&"'!K$10" What am I doing wrong? |
pull data from multiple sheets with formula referencing a tab name
The function you'd want to use that's built into excel is =indirect(). But that
function returns an error if the sending workbook is closed. If that's a problem, then Laurent Longre has an addin (morefunc.xll) at: http://xcell05.free.fr/ That includes =indirect.ext() that may help you. liketotrampoline wrote: Hi - I can't figure this out and hoping someone can help. I have 25 sheets & I need data from a row from each sheet. The 25 files have file names which equal cell A8 plus audit.xls = 6L audit.xls (All names are in column A) The tab names are dates in this format m-d-yy in from H5 I am trying to pull the value in K10 This formula is not working: ="='["&(A8)&" audit.xls]"&H5&"'!K$10" What am I doing wrong? -- Dave Peterson |
pull data from multiple sheets with formula referencing a tabname
If that's a problem, then Laurent Longre has an addin (morefunc.xll) at:http://xcell05.free.fr/
That includes =indirect.ext() that may help you. Quick note, working on a project requiring this to work, but when I try your link I get a french 403 page (forbidden) any help on an alternate source? is the site down? -Jaazaniah Cole |
pull data from multiple sheets with formula referencing a tab name
It seems to have been down for a couple of days.
A search of google came up with this: http://www.download.com/Morefunc/300...-10423159.html I don't know if it's current, but it's pretty new. The setup.exe inside the zip file is dated October 28, 2007. Jaazaniah wrote: If that's a problem, then Laurent Longre has an addin (morefunc.xll) at:http://xcell05.free.fr/ That includes =indirect.ext() that may help you. Quick note, working on a project requiring this to work, but when I try your link I get a french 403 page (forbidden) any help on an alternate source? is the site down? -Jaazaniah Cole -- Dave Peterson |
pull data from multiple sheets with formula referencing a tabname
On Jun 20, 12:26*pm, Dave Peterson wrote:
It seems to have been down for a couple of days. A search of google came up with this:http://www.download.com/Morefunc/300...-10423159.html I don't know if it's current, but it's pretty new. *The setup.exe inside the zip file is dated October 28, 2007. Jaazaniah wrote: If that's a problem, then Laurent Longre has an addin (morefunc.xll) at:http://xcell05.free.fr/ That includes =indirect.ext() that may help you. Quick note, working on a project requiring this to work, but when I try your link I get a french 403 page (forbidden) any help on an alternate source? is the site down? -Jaazaniah Cole -- Dave Peterson Thanks Dave. Working great so far. |
All times are GMT +1. The time now is 04:40 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com