Thread: search tabs
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
lilianld lilianld is offline
external usenet poster
 
Posts: 10
Default search tabs

Hi,

I am sorry; probably I did not express myself clear enough to get an answer
to my question. I will try to explain it one more time. What I really meant
is that I need to find a formula that will search trough worksheet names and
if it matches a certain criteria then to get the cell info from that sheet.
Example: I have 4 sheets: a(123456), b(654321), c(345651), d(454654)
On the fourth sheet (d) I have the following:
A B C D E
= need formula 123456
654321
What I need is the formula in the column A that will look trough all
worksheet names in the same Workbooks and if it find the text from the B
column (ex: 123456) then retrieve cell L15 from that worksheet ((a) in this
case).

Thanks