View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jasdf Jasdf is offline
external usenet poster
 
Posts: 1
Default Complicated question

This is my problem:

First file

A B C
1 x a
2 y b
3 z c
4 q d
5 w 3

Second file:
A B C
1
2
3
4
5

Now i need to create something to search first file and when it finds that
in row 2 value in column C is b, it needs to copy value b and paste it in
second file in row 2 under column C.
I would be grateful for any help.
Thank you.