A
aresar
Sheet 1 Listing the number referenced are in columns A & B
2 1
3 2
4 3
2a 2
2b 2a
Sheet 2 Listing the numbers are all in column A
1
2
3
4
2
2a
2b
(Assume the order on both sheets CANNOT be sorted or changed in an
way)
in cell SHEET 1 C1 and down in that column:
SUMPRODUCT(('SHEET2'!$A$2:$A$501=A1)*('SHEET2'!$A$1:$A$500=B1)*'SHEET2'!$C$1:$C$500))
The above formula is in my SHEET 1 and it references data from SHEET
(just to simplify the explaination).
then in SHEET 2 D1 the Function is
SUMPRODUCT(('SHEET1'!$B$1:$B$121=A1)*('SHEET1'!$A$1:$A$121=A2)*('SHEET1'!$C$1:$C$121))
For some reason the function in SHEET 2 keeps giving me #VALUE for a
answer. Can anyone tell me why?
The reason the sheets are set up like this is the user of th
spreadsheet will be looking at the data in SHEET 1 and could possibl
want to change it with a manual key-in. I will be looking at SHEET
after they are done and see C1 and D1 side by side. If the use
changed the number, D1 should show the new number the user keyed-in an
C1 be the original number
2 1
3 2
4 3
2a 2
2b 2a
Sheet 2 Listing the numbers are all in column A
1
2
3
4
2
2a
2b
(Assume the order on both sheets CANNOT be sorted or changed in an
way)
in cell SHEET 1 C1 and down in that column:
SUMPRODUCT(('SHEET2'!$A$2:$A$501=A1)*('SHEET2'!$A$1:$A$500=B1)*'SHEET2'!$C$1:$C$500))
The above formula is in my SHEET 1 and it references data from SHEET
(just to simplify the explaination).
then in SHEET 2 D1 the Function is
SUMPRODUCT(('SHEET1'!$B$1:$B$121=A1)*('SHEET1'!$A$1:$A$121=A2)*('SHEET1'!$C$1:$C$121))
For some reason the function in SHEET 2 keeps giving me #VALUE for a
answer. Can anyone tell me why?
The reason the sheets are set up like this is the user of th
spreadsheet will be looking at the data in SHEET 1 and could possibl
want to change it with a manual key-in. I will be looking at SHEET
after they are done and see C1 and D1 side by side. If the use
changed the number, D1 should show the new number the user keyed-in an
C1 be the original number