I have a data file that looks like this: There are many cases where a value for the column "ActualRead" will not exist, and therefore it will be an estimated read that shows up in the "EstimatedReads" column. My question is how do I combine these two columns so that I have a single column that contains the actual reads, and replaces the missing actual reads with the estimated reads in the other column? P.s. I am a SaS novice. I can handle some programming, but would prefer a solution in EG. Thanks.
... View more