ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I search a whole workbook using the =INDEX function? (https://www.excelbanter.com/excel-worksheet-functions/239129-how-do-i-search-whole-workbook-using-%3Dindex-function.html)

Will

How do I search a whole workbook using the =INDEX function?
 
I am trying to search an entire workbook for a text string e.g. "Fred". This
could be on one of many worksheets but will be in column A. When this has
been found, I want the value in column Q to be returned. I am trying to do
this using the =INDEX(#####,MATCH(A3, ######,0),17) command where I want
##### to be the entire workbook.

Teethless mama

How do I search a whole workbook using the =INDEX function?
 
Download and install the free add-in Morefunc.xll from:
http://www.download.com/Morefunc/300...-10423159.html

....then use this formula

=INDEX(THREED(Sheet1:Sheet3!G1:B100),MATCH("*Fred* ",THREED(Sheet1:Sheet3!A1:A100),0))


"Will" wrote:

I am trying to search an entire workbook for a text string e.g. "Fred". This
could be on one of many worksheets but will be in column A. When this has
been found, I want the value in column Q to be returned. I am trying to do
this using the =INDEX(#####,MATCH(A3, ######,0),17) command where I want
##### to be the entire workbook.


Ashish Mathur[_2_]

How do I search a whole workbook using the =INDEX function?
 
Hi,

It did not work for me. I have the addin but I get a #N/A error

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Teethless mama" wrote in message
...
Download and install the free add-in Morefunc.xll from:
http://www.download.com/Morefunc/300...-10423159.html

...then use this formula

=INDEX(THREED(Sheet1:Sheet3!G1:B100),MATCH("*Fred* ",THREED(Sheet1:Sheet3!A1:A100),0))


"Will" wrote:

I am trying to search an entire workbook for a text string e.g. "Fred".
This
could be on one of many worksheets but will be in column A. When this
has
been found, I want the value in column Q to be returned. I am trying to
do
this using the =INDEX(#####,MATCH(A3, ######,0),17) command where I want
##### to be the entire workbook.



Ashish Mathur[_2_]

How do I search a whole workbook using the =INDEX function?
 
Hi,

You may want to refer to Question 9 on the following link -
http://ashishmathur.com/knowledgebaseII.aspx

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Will" wrote in message
...
I am trying to search an entire workbook for a text string e.g. "Fred".
This
could be on one of many worksheets but will be in column A. When this has
been found, I want the value in column Q to be returned. I am trying to
do
this using the =INDEX(#####,MATCH(A3, ######,0),17) command where I want
##### to be the entire workbook.




All times are GMT +1. The time now is 08:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com