Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I have a column that is fed by a new Excel File every week. The Excel Files are loaded with a Greencard * that is loading alway the latest Version of the file. Now the problem is that I'd like to keep the old data and change only the new one.
For example:
File 24 contains 1,1,1,0,0,0,1,1,1
File 25 contains 1,0,0,1,1,0,0,1,0
File 26 contains 1,1,1,0,0,1,1,0,1
With the normal load I get this result:
3,2,2,1,1,1,2,2,2
What I want is:
1,1,1,1,1,1,1,1,1
Anyone has an idea???
What is the logic of old and New?