Error fields in Numbers timesheet / pay calculation table due to blank future hours fields.
Figured out how to calculate Hours from Start Time and End Time columns, and Total Daily Pay from Hours using DUR2HOURS function, but now seeing red error alerts in the remainder of the Total Daily Pay column. Since I haven't worked those days yet, values were blank in the Hours column, which Numbers is autofilling with zeros in all "future" fields. Numbers doesn't seem to like when these fields = 0, so it's giving red error symbols in all remaining fields of the Total Daily Pay column, including the Total Sum at the bottom.
Does anyone know a way around this or a better way to format this? (I tried an IF clause to see if I could get Numbers to ignore the zeros in the Hours column, or give me zeros in Total Daily Pay column instead of error alerts, but couldn't get that to work.)