badcompany
New Member
- Joined
- Aug 9, 2011
- Messages
- 13
I first want to say "HI!" to all of you members. I usually sneak a peak at this site for some quick help, but this time I am really stuck.
I am trying to create a complex timeline of audit controls for a company. This excel workbook includes three worksheets -- Summary, Status, and Details. Of these three worksheets, I am trying to figure out how to have the Summary sheet display "Overdue" in the Status column by controls that are past due on testing.
The Details sheet is the 'metadata' for the other spreadsheets that includes all the information. In this sheet, I have the months lined up across the top row; For annual controls I merge 12 columns together, semi-annual would be 6 columns wide, and monthly would be a single cell. For each control there is either a Y, N, or Retired (if the control is no longer in use) for each time during the year.
Example: If a semi-annual control was done only during the second half of the year then there would be only a 'Y' in the second of the two cells for the year.
The Status sheet is more high-level than the Details sheet. It displays Pass, Test, or Retired for each month, semi-annual, annual control using an IF statement that depends on the manual entry of Y, N, or Retired on the Details sheet.
The Summary page includes a strict high-level view of the controls. I want to have this page display "Pass" or "Overdue" depending on =today() or =now() or whatever function necessary to take the current date and display which controls do not have a "Pass" or "Retired" in the column for that month.
P.S. I cannot copy and paste this information (security issue), so hopefully I am being as clear as possible. Let me know if I need to ellaborate on something.
Thanks,
bC
I am trying to create a complex timeline of audit controls for a company. This excel workbook includes three worksheets -- Summary, Status, and Details. Of these three worksheets, I am trying to figure out how to have the Summary sheet display "Overdue" in the Status column by controls that are past due on testing.
The Details sheet is the 'metadata' for the other spreadsheets that includes all the information. In this sheet, I have the months lined up across the top row; For annual controls I merge 12 columns together, semi-annual would be 6 columns wide, and monthly would be a single cell. For each control there is either a Y, N, or Retired (if the control is no longer in use) for each time during the year.
Example: If a semi-annual control was done only during the second half of the year then there would be only a 'Y' in the second of the two cells for the year.
The Status sheet is more high-level than the Details sheet. It displays Pass, Test, or Retired for each month, semi-annual, annual control using an IF statement that depends on the manual entry of Y, N, or Retired on the Details sheet.
The Summary page includes a strict high-level view of the controls. I want to have this page display "Pass" or "Overdue" depending on =today() or =now() or whatever function necessary to take the current date and display which controls do not have a "Pass" or "Retired" in the column for that month.
P.S. I cannot copy and paste this information (security issue), so hopefully I am being as clear as possible. Let me know if I need to ellaborate on something.
Thanks,
bC