Good Morning All;
I'm hoping someone can help me with a formula that's adding a bunch of trailing commas to CSV files. Currently the formula reads:
=IF(ISBLANK(Parameters!A23),"",Parameters!A23)
The purpose is to draw in the value of cell A23 if in fact a value exists, if not the formula's result should be a blank cell. However when converting the file into CSV the "" registers as data, as such there are comma's at the end of each line with blank data.
Is there away to alter the formula above so that if Parameters!A23 is blank the result of the formula is a completely blank cell that would not be caught in a CSV file?
All thoughts are appreciated,
Derek
I'm hoping someone can help me with a formula that's adding a bunch of trailing commas to CSV files. Currently the formula reads:
=IF(ISBLANK(Parameters!A23),"",Parameters!A23)
The purpose is to draw in the value of cell A23 if in fact a value exists, if not the formula's result should be a blank cell. However when converting the file into CSV the "" registers as data, as such there are comma's at the end of each line with blank data.
Is there away to alter the formula above so that if Parameters!A23 is blank the result of the formula is a completely blank cell that would not be caught in a CSV file?
All thoughts are appreciated,
Derek