Apply different data validation to column based on matching column first cell value

matt767

New Member
Joined
Apr 11, 2022
Messages
40
Office Version
  1. 365
Platform
  1. Windows
data validation = (list, decimal, whole number, etc.)

I have a sheet with a column for products (called variant.id, column F), followed by 20 blank attribute columns (H:AA), followed by their corresponding allowed values columns (AG:AZ), with the attribute name as column headers for both. The allowed values are either a vertical list or a single cell word like 'integer', 'inches', 'ounces', etc. I would like to use VBA to apply data validation list to the attribute columns for which the corresponding allowed values are a list, and data validation decimal (0 to 1000) to the attribute columns whose corresponding allowed values are 'inches', 'ounces', 'pounds', etc. (with input message 'Enter a number in inches, ounces, etc.'), and data validation whole number (0 to 100) to columns with allowed values 'integer' (with input message 'Enter a whole number').

In the VBA I would like to apply the data validation for the attribute columns stretching down to 50K rows and then clear cell contents for cells which return '#N/A' for a vlookup with a concatenation of variant.id column with column header against a pre-made column (column AD) of that combo in between the attribute columns and allowed values columns.

I realize this is a complicated request and I appreciate any assistance you can offer.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
3 parts - the #VALUE! columns are just in case other sheets have more attributes, and in this case there are only 12 attributes:

Revman E.R. Int.xlsm
ABCDEFGHIJKLMNOPQRS
1DateChannelError Sourcevariant.nameSKUvariant.idvariant.product_idfabric_weight_typenumber_of_piecespattern_grouppiece_1_lengthpiece_1_quantitypiece_1_typepiece_1_widthpiece_2_quantitypiece_2_typetextile_constructiontextile_dry_recommendationtextile_wash_recommendation
23/21/2022 14:22targetintegrationxx37802x
33/18/2022 8:25targetintegrationxx33735x
43/18/2022 8:25targetintegrationxx33730x
53/17/2022 13:22targetintegrationxx35192x
63/17/2022 13:22targetintegrationxx35197x
73/17/2022 13:22targetintegrationxx27983x
83/17/2022 13:22targetintegrationxx27986x
93/17/2022 13:22targetintegrationxx35202x
103/17/2022 13:22targetintegrationxx35207x
113/17/2022 13:22targetintegrationxx35212x
123/17/2022 13:22targetintegrationxx35217x
133/17/2022 12:38targetintegrationxx37807x
14
15
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Bath Towel and Washcloth Sets
Cells with Conditional Formatting
CellConditionCell FormatStop If True
H2:AA3,H5:AA5000,H4,J4:AA4Expression=VLOOKUP(CONCATENATE($F2,H$1),$AD:$AD,1,FALSE)=CONCATENATE($F2,H$1)textNO
Cells with Data Validation
CellAllowCriteria
H2:H13List=$AG$2:$AG$5
I2:I3Whole numberbetween 0 and 100
I5:I13Whole numberbetween 0 and 100
J2:J13List=$AI$2:$AI$18
K2:K13Whole numberbetween 0 and 1000
 
Upvote 0
Revman E.R. Int.xlsm
TUVWXYZAAABACADAEAFAGAHAIAJAKAL
1#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!Is FatalError MessageAttribute PathAllowed Values:fabric_weight_typenumber_of_piecespattern_grouppiece_1_lengthpiece_1_quantitypiece_1_type
21Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing37802fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeHeavyweight (550-800 GSM)Value Type: xsd:integerAbstractInchesValue Type: xsd:integerBath Sheet
31Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing33735fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeLightweight (300-450 GSM)Min values: 1Animal PrintsMin values: 1Bath Towel
41Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing33730fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeMidweight (450-550 GSM)Max values: 1AnimalsMax values: 1Hand Towel
51Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing35192fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeYear Round Fabric ConstructionDocumentation: Indicates how many items are included in the point of sale purchase of a single selling unit, usually indicates the total count of items in a set, but also clarifies to guest the item count for single items, such as chairs, pillowcases, or pillows. This attribute should be applied to different types of items that are sold together, as well as for one item that is sold in "sets of” or “packages of" two or more.BotanicalDocumentation: Indicates the quantity of the first piece in a set.Hooded Bath Towel
61Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing35197fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeClassic PatternsWashcloth
71Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing27983fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeFiguresBath Mat
81Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing27986fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeFoodFingertip Towel
91Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing35202fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeGeologyRobe
101Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing35207fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeLogo
111Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing35212fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypePrint
121Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing35217fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeShapes
131Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing37807fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeSolid
141Required no value: Required Value Missing37802number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of piecesSports
151Required no value: Required Value Missing33735number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of piecesstripes
161Required no value: Required Value Missing33730number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of piecesTextile Designs
171Required no value: Required Value Missing35202number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of piecesTypography
181Required no value: Required Value Missing35207number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of piecesVehicles
191Required no value: Required Value Missing35212number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of pieces
201Required no value: Required Value Missing35217number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of pieces
211Required no value: Required Value Missing37807number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of pieces
221Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group Required: Required Value Missing35192pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
231Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group Required: Required Value Missing35197pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
241Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group Required: Required Value Missing27983pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
251Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group Required: Required Value Missing27986pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
261Required no value: Required Value Missing37802pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
271Required no value: Required Value Missing33735pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
281Required no value: Required Value Missing33730pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
291Required no value: Required Value Missing35202pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
301Required no value: Required Value Missing35207pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
311Required no value: Required Value Missing35212pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
321Required no value: Required Value Missing35217pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
331Required no value: Required Value Missing37807pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
341Required no value37802piece_1_lengthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 length
351Required no value33735piece_1_lengthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 length
361Required no value33730piece_1_lengthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 length
371Required no value35192piece_1_lengthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 length
381Required no value35197piece_1_lengthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 length
391Required no value27983piece_1_lengthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 length
401Required no value27986piece_1_lengthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 length
411Required no value35202piece_1_lengthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 length
421Required no value35207piece_1_lengthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 length
431Required no value35212piece_1_lengthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 length
441Required no value35217piece_1_lengthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 length
451Required no value37807piece_1_lengthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 length
461Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity Required: Required Value Missing35192piece_1_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity
471Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity Required: Required Value Missing35197piece_1_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity
481Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity Required: Required Value Missing27983piece_1_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity
491Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity Required: Required Value Missing27986piece_1_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity
501Required no value: Required Value Missing37802piece_1_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity
511Required no value: Required Value Missing33735piece_1_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity
521Required no value: Required Value Missing33730piece_1_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity
531Required no value: Required Value Missing35202piece_1_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity
541Required no value: Required Value Missing35207piece_1_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity
551Required no value: Required Value Missing35212piece_1_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity
561Required no value: Required Value Missing35217piece_1_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity
571Required no value: Required Value Missing37807piece_1_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 quantity
581Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type Required: Required Value Missing35192piece_1_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type
591Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type Required: Required Value Missing35197piece_1_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type
601Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type Required: Required Value Missing27983piece_1_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type
611Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type Required: Required Value Missing27986piece_1_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type
621Required no value: Required Value Missing37802piece_1_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type
631Required no value: Required Value Missing33735piece_1_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type
641Required no value: Required Value Missing33730piece_1_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type
651Required no value: Required Value Missing35202piece_1_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type
661Required no value: Required Value Missing35207piece_1_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type
671Required no value: Required Value Missing35212piece_1_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type
681Required no value: Required Value Missing35217piece_1_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type
691Required no value: Required Value Missing37807piece_1_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 type
701Required no value37802piece_1_widthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 width
711Required no value33735piece_1_widthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 width
721Required no value33730piece_1_widthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 width
731Required no value35192piece_1_widthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 width
741Required no value35197piece_1_widthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 width
751Required no value27983piece_1_widthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 width
761Required no value27986piece_1_widthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 width
771Required no value35202piece_1_widthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 width
781Required no value35207piece_1_widthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 width
791Required no value35212piece_1_widthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 width
801Required no value35217piece_1_widthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 width
811Required no value37807piece_1_widthTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 1 width
821Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity Required: Required Value Missing35192piece_2_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity
831Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity Required: Required Value Missing35197piece_2_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity
841Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity Required: Required Value Missing27983piece_2_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity
851Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity Required: Required Value Missing27986piece_2_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity
861Required no value: Required Value Missing37802piece_2_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity
871Required no value: Required Value Missing33735piece_2_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity
881Required no value: Required Value Missing33730piece_2_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity
891Required no value: Required Value Missing35202piece_2_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity
901Required no value: Required Value Missing35207piece_2_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity
911Required no value: Required Value Missing35212piece_2_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity
921Required no value: Required Value Missing35217piece_2_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity
931Required no value: Required Value Missing37807piece_2_quantityTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 quantity
941Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type Required: Required Value Missing35192piece_2_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type
951Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type Required: Required Value Missing35197piece_2_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type
961Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type Required: Required Value Missing27983piece_2_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type
971Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type Required: Required Value Missing27986piece_2_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type
981Required no value: Required Value Missing37802piece_2_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type
991Required no value: Required Value Missing33735piece_2_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type
1001Required no value: Required Value Missing33730piece_2_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type
1011Required no value: Required Value Missing35202piece_2_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type
1021Required no value: Required Value Missing35207piece_2_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type
1031Required no value: Required Value Missing35212piece_2_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type
1041Required no value: Required Value Missing35217piece_2_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type
1051Required no value: Required Value Missing37807piece_2_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.piece 2 type
1061Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction Required: Required Value Missing35192textile_constructionTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction
1071Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction Required: Required Value Missing35197textile_constructionTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction
1081Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction Required: Required Value Missing27983textile_constructionTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction
1091Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction Required: Required Value Missing27986textile_constructionTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction
1101Required no value: Required Value Missing37802textile_constructionTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction
1111Required no value: Required Value Missing33735textile_constructionTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction
1121Required no value: Required Value Missing33730textile_constructionTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction
1131Required no value: Required Value Missing35202textile_constructionTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction
1141Required no value: Required Value Missing35207textile_constructionTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction
1151Required no value: Required Value Missing35212textile_constructionTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction
1161Required no value: Required Value Missing35217textile_constructionTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction
1171Required no value: Required Value Missing37807textile_constructionTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.textile construction
1181Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation Required: Required Value Missing35192textile_dry_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation
1191Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation Required: Required Value Missing35197textile_dry_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation
1201Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation Required: Required Value Missing27983textile_dry_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation
1211Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation Required: Required Value Missing27986textile_dry_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation
1221Required no value: Required Value Missing37802textile_dry_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation
1231Required no value: Required Value Missing33735textile_dry_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation
1241Required no value: Required Value Missing33730textile_dry_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation
1251Required no value: Required Value Missing35202textile_dry_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation
1261Required no value: Required Value Missing35207textile_dry_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation
1271Required no value: Required Value Missing35212textile_dry_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation
1281Required no value: Required Value Missing35217textile_dry_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation
1291Required no value: Required Value Missing37807textile_dry_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile dry recommendation
1301Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation Required: Required Value Missing35192textile_wash_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation
1311Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation Required: Required Value Missing35197textile_wash_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation
1321Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation Required: Required Value Missing27983textile_wash_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation
1331Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation Required: Required Value Missing27986textile_wash_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation
1341Required no value: Required Value Missing37802textile_wash_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation
1351Required no value: Required Value Missing33735textile_wash_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation
1361Required no value: Required Value Missing33730textile_wash_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation
1371Required no value: Required Value Missing35202textile_wash_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation
1381Required no value: Required Value Missing35207textile_wash_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation
1391Required no value: Required Value Missing35212textile_wash_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation
1401Required no value: Required Value Missing35217textile_wash_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation
1411Required no value: Required Value Missing37807textile_wash_recommendationTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Textile wash recommendation
Bath Towel and Washcloth Sets
Cells with Conditional Formatting
CellConditionCell FormatStop If True
H2:AA3,H5:AA5000,H4,J4:AA4Expression=VLOOKUP(CONCATENATE($F2,H$1),$AD:$AD,1,FALSE)=CONCATENATE($F2,H$1)textNO
 
Upvote 0
Revman E.R. Int.xlsm
AMANAOAPAQARASATAUAVAWAXAYAZ
1piece_1_widthpiece_2_quantitypiece_2_typetextile_constructiontextile_dry_recommendationtextile_wash_recommendation#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!
2InchesValue Type: xsd:integerBath MatCanvasDrying Instructions Not ProvidedDo Not Wash
3Min values: 1Bath SheetChenilleLine Dry or Lay Flat to DryDry Clean
4Max values: 1Bath TowelChiffonTumble DryHand Wash
5Documentation: Indicates the quantity of the first piece in a set.Fingertip TowelDobbySpot or Wipe Clean
6Hand TowelFaux SuedeWashing Instructions Not Provided
7Hooded Bath TowelFlannelMachine Wash
8RobeFrench Terry
9WashclothHerringbone
10Jacquard
11Micro Plush
12Microfiber
13Muslin
14Percale
15Plain Weave
16Plush
17Slub
18Terry
19Twill
20Velour
21Waffle
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Bath Towel and Washcloth Sets
 
Upvote 0
Just ignore the data validation already in the first part...forgot to delete that.
 
Upvote 0
Not hundred percent understanding you, but try:
VBA Code:
Option Explicit
Sub TEST()
Dim lr&, cell As Range, f, rng
lr = Cells(Rows.Count, "A").End(xlUp).Row
'1) set validation for column I,L,O with integer
    With Union(Range("I2:I" & lr), Range("L2:L" & lr), Range("O2:O" & lr)).Validation
        .Delete
        .Add xlValidateWholeNumber, xlValidAlertStop, xlBetween, 5, 10
        .InputTitle = "enter a whole number"
        .ErrorTitle = "Invalid input"
        .InputMessage = "Enter an integer from 0 to 100"
        .ErrorMessage = "You must enter a number from 0 to 100"
    End With
'2) set validation for column K,N with inches
     With Union(Range(" K2:K" & lr), Range("N2:N" & lr)).Validation
        .Delete
        .Add xlValidateWholeNumber, xlValidAlertStop, xlBetween, 0, 1000
        .InputTitle = "enter inches"
        .ErrorTitle = "Invalid input"
        .InputMessage = "Enter inch from 0 to 1000"
        .ErrorMessage = "You must enter a number from 0 to 1000"
    End With
'3) set validation for others columns with list
     For Each cell In Union(Range("H1"), Range("J1"), Range("M1"), Range("P1:S1"))
        Set f = Range("AG1:AZ1").Find(cell.Value) ' search the header accross
            If Not f Is Nothing Then
              Set rng = Range(f.Offset(1, 0), Cells(Rows.Count, f.Column).End(xlUp)) ' if found, run down to to get validation list
                With Range(cell.Offset(1, 0), Cells(Rows.Count, cell.Column).End(xlUp)).Validation
                    .Delete
                    .Add xlValidateList, , , "=" & rng.Address
                    .InputMessage = "pick an item"
                End With
            End If
        Next
End Sub

Book1
ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJAKALAMANAOAPAQAR
1DateChannelError Sourcevariant.nameSKUvariant.idvariant.product_idfabric_weight_typenumber_of_piecespattern_grouppiece_1_lengthpiece_1_quantitypiece_1_typepiece_1_widthpiece_2_quantitypiece_2_typetextile_constructiontextile_dry_recommendationtextile_wash_recommendation#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!#VALUE!Is FatalError MessageAttribute PathAllowed Values:fabric_weight_typenumber_of_piecespattern_grouppiece_1_lengthpiece_1_quantitypiece_1_typepiece_1_widthpiece_2_quantitypiece_2_typetextile_constructiontextile_dry_recommendationtextile_wash_recommendation
221/03/2022 14:22targetintegrationxx37802x1Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing37802fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeHeavyweight (550-800 GSM)Value Type: xsd:integerAbstractInchesValue Type: xsd:integerBath SheetInchesValue Type: xsd:integerBath MatCanvasDrying Instructions Not ProvidedDo Not Wash
318/03/2022 08:25targetintegrationxx33735x1Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing33735fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeLightweight (300-450 GSM)Min values: 1Animal PrintsMin values: 1Bath TowelMin values: 1Bath SheetChenilleLine Dry or Lay Flat to DryDry Clean
418/03/2022 08:25targetintegrationxx33730x1Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing33730fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeMidweight (450-550 GSM)Max values: 1AnimalsMax values: 1Hand TowelMax values: 1Bath TowelChiffonTumble DryHand Wash
517/03/2022 13:22targetintegrationxx35192x1Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing35192fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeYear Round Fabric ConstructionDocumentation: Indicates how many items are included in the point of sale purchase of a single selling unit, usually indicates the total count of items in a set, but also clarifies to guest the item count for single items, such as chairs, pillowcases, or pillows. This attribute should be applied to different types of items that are sold together, as well as for one item that is sold in "sets of” or “packages of" two or more.BotanicalDocumentation: Indicates the quantity of the first piece in a set.Hooded Bath TowelDocumentation: Indicates the quantity of the first piece in a set.Fingertip TowelDobbySpot or Wipe Clean
617/03/2022 13:22targetintegrationxx35197x1Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing35197fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeClassic PatternsWashclothHand TowelFaux SuedeWashing Instructions Not Provided
717/03/2022 13:22targetintegrationxx27983x1Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing27983fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeFiguresBath MatHooded Bath TowelFlannelMachine Wash
817/03/2022 13:22targetintegrationxx27986x1Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing27986fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeFoodFingertip TowelRobeFrench Terry
917/03/2022 13:22targetintegrationxx35202x1Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing35202fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeGeologyRobeWashclothHerringbone
1017/03/2022 13:22targetintegrationxx35207x1Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing35207fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeLogoJacquard
1117/03/2022 13:22targetintegrationxx35212x1Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing35212fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypePrintMicro Plush
1217/03/2022 13:22targetintegrationxx35217x1Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing35217fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeShapesMicrofiber
1317/03/2022 12:38targetintegrationxx37807x1Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight Type Required: Required Value Missing37807fabric_weight_typeTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Fabric Weight TypeSolidMuslin
141Required no value: Required Value Missing37802number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of piecesSportsPercale
151Required no value: Required Value Missing33735number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of piecesstripesPlain Weave
161Required no value: Required Value Missing33730number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of piecesTextile DesignsPlush
171Required no value: Required Value Missing35202number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of piecesTypographySlub
181Required no value: Required Value Missing35207number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of piecesVehiclesTerry
191Required no value: Required Value Missing35212number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of piecesTwill
201Required no value: Required Value Missing35217number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of piecesVelour
211Required no value: Required Value Missing37807number_of_piecesTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.number of piecesWaffle
221Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group Required: Required Value Missing35192pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
231Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group Required: Required Value Missing35197pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
241Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group Required: Required Value Missing27983pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
251Required no value: Target Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group Required: Required Value Missing27986pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
261Required no value: Required Value Missing37802pattern_groupTarget Products.HOME.BATH.Bath Towels.Bath Towel and Washcloth Sets.Pattern Group
Sheet4
Cells with Data Validation
CellAllowCriteria
I2:I13Whole numberbetween 5 and 10
K2:K13Whole numberbetween 0 and 1000
L2:L13Whole numberbetween 5 and 10
N2:N13Whole numberbetween 0 and 1000
O2:O13Whole numberbetween 5 and 10
H2:H26List=$AG$2:$AG$5
J2:J26List=$AI$2:$AI$18
M2:M26List=$AL$2:$AL$9
P2:P180List=$AO$2:$AO$9
Q2:Q180List=$AP$2:$AP$21
R2:R180List=$AQ$2:$AQ$4
S2:S180List=$AR$2:$AR$7
 
Upvote 0
I found a way to do the validation fill piece by piece:

Sub AddVal()
Dim SrchRng As Range
Dim cel As Range
Set SrchRng = Range("ag2:az2")
For Each cel In SrchRng
If InStr(1, cel.Value, "Inches") > 0 Then
Range(cel.Offset(0, -25), cel.Offset(50, -25)).Select
With Selection.Validation
.Delete
.Add Type:=xlValidateDecimal, AlertStyle:=xlValidAlertStop, Operator _
:=xlBetween, Formula1:="0", Formula2:="1000"
.IgnoreBlank = True
.InCellDropdown = True
.InputTitle = ""
.ErrorTitle = ""
.InputMessage = "Enter a number in inches."
.ErrorMessage = ""
.ShowInput = True
.ShowError = True
End With
End If
Next cel
End Sub

Sub AddVal2()
Dim ws As Worksheet
Dim SrchRng As Range
Dim cel As Range
Dim list As Range
Dim list2 As Range
Dim num As Range
Set ws = ActiveSheet
Set SrchRng = Range("ag2:az2")
Set num = Range("ba1")
For Each cel In SrchRng
Set list = Range(cel.Offset(0, 0), cel.Offset(50, 0))
num = WorksheetFunction.CountA(list)
Set list2 = Range(cel.Offset(0, 0), cel.Offset(num, 0))
If InStr(1, cel.Value, "Inches") = 0 And InStr(1, cel.Value, "integer") = 0 Then
Range(cel.Offset(0, -25), cel.Offset(50, -25)).Select
With Selection.Validation
.Delete
.Add Type:=xlValidateList, AlertStyle:=xlValidAlertStop, Operator:= _
xlBetween, Formula1:="='" & ws.Name & "'!" & list2.Address
.IgnoreBlank = True
.InCellDropdown = True
.InputTitle = ""
.ErrorTitle = ""
.InputMessage = ""
.ErrorMessage = ""
.ShowInput = True
.ShowError = True
End With
End If
Next cel
End Sub

I will combine these macros into one and add one for 'integer' to get all I need for this sheet. All that's left is clearing all from the cells that are not needed, e.g. those that return '#N/A' from a vlookup concatenating column F and column header against column AD.
 
Upvote 0
Thank you @bebo021999. I also found my own solution above. Is there a VBA to clear all from the cells that are not needed, e.g. those that return '#N/A' from a vlookup concatenating column F and column header against column AD? In your solution that would clear cells I4:I8.
 
Upvote 0

Forum statistics

Threads
1,215,695
Messages
6,126,263
Members
449,307
Latest member
Andile

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top