reference multiple tabs and combine in one column

covino

New Member
Joined
Oct 6, 2017
Messages
2
Hi All. I have always found great help in this forum and here I am again stuck without a solution.

I have a spreadsheet where I want to have referenced to column A all names from the column A in 3 different tabs of another spreadsheet. I also need to put them in order and be able to expand the referenced column every time a new name is added to any of the other spreadsheets.

example :

people I like.xls

A | B | C
Amanda
Cassandra
joannah


People I don't like.xls

A | B | C
fernanda
kimberley
renata

names list.xls (the list I want to make)

A | B | C
Amanda
Cassandra
joannah
fernanda
kimberley
renata

So, this works that every time I add a name to any of the first 2 spreadsheets, it will update the third one. Is this possible with excel formulas? I cant figure out a way.

Any help is much appreciated.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Welcome to the MrExcel board!

Is this the sort of thing you mean?


Book1
A
1Amanda
2Cassandra
3joannah
4
Like



Book1
A
1fernanda
2kimberley
3renata
4
Dislike



This formula copied down.


Book1
A
1Amanda
2Cassandra
3joannah
4fernanda
5kimberley
6renata
7
List
Cell Formulas
RangeFormula
A1=IF(ROWS(A$1:A1)>COUNTA(Like!A$1:A$1000)+COUNTA(Dislike!A$1:A$1000),"",IF(ROWS(A$1:A1)>COUNTA(Like!A$1:A$1000),INDEX(Dislike!A$1:A$1000,ROWS(A$1:A1)-COUNTA(Like!A$1:A$1000)),INDEX(Like!A$1:A$1000,ROWS(A$1:A1))))
 
Upvote 0

Forum statistics

Threads
1,214,587
Messages
6,120,405
Members
448,958
Latest member
Hat4Life

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