Without seeing the actual data/information, it is difficult to give the best answer. The concept should work universally.
For example, if cell A1 is negative, and you want to leave cell B1 blank until A1 is positive, you can use a formula like:
=IF(A1<0,"",A1)
Obviously, you'd rework the formula to suit your needs.
Bookmarks