The formula below works but returns 0 when B2 is empty. What I'm trying to do is if B5 contains data then copy B2 only if B2 also contains data, if B2 is empty I would need the cell where I have the formula to stay blank too and not show 0.
Thanks
=IF(B5<>"", B2,"")
Thanks