I have a spreadsheet which, as the user selects a couple of options, builds some CMD lines and outputs a batch file.
One cell is using concat to build the CMD line =CONCAT($F$6,C6,$G$6,$H$6,$I$6) but I need to wrap this up so, if there is no data in C6 the concat formula does not apply and the...