Hi all,
I want to fill the null entries under family account (tier 1) with the respective sold-to account (tier 2). However, I am facing below problem with my IF formula:
Applied formula: IF IsEmpty([Family Account]) THEN [Sold-to account] ELSE [Family account] ENDIF
Problem: Formula is adding an additional family account entry under sold to:
Before:
Parent account
AB
Sold-to account
BB
Outcome:
Parent Account
AB
Sold-to account
BB
AB
Are you able to help me on this please?
Thanks