Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


Byrned

455 posts

Ultimate Geek
+1 received by user: 27


#113250 10-Jan-2013 19:05
Send private message

Hi guys

I've got an excel workbook that I essentially need is something that will look across multiple worksheets within the workbook and report a value that is a particular cell.

So, if in Sheet1, cell B4 is ABC123, it will search all other worksheets finding this number (call this "SheetX" that it finds), and then in B3 in "Sheet1", enter the figure from "SheetX" that is in T2.

Is there a solution for this? I've tried searching but couldn't find anything that I could use to make work. Or am I on drugs trying to do this?? Foot in Mouth

Create new topic
dukester
477 posts

Ultimate Geek
+1 received by user: 48

ID Verified
Lifetime subscriber

  #743015 10-Jan-2013 19:31
Send private message

I have found this website useful for getting answers to spreadsheet problems.



dukester
477 posts

Ultimate Geek
+1 received by user: 48

ID Verified
Lifetime subscriber

  #743016 10-Jan-2013 19:33
Send private message

doh, might help to post the web address
http://www.mrexcel.com/forum/forum.php

gzt

gzt
18682 posts

Uber Geek
+1 received by user: 7823

Lifetime subscriber

  #743027 10-Jan-2013 20:23
Send private message

If you have a solution that works on the same worksheet or for a specific different worksheet then you are halfway there. If not then start here.

From there you will need to use vb to loop through the worksheets collection until you find a match.

Edit: Well maybe you can refer to the whole collection in the formula instead of looping through and referencing each specific sheet in the collection but I doubt it.



Byrned

455 posts

Ultimate Geek
+1 received by user: 27


  #743029 10-Jan-2013 20:32
Send private message

gzt: If you have a solution that works on the same worksheet or for a specific different worksheet then you are halfway there. If not then start here.

From there you will need to use vb to loop through the worksheets collection until you find a match.

Edit: Well maybe you can refer to the whole collection in the formula instead of looping through and referencing each specific sheet in the collection but I doubt it.


Quite comfortable using lookups to find data within a specific sheet, its getting excel to find the right sheet first of all that I'm having trouble with. Kinda figured I'd have to use VB to do it, just don't know how.

gzt

gzt
18682 posts

Uber Geek
+1 received by user: 7823

Lifetime subscriber

  #743030 10-Jan-2013 20:50
Send private message

Here's the basic syntax for the collection referencing and loop:

http://support.microsoft.com/kb/213621

It's from excel2k but I assume it still works the same.

alasta
6889 posts

Uber Geek
+1 received by user: 3363

Trusted
Subscriber

  #743032 10-Jan-2013 20:56
Send private message

To clarify are you wanting to search all cells in the target worksheets? Or just a range of cells?

You might want to give a bit more context around the objective of the spreadsheet and what the individual worksheets represent in case there are structural changes or alternative approaches that might make this easier. 

Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.