M
M.Siler
I have a small matrix -
1 2 3 4 5
A 5 2 7 1 8
B 1 4 8 2 3
C 7 2 5 1 9
I have used Data Validation List to give me a pop-down list in two cells A1
& B1. A1 would have 1,2,3,4,5 and B1 would have A,B,C If in C1 I have 3
How would I write the formula to multiply C1 (3) with then number in the
matrix that corresponded from A1 & B1. For Example: if I selected 2 from
the list in A1 and C from the list in B1 the math should be 2 * 3 = 6 there
3 is from C1.
1 2 3 4 5
A 5 2 7 1 8
B 1 4 8 2 3
C 7 2 5 1 9
I have used Data Validation List to give me a pop-down list in two cells A1
& B1. A1 would have 1,2,3,4,5 and B1 would have A,B,C If in C1 I have 3
How would I write the formula to multiply C1 (3) with then number in the
matrix that corresponded from A1 & B1. For Example: if I selected 2 from
the list in A1 and C from the list in B1 the math should be 2 * 3 = 6 there
3 is from C1.