Hi all
I am trying to do the following logic:
Column A formula: Where column B exists use Column B, When Column B is Null Use A
Column B should only have 50 records, so I want to overwrite column A values when this exists.
Column A should have 10,000 records, so I want to keep majority of these when B is null.
Thanks