Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default 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?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default 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
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 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
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default 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


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 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.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to pull data from multiple sheets (and Word docs too) ShaunRichard Excel Discussion (Misc queries) 1 January 24th 08 09:02 PM
to pull from multiple sheets-index,match,vlookup,if,and,or??? ladygr Excel Worksheet Functions 10 November 22nd 07 10:55 AM
pull data from multiple sheets based on input Patti Excel Worksheet Functions 3 February 27th 07 09:31 PM
Formula Referencing data on multiple worksheets ChrisPrather Excel Worksheet Functions 6 August 22nd 06 05:14 AM
Referencing multiple criteria to pull data doug1 Excel Discussion (Misc queries) 3 March 14th 06 09:30 PM


All times are GMT +1. The time now is 11:29 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"