Hi there,
to quote to Dr. Strange (not verbatim though), Dormammu, I have come again for advice.
I have a tracker w/multiple sheets, one is called NEW, one is Completed and one is Cancelled, there is also a lists tab for drop down menus. This is a mockup of a file I am using for work.
My question is:
Can I move a row where I have flipped the status from NO to either Yes, or Cancelled to the corresponding tab, i.e. when I set the cell in N2 to Yes, the whole row should move to COMPLETED, or if N2 = Cancelled to the Cancelled tab.
I also need to have the rows insert beneath the last row on either the Completed or Cancelled tab. I have both other tabs copied below (1st is completed, 2nd is cancelled, just look at column N if unclear)
And finally, when the row gets moved I would like to get rid of the formatting in column B which is based on a priority
Thank you again for helping out a noob who is trying to improve processes left behind.
to quote to Dr. Strange (not verbatim though), Dormammu, I have come again for advice.
I have a tracker w/multiple sheets, one is called NEW, one is Completed and one is Cancelled, there is also a lists tab for drop down menus. This is a mockup of a file I am using for work.
My question is:
Can I move a row where I have flipped the status from NO to either Yes, or Cancelled to the corresponding tab, i.e. when I set the cell in N2 to Yes, the whole row should move to COMPLETED, or if N2 = Cancelled to the Cancelled tab.
I also need to have the rows insert beneath the last row on either the Completed or Cancelled tab. I have both other tabs copied below (1st is completed, 2nd is cancelled, just look at column N if unclear)
And finally, when the row gets moved I would like to get rid of the formatting in column B which is based on a priority
Thank you again for helping out a noob who is trying to improve processes left behind.
example tracker.xlsx | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | |||
1 | Date received | Priority | Company | BD Contact | Lead | Quotation Number | SF Inquiry | Project decription | Type | Rebid | Target completion date | Actual completion date | Notes | Completed2 | ||
2 | 20-Jun-22 | 1 | abc Ltd | Mike | John | Q123456 | 75-1234 | make cars | quotation | no | 25-Jun-22 | make enough cars | No | |||
3 | 20-Jun-22 | 2 | dfg inc. | Ashley | John | Q123457 | 75-1235 | make dummies | quotation | yes | 28-Jun | make enough dummies | No | |||
4 | 21-Jun-22 | 1 | dfg inc. | Ashley | John | Q123458 | 75-1236 | make engines | quotation | no | 30-Jun | make enough engines | No | |||
5 | 22-Jun-22 | 1 | jung llc | Heidi | Cassiopeia | Q123459 | 75-1237 | make seats | quotation | no | 29-Jun | make enough seats | No | |||
6 | 23-Jun-22 | 2 | lan llc | Larry | Megan | Q123460 | 75-1238 | make windows | quotation | no | 24-Jun | make enough windows | No | |||
7 | 24-Jun-22 | 2 | abc Ltd | Mike | John | Q123461 | 75-1239 | make wheels | quotation | no | 27-Jun | make enough wheels | No | |||
8 | 25-Jun-22 | on hold | abc Ltd | Mike | John | Q123462 | 75-1240 | make more cars | Cost Estimate | no | 29-Jun | make way more cars | No | |||
New |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
B2:B8 | Cell Value | ="on hold" | text | NO |
B2:B8 | Cell Value | =2 | text | NO |
B2:B8 | Cell Value | =1 | text | NO |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
N2:N8 | List | =Completion |
D2:D8 | List | =BD |
E2:E8 | List | =Lead |
I2:I8 | List | =Type |
Date received | Priority | Company | BD Contact | Lead | Quotation Number | SF Inquiry | Project decription | Type | Rebid | Target completion date | Actual completion date | Notes | Completed |
15-Jun-22 | 1 | abc Ltd | Mike | John | Q123456 | 75-1234 | make cars | quotation | no | 19-Jun-22 | 19-Jun | make enough cars | Yes |
Date received | Priority | Company | BD Contact | Lead | Quotation Number | SF Inquiry | Project decription | Type | Rebid | Target completion date | Actual completion date | Notes | Complete |
15-Jun-22 | 1 | zxT, LLC | Ashley | Megan | Q123456 | 75-0023 | make rubber hose | quotation | no | 19-Jun-22 | 19-Jun | make enough cars | Cancelled |