How can I search and display relevent info from multiple sheets onto new sheet
-
2012년 8월 15일 수요일 오후 8:45I'm using Win XP and Excel 2007. I'm curious if there is a formula(s) that will allow me to search a specific column across all sheets in a workbook (it is the same column on all the sheets) for a specific number and when it finds that number display all information in that specific row. So say I want to search column B of all 50 worksheets for the number 2 and display all the info from rows that have a 2 in the column on worksheet 1 how would I do this? I've tried using IF() and LOOKUP() but they gave me reference errors. Thank you in advance for any input.
모든 응답
-
2012년 8월 16일 목요일 오전 4:54
check this link this may help you out
http://www.teachexcel.com/excel-help/excel-how-to.php?i=35961
-
2012년 8월 16일 목요일 오전 8:22
If the strutcure is same then use data consolidation feature of excel (From Data->Data Tools->Consolidate).By this you will be able yo get a consolidated sheet on which you can apply Lookup.
This feature will allow you to get a latest data if you linked by "crreate liks to source data"
Best Regards,
Asadulla Javed, Kolkata
---------------------------------------------------------------------------------------------
Please do not forget to click “Vote as Helpful” if any post helps you and "Mark as Answer”if it solves the issue.- 답변으로 표시됨 Daisy CaoMicrosoft Employee, Moderator 2012년 8월 27일 월요일 오전 2:26
-
2012년 8월 16일 목요일 오전 9:58중재자
Hi,
I think it can be done with vba code. Use For...Next to loop for each sheet to search.
If you want to do it with macro, please give me more information about your workbook. You can share the workbook on https://skydrive.live.com/(remove the sensitive information) or just give me the screen shot about the columns, then I will write the code for you.
Jaynet Zhang
TechNet Community Support
- 답변으로 표시됨 Jaynet ZhangMicrosoft Contingent Staff, Moderator 2012년 8월 20일 월요일 오전 2:26

