Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I want to replace null, '-' Value with 0 (Numeric Zero) by Script level or sheet level.
I tried below syntax,
If (isnull(YourExpression),0,YourExpression)
but it's not working.
Kindly suggest.
Thanks,
Pooja