=IF(I9>40,I9-40,"") is what I just did, and I just get an error in the formula. The SUMPRODUCT formula just copied the information in Cell I9.
Excel Workbook | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Week | Hours | OT | ||
2 | 1 | 37 | |||
3 | 2 | 40 | |||
4 | 3 | 39 | |||
5 | 4 | 42 | 2 | ||
6 | 5 | 43 | 3 | ||
7 | 6 | 48 | 8 | ||
8 | 7 | 41 | 1 | ||
9 | 8 | 32 | |||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C2 | =IF(B2>40,B2-40,"") | |
C3 | =IF(B3>40,B3-40,"") | |
C4 | =IF(B4>40,B4-40,"") | |
C5 | =IF(B5>40,B5-40,"") | |
C6 | =IF(B6>40,B6-40,"") | |
C7 | =IF(B7>40,B7-40,"") | |
C8 | =IF(B8>40,B8-40,"") | |
C9 | =IF(B9>40,B9-40,"") |
=IF(I9>40,I9-40,"") is what I just did, and I just get an error in the formula. The SUMPRODUCT formula just copied the information in Cell I9.