combining data

  • Thread starter Thread starter jamie.boswell
  • Start date Start date
J

jamie.boswell

Hi,

I am trying to write macro to compare rows of data, for example

row1 0 1 0 0 1 1 0 0
row2 0 0 1 0 0 0 0 1

combined would be

row1 0 1 1 0 1 1 0 1

Once combined the second row will be deleted. There is never an
instance when row1 and row2 will each have a 1 in the same position.

Is there a simple method to achieve this? Does anyone have any
examples?

Thanks for your help, James.
 
Why not just add the two rows, convert the formulas to values and delete both
original rows?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top