J
jaklouie
Is there a way to display a default value in cells? I'm
trying to create a timesheet form for work and I'm having
problems with a "Comp Time" section. The function I've
come up with is the following ... =IF(K3>0,SUM(K3+K4)-K5,IF
(K4>0,SUM(K3+K4)-K5,IF(K5>0,SUM(K3+K4)-K5,0))) but if you
leave a cell "blank" instead of actually putting a "0" in
it then I get "#VALUE!" How can I get K5 to calculate
correctly if k3, k4 or k5 is blank or the value has been
deleted (spaced thru)? Or how do I show "0" as the default
value in those cells. I'm sure it's something simple but
I'm new to excel and I can't find help in the help!
Thanks for any help!!
trying to create a timesheet form for work and I'm having
problems with a "Comp Time" section. The function I've
come up with is the following ... =IF(K3>0,SUM(K3+K4)-K5,IF
(K4>0,SUM(K3+K4)-K5,IF(K5>0,SUM(K3+K4)-K5,0))) but if you
leave a cell "blank" instead of actually putting a "0" in
it then I get "#VALUE!" How can I get K5 to calculate
correctly if k3, k4 or k5 is blank or the value has been
deleted (spaced thru)? Or how do I show "0" as the default
value in those cells. I'm sure it's something simple but
I'm new to excel and I can't find help in the help!
Thanks for any help!!