I'm trying to populate a form that will have varying amounts come in based on the users input but can't figure out how to make this dynamic as I'm pulling the data from a different tab in the excel sheet. The lines must always remain in the same order. Not sure if this makes sense, have included a sample table below with a few annotations? Any help would be much appreciated!
| Description | Amount |
| Line 1 - these are fixed descriptions that must stay in the same place | 123 |
| Line 2 | 234 |
| Line 3 | 345 |
| [Other] - can be any description (text will change) | 456 |
| [Other] - can be any number of new descriptions added at one time | 567 |
| [Other] | 789 |
| Line 4 - this needs to come after the new lines | 890 |
| Line 5 | 901 |
| Line 6 | 012 |