View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vsoler vsoler is offline
external usenet poster
 
Posts: 79
Default Working with pairs of cells

On 16 jun, 22:41, "T. Valko" wrote:
When you say to remove duplicate rows does that mean you want to retain the
first instance and exclude all other instances? For example, based on your
data you want to keep row 1 and exclude row 4. Is this possible:

...........A.............B
1........light........team
2........light........ice
3........light........water
4........light........team
5........water.....wine

Biff

"vsoler" wrote in message

oups.com...



My sheet contains in A1:B500 lots of pairs, some of which are repeated


...........A.............B
1........light........team
2........table.........cup
3........cup.........water
4.........light........team
5.........water......wine


I am interested in removing the duplicated rows (in the case above
light -- team), pushing the rest of the pairs up.


If possible, although it can complicate things, I want to sort the
pairs by column A.


Is it possible to do all this only with formulas? (I don't want to use
advanced filter)


It would help a lot.


Thank you in advance.- Ocultar texto de la cita -


- Mostrar texto de la cita -


T. Valko,

Yes, I want to retain the first instance and delete all the rest.

The example you have given is not possible.