Tony Montana
New Member
- Joined
- Aug 10, 2021
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hi all!
I am looking to add a button to a spreadsheet which will insert a new row at the top of the table (row 2), whilst keeping the data validation & formatting of the row below.
You will see in the example excel doc which I've attached that I have created an array alongside the table. This is done to prevent others from deleting rows, and does the job. I would like to keep this array (or any alternate which works with the "add row button") that will protect rows in the table from being deleted.
I would really appreciate some help ?
I am looking to add a button to a spreadsheet which will insert a new row at the top of the table (row 2), whilst keeping the data validation & formatting of the row below.
You will see in the example excel doc which I've attached that I have created an array alongside the table. This is done to prevent others from deleting rows, and does the job. I would like to keep this array (or any alternate which works with the "add row button") that will protect rows in the table from being deleted.
I would really appreciate some help ?
Example.xlsx | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | |||
1 | Region | Date Entered | Company | Sector | Classification | Contact | 1 | ||||||
2 | East | 10/08/2021 | ABC Enterprise | Engineering | A | Bill | 1 | ||||||
3 | East | 09/08/2021 | IT Services | Tech | B | Roxanne | 1 | ||||||
4 | West | 09/08/2021 | Bulk Wholesale | Food | A | Jane | 1 | ||||||
5 | 1 | ||||||||||||
6 | 1 | ||||||||||||
7 | 1 | ||||||||||||
8 | 1 | ||||||||||||
9 | 1 | ||||||||||||
10 | 1 | ||||||||||||
11 | 1 | ||||||||||||
12 | 1 | ||||||||||||
13 | 1 | ||||||||||||
14 | 1 | ||||||||||||
15 | 1 | ||||||||||||
16 | 1 | ||||||||||||
17 | 1 | ||||||||||||
18 | 1 | ||||||||||||
19 | 1 | ||||||||||||
20 | 1 | ||||||||||||
21 | 1 | ||||||||||||
22 | 1 | ||||||||||||
23 | 1 | ||||||||||||
24 | 1 | ||||||||||||
25 | 1 | ||||||||||||
26 | |||||||||||||
27 | |||||||||||||
28 | |||||||||||||
29 | |||||||||||||
30 | |||||||||||||
31 | |||||||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
I1:I25 | I1 | =1 |
Press CTRL+SHIFT+ENTER to enter array formulas. |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
A2:A25 | List | North, South, East, West |
D2:D25 | List | Manufacturing, Engineering, Tech, Food |
E2:E25 | List | A, B, C |