Hi,
So I've been provided with this dataset to analyse and there are two observations for each time point depending on derivation(or lack of used), As below:

The baseline values with aOC dtype are empty, while those with empty dtype are present. This the case for hundreds of different IDs. How can I replace the missing baseline values with the values present in the 'missing' dtype cells without having to copy/paste hundreds of times. I only want to replace the baseline values, and leave other time points as is.
I hope that made sense. Thanks in advance!
So I've been provided with this dataset to analyse and there are two observations for each time point depending on derivation(or lack of used), As below:
The baseline values with aOC dtype are empty, while those with empty dtype are present. This the case for hundreds of different IDs. How can I replace the missing baseline values with the values present in the 'missing' dtype cells without having to copy/paste hundreds of times. I only want to replace the baseline values, and leave other time points as is.
I hope that made sense. Thanks in advance!
Comment