PROJECT DESCRIPTION:
I am making a time sheet. Rows 32 and above list the hours I have worked in a day. Each row represents a day. Each column represents a different castigatory (vacation time, hours, overtime, sick time, etc.). Row 34 lists the $ I earn for each category. I am using column M to determine how much $ I would make for that row's day. Column M is what I am having problems with....
PROBLEM:
Why does column M have a $ amount event if I have not yet entered in my hours? The function I am using is this:
M20=SUM(G20*G34)+(H20*H34)+(I20*I34)+(J20+J34)+(K20*K34)+(L20*L34)
This function works great after I put in my hours. But before I put in my hours, it has a $ amount. I would think it would show $0.00 considering it is multiplying by nothing.
GOAL:
I'd like for M20 to remain blank until I add my hours in G20, H20, I20, K20, & L20. How do I make this happen?Where am I going wrong in my formula?
I am making a time sheet. Rows 32 and above list the hours I have worked in a day. Each row represents a day. Each column represents a different castigatory (vacation time, hours, overtime, sick time, etc.). Row 34 lists the $ I earn for each category. I am using column M to determine how much $ I would make for that row's day. Column M is what I am having problems with....
PROBLEM:
Why does column M have a $ amount event if I have not yet entered in my hours? The function I am using is this:
M20=SUM(G20*G34)+(H20*H34)+(I20*I34)+(J20+J34)+(K20*K34)+(L20*L34)
This function works great after I put in my hours. But before I put in my hours, it has a $ amount. I would think it would show $0.00 considering it is multiplying by nothing.
GOAL:
I'd like for M20 to remain blank until I add my hours in G20, H20, I20, K20, & L20. How do I make this happen?Where am I going wrong in my formula?