Syntax Error in Numbers
I can’t seem to understand where’s the issue with the Syntax here:
=if(B21<0, "Missing", ""), if(B21=0, "", ""), if(B21>0, "Too much", "")
i tried many variations, commas, semicolons etc., but it works only if there’s only 1 “if” sentence