I have a real need to replace x with y when y exists:
A 1 <null>
2 <null>
3 y
4 <null>
Total = x
Having difficulty figuring out a function or syntax I can use to say x=If(anything but null exists in column 3 from left) then <whatever exists in column 3 from left)
Any ideas? Hoping the question is clear enough.
Thanks!
Barrett
A 1 <null>
2 <null>
3 y
4 <null>
Total = x
Having difficulty figuring out a function or syntax I can use to say x=If(anything but null exists in column 3 from left) then <whatever exists in column 3 from left)
Any ideas? Hoping the question is clear enough.
Thanks!
Barrett