G 
		
								
				
				
			
		Guest
what formulas to use: to match an array of one row and 3 columns (cells) to
its exact counterpart within a template array of 144 rows (and 4 columns). It
should then return the value in the fourth column of the template array when
its 3 columns have been matched.
One excel array contains 100,000 rows each with 3 parameters: color(3
kinds), shape (3 kinds), and diameter grouping (16 levels). Obviously there
are multiples . The template array contains all the different combinations
equalling 144 rows of unique: color, shape, and diameter grouping. The fourth
column in each template row is the price associated with that unique
combination of color, shape, and diameter grouping.
				
			its exact counterpart within a template array of 144 rows (and 4 columns). It
should then return the value in the fourth column of the template array when
its 3 columns have been matched.
One excel array contains 100,000 rows each with 3 parameters: color(3
kinds), shape (3 kinds), and diameter grouping (16 levels). Obviously there
are multiples . The template array contains all the different combinations
equalling 144 rows of unique: color, shape, and diameter grouping. The fourth
column in each template row is the price associated with that unique
combination of color, shape, and diameter grouping.
	
144,MATCH(1,(A1:A144=X1)*(B1:B144=Y1)*(C1:C144=Z1),0))