View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kelly******** Kelly******** is offline
external usenet poster
 
Posts: 33
Default If staement and macro

I need to compare data in column A (which contains Names) starting with cell
A2 if a nother cell in column A has the same name then copy cell G in that
row to H2 then repeat the search again and if another match to A2 is found
copy cell G in that row to I2
If no match is found do nothing
I would like to incorporate this into a macro and run it from another sheet
in the workbook