Hello fellow Excellers,
Im new here so hello and here we go and bear with me.
I have a spread sheet already with names and values. This is an example real one has (1500 names.)
New List
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]Dave[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
I now have an old (yes old) list that I want to update the new list with.
the Old List has values but I do not want to overwrite the values in the New List but in the Old List, Fred has a value that I DO want to be added.
Old List
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Names[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Dave[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
What I'm looking for, and I'm guessing here is something like......IF cell is blank then input data, if it's not blank then do nothing.
I hope this is clear and thanks for your help.
Sprackers
Im new here so hello and here we go and bear with me.
I have a spread sheet already with names and values. This is an example real one has (1500 names.)
New List
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]Dave[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
I now have an old (yes old) list that I want to update the new list with.
the Old List has values but I do not want to overwrite the values in the New List but in the Old List, Fred has a value that I DO want to be added.
Old List
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Names[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Dave[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Fred[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
What I'm looking for, and I'm guessing here is something like......IF cell is blank then input data, if it's not blank then do nothing.
I hope this is clear and thanks for your help.
Sprackers