I have a google spreadsheet with start (C) and end (D) timestamps. I am calculating the time difference using =(D1-C1). I have copied the formula to empty columns which returns a 0 time difference. Is there a way to hide the value if it returns 0?
Tell me more
×
Web Applications Stack Exchange is a question and answer site for
power users of web applications. It's 100% free, no registration required.
|
|
|||
|
|
|
The following formula will do just that:
It says: if the result of D1-C1 equals 0, then show nothing (""), else show the result. |
|||||
|
