Combining data from 3 tabs

datadummy

Active Member
Joined
Mar 16, 2017
Messages
312
Office Version
  1. 365
Platform
  1. Windows
I am attempting to combine data from 3 separate tabs onto one tab via a unique identifier that is on all 3 tabs. Once I have identified the unique identifier on each tab I would then like to bring over all accompanying data from each of the 3 tabs into one tab. Is this possible via a formula?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
formulas dont move data around... you set them in a cell and they will calculate a value which you can then format to display however you like. So no. If you need to physically move data from one sheet to another, you do it with mouse and keyboard (lol) or via macro. You will want to write a subroutine. Then you can look through each sheet and copy and paste data wherever you like based on whatever criteria you can think of.
 
Upvote 0
Thanks. I'm not versed in VBA so a macro is likely out of my wheel house.
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,718
Members
448,986
Latest member
andreguerra

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