lockarde
Board Regular
- Joined
- Oct 23, 2016
- Messages
- 77
Good morning all,
I have an issue with a spreadsheet I use to track job details. Ideally, these details are supposed to be entered as they come in, but sometimes people wait, and suddenly there are details from several days or even weeks past. Is there a way to sort all of these details by the request date? I know native sorting exists, but I have merged cells so sorting isn't possible. I'm not really sure how to store each job range during the sorting? My spreadsheet void of sensitive information is below:
This is what I'm going for, each job range is sorted by the request date:
How the jobs are sorted if they have the same request date isn't important, that can be any order.
I know this is a bit of a bear, so any help is greatly appreciated!
I have an issue with a spreadsheet I use to track job details. Ideally, these details are supposed to be entered as they come in, but sometimes people wait, and suddenly there are details from several days or even weeks past. Is there a way to sort all of these details by the request date? I know native sorting exists, but I have merged cells so sorting isn't possible. I'm not really sure how to store each job range during the sorting? My spreadsheet void of sensitive information is below:
Daily Engineering Reporting - TESTING.xlsm | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | |||
1 | Item(s) | Request Type | Location | Employee | Job ID | Company | Job Value | Job Cost | Est Hours | Act Hours | Req Date | Comp Date | L | W | H | Qty. | Crate Style | Mil Spec? | Prod Job? | Concept? | Design/BOM? | ||
2 | Item 1 | Type 1 | 4/7/2020 | 4/7/2020 | |||||||||||||||||||
3 | Request Details: | Typical job contains 3 rows of information, column count never changes | |||||||||||||||||||||
4 | |||||||||||||||||||||||
5 | Item(s) | Request Type | Location | Employee | Job ID | Company | Job Value | Job Cost | Est Hours | Act Hours | Req Date | Comp Date | L | W | H | Qty. | Crate Style | Mil Spec? | Prod Job? | Concept? | Design/BOM? | ||
6 | Item 1 | Type 2 | 4/1/2020 | 4/3/2020 | |||||||||||||||||||
7 | Request Details: | ||||||||||||||||||||||
8 | |||||||||||||||||||||||
9 | Item(s) | Request Type | Location | Employee | Job ID | Company | Job Value | Job Cost | Est Hours | Act Hours | Req Date | Comp Date | L | W | H | Qty. | Crate Style | Mil Spec? | Prod Job? | Concept? | Design/BOM? | ||
10 | Item 1 | Type 3 | 4/1/2020 | 4/6/2020 | |||||||||||||||||||
11 | Request Details: | ||||||||||||||||||||||
12 | |||||||||||||||||||||||
13 | Item(s) | Request Type | Location | Employee | Job ID | Company | Job Value | Job Cost | Est Hours | Act Hours | Req Date | Comp Date | L | W | H | Qty. | Crate Style | Mil Spec? | Prod Job? | Concept? | Design/BOM? | ||
14 | Item 1 | Type 2 | 4/3/2020 | 4/7/2020 | |||||||||||||||||||
15 | Request Details: | Rabble rabble details details | |||||||||||||||||||||
16 | Notes: | Sometimes jobs contain 4 rows, with notes | |||||||||||||||||||||
17 | |||||||||||||||||||||||
18 | Item(s) | Request Type | Location | Employee | Job ID | Company | Job Value | Job Cost | Est Hours | Act Hours | Req Date | Comp Date | L | W | H | Qty. | Spec | Mil Spec? | Prod Job? | Concept? | Design/BOM? | ||
19 | Item 1 | Type 4 | 4/2/2020 | 4/3/2020 | |||||||||||||||||||
20 | Request Details: | ||||||||||||||||||||||
Sheet1 |
This is what I'm going for, each job range is sorted by the request date:
Daily Engineering Reporting - TESTING.xlsm | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | |||
25 | Item(s) | Request Type | Location | Employee | Job ID | Company | Job Value | Job Cost | Est Hours | Act Hours | Req Date | Comp Date | L | W | H | Qty. | Crate Style | Mil Spec? | Prod Job? | Concept? | Design/BOM? | ||
26 | Item 1 | Type 2 | 4/1/2020 | 4/3/2020 | |||||||||||||||||||
27 | Request Details: | ||||||||||||||||||||||
28 | |||||||||||||||||||||||
29 | Item(s) | Request Type | Location | Employee | Job ID | Company | Job Value | Job Cost | Est Hours | Act Hours | Req Date | Comp Date | L | W | H | Qty. | Crate Style | Mil Spec? | Prod Job? | Concept? | Design/BOM? | ||
30 | Item 1 | Type 3 | 4/1/2020 | 4/6/2020 | |||||||||||||||||||
31 | Request Details: | ||||||||||||||||||||||
32 | |||||||||||||||||||||||
33 | Item(s) | Request Type | Location | Employee | Job ID | Company | Job Value | Job Cost | Est Hours | Act Hours | Req Date | Comp Date | L | W | H | Qty. | Spec | Mil Spec? | Prod Job? | Concept? | Design/BOM? | ||
34 | Item 1 | Type 4 | 4/2/2020 | 4/3/2020 | |||||||||||||||||||
35 | Request Details: | ||||||||||||||||||||||
36 | |||||||||||||||||||||||
37 | Item(s) | Request Type | Location | Employee | Job ID | Company | Job Value | Job Cost | Est Hours | Act Hours | Req Date | Comp Date | L | W | H | Qty. | Crate Style | Mil Spec? | Prod Job? | Concept? | Design/BOM? | ||
38 | Item 1 | Type 2 | 4/3/2020 | 4/7/2020 | |||||||||||||||||||
39 | Request Details: | Rabble rabble details details | |||||||||||||||||||||
40 | Notes: | Sometimes jobs contain 4 rows, with notes | |||||||||||||||||||||
41 | |||||||||||||||||||||||
42 | Item(s) | Request Type | Location | Employee | Job ID | Company | Job Value | Job Cost | Est Hours | Act Hours | Req Date | Comp Date | L | W | H | Qty. | Crate Style | Mil Spec? | Prod Job? | Concept? | Design/BOM? | ||
43 | Item 1 | Type 1 | 4/7/2020 | 4/7/2020 | |||||||||||||||||||
44 | Request Details: | Typical job contains 3 rows of information, column count never changes | |||||||||||||||||||||
Sheet1 |
How the jobs are sorted if they have the same request date isn't important, that can be any order.
I know this is a bit of a bear, so any help is greatly appreciated!