willow1985
Well-known Member
- Joined
- Jul 24, 2019
- Messages
- 915
- Office Version
- 365
- Platform
- Windows
My boss created a spreadsheet that crashes consistently no matter what you do in it. I know there are too many lines and the formula's are too complicated/have errors.
What he wants is an employee list that is repetitive for every employee/visitors for every single day of the year = 11003 rows!
Any help re-creating this would be greatly appreciated!
What he wants is an employee list that is repetitive for every employee/visitors for every single day of the year = 11003 rows!
Cell Formulas | ||
---|---|---|
Range | Formula | |
A1 | A1 | =TODAY() |
F1 | F1 | ="Total Action items: "&J1&", Open Items: "&COUNTIF(H3:H62,"N")&", Completed on Time: "&K1 |
J1:K1 | J1 | =SUM(J3:J62) |
A3:A62 | A3 | =ROW() |
J3:J62 | J3 | =COUNT(G3) |
K3:K62 | K3 | =IF(ISBLANK(I3),0,IF(I3<=G3,1,0)) |
L3:L62 | L3 | =IF(I3="","",ISOWEEKNUM(I3)) |
B4:B32,B34:B62 | B4 | =B3 |
B33 | B33 | =B32+1 |
H3:H62 | H3 | =IF(B3<$A$1,IF(WEEKNUM(B3)=WEEKNUM($A$1),"Week "&WEEKNUM($A$1),"."),IF(B3=$A$1,"o",IF(B3>$A$1,IF(WEEKNUM(B3)=WEEKNUM($A$1),"Week "&WEEKNUM($A$1),"")))) |
Named Ranges | ||
---|---|---|
Name | Refers To | Cells |
'2023'!Print_Area | ='2023'!$A$1:$H$62 | H3:H62 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
D3:D62,F3:F62 | Cell | contains a blank value | text | NO |
C3:C62,H4:I62,A5:G62 | Expression | =$H3="Y" | text | NO |
C3:C62,H4:I62,A5:G62 | Expression | =$G3<1 | text | NO |
C3:C62,H4:I62,A5:G62 | Expression | =$G3<=TODAY() | text | NO |
B3:B62 | Dates Occurring | today | text | NO |
Any help re-creating this would be greatly appreciated!
Last edited: