Michelle_112
New Member
- Joined
- May 6, 2010
- Messages
- 40
hi All,
I have a tracking spreadsheet that tracks status progress of about 50 different procedures manuals.
There is a procedures manual, per row with various related columns for each manual. One of the columns is an 'Action status' column - which is updated on a daily basis for each manual.
(Alt+ enter) function is used to insert a 'new line within the 'Action status cell for each manual, for each days given update
eg. though 1 x status comment could go for > x1 line (within the same cell). Majority of the updates are sequential - format of dates like example below.
My Objective is to:
Develop a report via macro that will show only the last couple of dates worth of udpates for each manual. Eg. I want to extract data from the last 1-2 lines in the 'Action status column' . Eg. being wording " 24/01 - Last update (example) " Cell range: C2 --> C11.
( Please refer to attached s/s which shows what im talking about.)
Not sure if this could work? Thought about some possible options:
Eg1.
Migrating the data - extracting data from the last 1-2 lines in the 'Action status column' cells containing multiple lines
ie. 'Migrate data' from "Column C's" latest update. Eg. being wording " 24/01 - Last update (example) " in Columns Cell range: C2 --> C11.
1) into a new column in the existing sheet. (next to the action status column)
OR
Eg2.
Migrate data' from "Column C's" latest update (1-2 lines within each cell) . Eg. being wording " 24/01 - Last update (example) " into a separate sheet with Column the same 3 related columns (just minus the old updates history)
Note: Format on my actual sheet has the same date format.
eg.
24/03 - xxxx
25/03 - xxxx
26/03 etc.
Eg3.
Rather than migrate the data - somehow delete all "All updates within each cell in column C, except for the last 1-2 Lines.
At the moment Im spending hours deleting old updates & creating new versions of spreadsheets - as I need to keep the historical content, but is not useful to me on a daily basis, espec. with reporting on current status.
Not sure if its possible? Anyone have any ideas would really appreciate it.
I have a tracking spreadsheet that tracks status progress of about 50 different procedures manuals.
There is a procedures manual, per row with various related columns for each manual. One of the columns is an 'Action status' column - which is updated on a daily basis for each manual.
(Alt+ enter) function is used to insert a 'new line within the 'Action status cell for each manual, for each days given update
eg. though 1 x status comment could go for > x1 line (within the same cell). Majority of the updates are sequential - format of dates like example below.
My Objective is to:
Develop a report via macro that will show only the last couple of dates worth of udpates for each manual. Eg. I want to extract data from the last 1-2 lines in the 'Action status column' . Eg. being wording " 24/01 - Last update (example) " Cell range: C2 --> C11.
( Please refer to attached s/s which shows what im talking about.)
Not sure if this could work? Thought about some possible options:
Eg1.
Migrating the data - extracting data from the last 1-2 lines in the 'Action status column' cells containing multiple lines
ie. 'Migrate data' from "Column C's" latest update. Eg. being wording " 24/01 - Last update (example) " in Columns Cell range: C2 --> C11.
1) into a new column in the existing sheet. (next to the action status column)
OR
Eg2.
Migrate data' from "Column C's" latest update (1-2 lines within each cell) . Eg. being wording " 24/01 - Last update (example) " into a separate sheet with Column the same 3 related columns (just minus the old updates history)
Note: Format on my actual sheet has the same date format.
eg.
24/03 - xxxx
25/03 - xxxx
26/03 etc.
Eg3.
Rather than migrate the data - somehow delete all "All updates within each cell in column C, except for the last 1-2 Lines.
At the moment Im spending hours deleting old updates & creating new versions of spreadsheets - as I need to keep the historical content, but is not useful to me on a daily basis, espec. with reporting on current status.
Not sure if its possible? Anyone have any ideas would really appreciate it.
Excel Workbook | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Procedure manual name | Procedure manual # | Action Status | ||
2 | Procedure manual A | PM#1 | 13/01 - First update (example)14/01 - update xyz 15/01 - update xyz 16/01 - update xyz 17/01 - update xyz 18/01 - update xyz 19/01 - update xyz 22/01 - update xyz 23/01 - update xyz 24/01 - Last update (example) | ||
3 | Procedure manual B | PM#2 | 13/01 - First update (example)14/01 - update xyz 15/01 - update xyz 16/01 - update xyz 17/01 - update xyz 18/01 - update xyz 19/01 - update xyz 22/01 - update xyz 23/01 - update xyz 24/01 - Last update (example) | ||
4 | Procedure manual C | PM#3 | 13/01 - First update (example)14/01 - update xyz 15/01 - update xyz 16/01 - update xyz 17/01 - update xyz 18/01 - update xyz 19/01 - update xyz 22/01 - update xyz 23/01 - update xyz 24/01 - Last update (example) | ||
5 | Procedure manual D | PM#4 | 13/01 - First update (example)14/01 - update xyz 15/01 - update xyz 16/01 - update xyz 17/01 - update xyz 18/01 - update xyz 19/01 - update xyz 22/01 - update xyz 23/01 - update xyz 24/01 - Last update (example) | ||
6 | Procedure manual E | PM#5 | " " | ||
7 | Procedure manual A | PM#6 | " " | ||
8 | Procedure manual B | PM#7 | " " | ||
9 | Procedure manual C | PM#8 | " " | ||
10 | Procedure manual D | PM#9 | " " | ||
11 | Procedure manual E | PM#10 | " " | ||
Sheet1 |