Hi, Is there anyway to create a custom format that returns "-" for a blan cell? Thank
S Scottmk Aug 26, 2004 #1 Hi, Is there anyway to create a custom format that returns "-" for a blan cell? Thank
D Dave Peterson Aug 27, 2004 #2 I don't think so, but maybe you could use a helper cell and hide the original: =if(a1="","-",a1)
D Dave Peterson Aug 27, 2004 #4 This worked for you when the cell was empty? Hi, 1) #;-#;"-" 2) 0;-0;"-" 3) #,##0;-#,##0;"-" . . . Click to expand...
This worked for you when the cell was empty? Hi, 1) #;-#;"-" 2) 0;-0;"-" 3) #,##0;-#,##0;"-" . . . Click to expand...