Formula ? Pull in name from another sheet once ?

zone709

Well-known Member
Joined
Mar 1, 2016
Messages
2,079
Office Version
  1. 365
Platform
  1. Windows
Hi

I have a sheet that has a list of names in Column A. The thing is the name is there multiple times. How and if I can pull in the name once onto another sheet having it recognize the next name is different and pull it in? Remember each name will not be repeated the same amount of times. It will always be different.

Examples:

Excel 2016 (Windows) 32 bit
A
B
C
D
E
F
1
2
3
4
5
6
7
8
9
10
11
12
Name
13
Espo
14
Espo
15
Espo
16
Espo
17
Rivera
18
Rivera
19
Rivera
20
Rivera
21
Rivera
22
Len
23
Len
24
Len
25
Len
26
27
Sheet: Flush


Results

Excel 2016 (Windows) 32 bit
A
B
C
D
1
2
3
4
5
6
7
8
9
10
11
12
Name
13
Espo
14
Rivera
15
Len
16
17
Sheet: Roll
 
You'll need to change the formula to match. Here's my best guess:

=IFERROR(INDEX(Flush!$A$13:$A$1000,SMALL(IF(Flush!$A$13:$A$1000<>Flush!$A$12:$A$999,ROW($A$13:$A$1000)-ROW($A$13)+1),ROWS($A$13:$A13))),"")&""
 
Upvote 0

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Change that row reference to EXACTLY match your last row with data in that column.
Also be sure to use CTRL-SHIFT-ENTER to enter your formula again. Just using Enter will not work.
 
Upvote 0
works thanks I had to change the A99 to A999 and that worked. Cheers
 
Upvote 0

Forum statistics

Threads
1,215,989
Messages
6,128,149
Members
449,427
Latest member
jahaynes

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