Forum Discussion
VShostak
Oct 30, 2023Copper Contributor
The diagrama does not want to correctly display the result of the function
Hello The diagrama does not want to correctly display the result of the function " =IF(U:U="";"";U:U-$AI$3) ", diagrama "breaks" when it hits an empty cell created by the function. Is it possible...
JKPieterse
Oct 30, 2023Silver Contributor
What if you change the formula to:
=IF(U:U="";NA();U:U-$AI$3)
=IF(U:U="";NA();U:U-$AI$3)
- VShostakOct 30, 2023Copper ContributorIt worked, thanks a lot!