I have a column of values that print out N/A. Instead of N/A, I'd like to print three dashes. One thing to note is that some of the values in the column are not N/A so I need to print those. Basically I want to substitute the N/A for "---". Can someone please tell me how I can do this?
Thanks