Need a lookup to find a name - Urgent

jeetusaini85

Board Regular
Joined
Aug 9, 2013
Messages
131
Dear All,
I have a data excel, I need a formula which will do a lookup in column A (sheet 2) to find the names which doesn’t exist in column A (sheet 1) if found it placed that name into column A (sheet 1).
For example:
Sheet 1 Sheet 2
Column A
Column B
A
1
Formula to place “B” automatically


<tbody>
</tbody>
Column A
Column B
A
1
B
2

<tbody>
</tbody>


I know lots of excel kings are here and I hope my query will resolve :).
 
Sorry,,,,, i think i am bothering you ............

Ok, now i will explain what i want .............

Sheet 2 Sheet 1
Column A Column A
A A
B B
C A
C
B

Now when i write "D" in column A into sheet 2, Column A sheet 1 formula calculate that Is "D" already in the Column A sheet 1if yes do nothing if not "D" should be add in the Column A sheet 1list.

Thanks
 
Last edited:
Upvote 0

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
You're not bothering me.

As I said before why do you need to duplicate your data? Why can't you just use what's on Sheet2? Remember that you can see your workbook but I can't.
 
Upvote 0
See if you can adapt this example (formula in B2 copied down):


Excel 2010
AB
1NamesUnique
2BillAndrew
3EdwardBill
4JohnCharles
5AndrewDavid
6IanEdward
7CharlesFred
8HarryGeorge
9GeorgeHarry
10DavidIan
11FredJohn
12Andrew
13Charles
14Edward
15Bill
Sheet1
Cell Formulas
RangeFormula
B2{=IFERROR(INDEX($A$2:$A$15,MATCH(0,COUNTIF($A$2:$A$15,"<"&$A$2:$A$15)-SUM(COUNTIF($A$2:$A$15,"="&B$1:B1)),0)),"")}
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0

Forum statistics

Threads
1,214,808
Messages
6,121,686
Members
449,048
Latest member
81jamesacct

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