Hi,
I'm trying to add data to only a particular row by comparing two columns of the same row and then giving it an addition column only if the initial two columns satisfy my requirements.
I understand the concept to be in the following manner
if column x = q12345 and column y (of same row of column x) is not zero, then new column should show certain value2
Solved! Go to Solution.