Hi All,
I wonder if anyone can help me, Attached is a spreadsheet that i have created for Time Management but I do not know how to get rid of the ######## in Column J & L. Can anyone advise how to do this.
Shazz
xx
Hi All,
I wonder if anyone can help me, Attached is a spreadsheet that i have created for Time Management but I do not know how to get rid of the ######## in Column J & L. Can anyone advise how to do this.
Shazz
xx
Last edited by Shazz; 06-14-2012 at 06:59 AM. Reason: Removal of attachment
In I2 tryand pull down as needed.![]()
Please Login or Register to view this content.
In the expression SUM(E2-D2+F2) the SUM function is redundant thus unnecessary
This isn't right but it shows you how to approach it.
=IF(E2<>"",(E2-D2+F2),0)+IF(G2<>"",(G2-H2),0)-IF(F2<>"",F2,0)
You need to decide what default values to use when various cells are blank. As it is, you get invalid/negative times which ripple through to the total.
Regards, TMS
Trevor Shuttleworth - Retired Excel/VBA Consultant
I dream of a better world where chickens can cross the road without having their motives questioned
'Being unapologetic means never having to say you're sorry' John Cooper Clarke
Thanks, that works a treat.
Shazz
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks