I am fairly new to this, but I am sure there has to be a way for this to be done, but i am struggling. I am wanting to copy cells (A8,C8,F8,G8,H8,K8) based on a control checkbox in cell J8. If the box is checked that data would be pasted in the same sheet in a table (M8:R8) in the next available row. I have multiple rows of data that could be checked/unchecked, and if a box is unchecked, i would like it to be removed from the table. I have cut columns and data from the mini sheet to be able to post on here, but should still give an idea of what i am trying to accomplish. Any and all advice would be appreciated, even if I need to go about this another way. Thanks!
Evan Test.xlsm | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | |||
1 | CHEMICAL/TILLAGE PAGE | Input Splits Page | ||||||||||||||||||
2 | LAND OWNER: | #REF! | YEAR PLANTED: | #REF! | ||||||||||||||||
3 | FARM NAME: | #REF! | PREVIOUS CROP: | #REF! | ||||||||||||||||
4 | LEGAL: | #REF! | ||||||||||||||||||
5 | CROP PLANTED: | #REF! | ACRES: | #REF! | ||||||||||||||||
6 | TRACT# | #REF! | FARM #: | #REF! | ||||||||||||||||
7 | Date | Acres Applied | Product | Rate/ Acre | Unit | Total Applied | Unit | Price | Cost/Acre | Split | Total Cost | Date | Product | Total Applied | Unit | Price | Total Cost | |||
8 | 8/7/2024 | 136 | Cornerstone 5 Plus | 18.12 | Oz | 19.25 | Gallons | $20.00 | $ 2.83 | $ 385.05 | ||||||||||
9 | 8/7/2024 | 136 | Defy LV-6 | 10.07 | Oz | 10.70 | Gallons | $5.00 | $ 0.39 | $ 53.50 | ||||||||||
10 | 8/7/2024 | 136 | Dicamba DMA Salt | 8.05 | Oz | 8.55 | Gallons | $6.00 | $ 0.38 | $ 51.32 | ||||||||||
11 | 8/7/2024 | 136 | Boneyard | 3.22 | Oz | 3.42 | Gallons | $22.80 | $ 0.57 | $ 78.00 | ||||||||||
12 | ||||||||||||||||||||
13 | 10/7/2024 | 90 | Cornerstone 5 Plus | 16.05 | Oz | 11.29 | Gallons | $20.00 | $ 2.51 | $ 225.70 | ||||||||||
14 | 10/7/2024 | 90 | Defy LV-6 | 10.03 | Oz | 7.05 | Gallons | $5.00 | $ 0.39 | $ 35.26 | ||||||||||
15 | 10/7/2024 | 90 | Boneyard | 3.21 | Oz | 2.26 | Gallons | $22.80 | $ 0.57 | $ 51.46 | ||||||||||
16 | ||||||||||||||||||||
17 | ||||||||||||||||||||
18 | ||||||||||||||||||||
19 | ||||||||||||||||||||
20 | ||||||||||||||||||||
21 | ||||||||||||||||||||
22 | ||||||||||||||||||||
23 | ||||||||||||||||||||
24 | ||||||||||||||||||||
25 | ||||||||||||||||||||
26 | ||||||||||||||||||||
27 | ||||||||||||||||||||
28 | ||||||||||||||||||||
29 | ||||||||||||||||||||
30 | ||||||||||||||||||||
31 | ||||||||||||||||||||
32 | ||||||||||||||||||||
33 | ||||||||||||||||||||
34 | ||||||||||||||||||||
35 | ||||||||||||||||||||
36 | ||||||||||||||||||||
37 | ||||||||||||||||||||
38 | ||||||||||||||||||||
39 | ||||||||||||||||||||
40 | ||||||||||||||||||||
41 | ||||||||||||||||||||
42 | ||||||||||||||||||||
43 | ||||||||||||||||||||
44 | TOTAL | $ 7.65 | $ 880.30 | |||||||||||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
I2:I3,I5:I6,D2:D6 | I2 | =#REF! |
F8:F43 | F8 | =(IF(E8="oz",D8*B8/128,IF(E8="Gallon",D8*B8,IF(E8="pound",D8*B8,IF(E8="Dry Ounce",D8*B8,IF(D8="","")))))) |
G8:G43 | G8 | =IF(E8="oz","Gallons",IF(E8="Gallon","Gallons",IF(E8="Pound","Pounds",IF(E8="Dry Ounce","Ounces",IF(E8="",""))))) |
I8:I43 | I8 | =IF(H8="","",F8*H8/B8) |
I44,K44 | I44 | =SUM(I8:I43) |
K8:K43 | K8 | =IF(I8="","",I8*B8) |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
H8:H43 | List | =XLOOKUP(C8,Level1Choice,Level2Result)# |
Q8 | List | =XLOOKUP(L8,Level1Choice,Level2Result)# |
A8:A43 | Date | >=1/1/2024 |
M8 | Date | >=1/1/2024 |
E8:E43 | List | =Units |