extract values within multiple sheets in 1 workbook.

Aberdham

Board Regular
Joined
Mar 8, 2018
Messages
163
Office Version
  1. 365
Platform
  1. Windows
Hi guys,

I am having a hard time trying to exact certain values from multiple Sheets. basically 2 Sheets contain all the description (data that i would like to extract) to the overview sheet. (all within an Excel file)

should it be possible to come up with a VBA code or formula to do the tricks?

would be grateful if any of you could help.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Hi, it depends on what you want to extract, but yep, pretty much anything is possible. If you're just wanting to return a value from one sheet into another, the easiest way to start is to just select a cell, type the equals sign, then go into your other sheet and click on the data you want to return and hit enter.
 
Upvote 0
Thanks for your reply. that i know. the Problem is there are hundreds of entries. it would take days to look for the exact value then. what I am hoping is to have a formula or a vba code to do the trick.
 
Upvote 0
No prob. Depending on what criteria you're looking for in the data you want to return, you might want something like either HLOOKUP, VLOOKUP, INDEX. Can you give more details on the data you're trying to look up?
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,332
Members
449,077
Latest member
jmsotelo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top