R
rlfjr75
Hello...I need to automatically insert my entire first row of data at
each increment where the value in Column A has changed. Is there a
function I can establish to do such a task automatically?
Example:
File format as it appears currently..
Number,Date
12345, 8/11/2004
12345, 8/11/2004
98765, 8/12/2004
File format as it needs to appear..
Number,Date
12345, 8/11/2004
12345, 8/11/2004
Number,Date
98765, 8/12/2004
each increment where the value in Column A has changed. Is there a
function I can establish to do such a task automatically?
Example:
File format as it appears currently..
Number,Date
12345, 8/11/2004
12345, 8/11/2004
98765, 8/12/2004
File format as it needs to appear..
Number,Date
12345, 8/11/2004
12345, 8/11/2004
Number,Date
98765, 8/12/2004