Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to pull data from multiple sheets (and Word docs too) | Excel Discussion (Misc queries) | |||
to pull from multiple sheets-index,match,vlookup,if,and,or??? | Excel Worksheet Functions | |||
pull data from multiple sheets based on input | Excel Worksheet Functions | |||
Formula Referencing data on multiple worksheets | Excel Worksheet Functions | |||
Referencing multiple criteria to pull data | Excel Discussion (Misc queries) |