Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Afternoon...
In have two spreadsheets where i have a number of duplicated information. My objective is to eliminate this duplication that i have. I need to know is there any way that excel will be able to pickup if there is duplication, by running a vlookup or something? For me to actually go threw both spreadsheets to run a cross reference will be to time consuming, is there an alternative? Please i need assistance |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
vlookups will work,
if the data is in column A in both sheets insert a new column B in sheet1 and in B1 enter =if(iserror(vlookup(A1,Sheet2!A:A,0,0),"",1) and copy down or if all you want to do is identify duplicates use conditional format. with a similar equation countif will also work =countif(Sheet2!A:A,A1) "Ebrahim" wrote: Afternoon... In have two spreadsheets where i have a number of duplicated information. My objective is to eliminate this duplication that i have. I need to know is there any way that excel will be able to pickup if there is duplication, by running a vlookup or something? For me to actually go threw both spreadsheets to run a cross reference will be to time consuming, is there an alternative? Please i need assistance |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Chip Pearson has lots of techniques to work with duplicates:
http://www.cpearson.com/excel/duplicat.htm Ebrahim wrote: Afternoon... In have two spreadsheets where i have a number of duplicated information. My objective is to eliminate this duplication that i have. I need to know is there any way that excel will be able to pickup if there is duplication, by running a vlookup or something? For me to actually go threw both spreadsheets to run a cross reference will be to time consuming, is there an alternative? Please i need assistance -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
IF(a1="x",(vlookup 18K rows,2,false),(vlookup 18K,3,false)) RAM? | Excel Worksheet Functions | |||
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |