D David Lewis Oct 14, 2003 #1 I am doing a timesheet and for rows that do not get time at the end it displays a sum of 0. How do I not show the 0
I am doing a timesheet and for rows that do not get time at the end it displays a sum of 0. How do I not show the 0
K Ken Russell Oct 14, 2003 #2 Tools/Options/View, untick zero box. -- Ken Russell | I am doing a timesheet and for rows that do not get time at the end | it displays a sum of 0. How do I not show the 0 |
Tools/Options/View, untick zero box. -- Ken Russell | I am doing a timesheet and for rows that do not get time at the end | it displays a sum of 0. How do I not show the 0 |
G Guest Oct 14, 2003 #3 Right click cell, select format cell, select number tab, select custom, paste in the following: #,###_);(#,##_)
Right click cell, select format cell, select number tab, select custom, paste in the following: #,###_);(#,##_)