M
Martin
Hello,
I have a table which I have imported from a main frame. There are two
columns one with the unique identifier and one with a number, an example is
below:
ID Value
N1 15
26
38
N2 73
85
46
The problem I have is I need the ID above to be copied into the rows where
the ID is null until the ID is not null. So the table will look like this:
ID Value
N1 15
N1 26
N1 38
N2 73
N2 85
N2 46
Can someone advise on the best way to do this? I think it needs a do loop
function but I can't think how to write this.
Many thanks,
Martin
I have a table which I have imported from a main frame. There are two
columns one with the unique identifier and one with a number, an example is
below:
ID Value
N1 15
26
38
N2 73
85
46
The problem I have is I need the ID above to be copied into the rows where
the ID is null until the ID is not null. So the table will look like this:
ID Value
N1 15
N1 26
N1 38
N2 73
N2 85
N2 46
Can someone advise on the best way to do this? I think it needs a do loop
function but I can't think how to write this.
Many thanks,
Martin