Can someone please tell me if this statement is possible? I do not want a value error returned if the calculation cell reference is empty.
=IF(F$15<>NULL,("=NL(""Sum"",""Sales Invoice Line"",""Quantity"",""Document No."","""&$F15&""",""No."","""&H$13&""")"),"-")
this statement runs but gives me #Name error. Any way to fix this?