Hi there,
I currently use an IF formula to evaluate two cells, and return the data in the 1st cell if there is nothing in the 2nd, and the 2nd cell if it is populated;
=IF(B1="",(A1),(B1))
Now I would like to do this across an array of cells, i.e. I would like the rightmost cell in a range to...