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 be the returned result. i.e.
A1 B1 C1 D1 E1 F1
10 20 15 17 17
OR
A1 B1 C1 D1 E1 F1
10 20 15 15
Apologies, not sure how to paste a screenshot - but you get the gist!
Any ideas how to do this? Is there a specific formula, or should I use an nested IF (which i am struggling with!!)
Thanks in advance
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 be the returned result. i.e.
A1 B1 C1 D1 E1 F1
10 20 15 17 17
OR
A1 B1 C1 D1 E1 F1
10 20 15 15
Apologies, not sure how to paste a screenshot - but you get the gist!
Any ideas how to do this? Is there a specific formula, or should I use an nested IF (which i am struggling with!!)
Thanks in advance