Hello,
I am sure this has been asked before. I am a novice user and would like a simple solution here to complete my workflow. I would like to replace NULL with my budget column for Current Period and QTD. Attaching an image of my expected results. Thank you for the assistance
Solved! Go to Solution.
Hi @mandrewcini
Please use the below formula.
IF IsNull([Current Period])
THEN [Current Period Budget]
ELSE [Current Period]
ENDIF
IF IsNull([QTD])
THEN [QTD Budget]
ELSE [QTD]
ENDIF
Many thanks
Shanker V
User | Count |
---|---|
107 | |
82 | |
70 | |
54 | |
40 |