View Single Post
  #1   Report Post  
Mark
 
Posts: n/a
Default Scan and copy cells from one spreadsheet to another.

How to take data from one spreadsheet and copy it to another. The porblem is
I have to scan columns on both for a match first. The only example I could
think of is something like this.

If A5(on first spreadsheet) = C68(on second spreadsheet) then copy H68(from
second spreadsheet) to E5(on first spreadsheet) else enter 0

There is over 1500 lines so I would hate to have to do this manually. Thanks!