K
KisH \(Tihomir\)
Hello,
I have sheet1 and sheet2
sheet1
A B
1 text1 2
2 text2 3
3 text1 5
4 text1 1
sheet2
A B C
1 text1 10
2 text2 10
Formula in C1 (sheet2) needs to SUM all numbers from column B (sheet1) which
are corresponding to value "text1" from A1 (sheet2).
example:
value of A1(sheet2) is "text1" and formula in C1(sheet2) will SUM
from sheet1 all numbers which are next to word "text1", in this case
2 + 5 + 1 =8 , so formula in C1(sheet2) will return 8.
Can this be done without a macro?
Please help.
Thank you.
I have sheet1 and sheet2
sheet1
A B
1 text1 2
2 text2 3
3 text1 5
4 text1 1
sheet2
A B C
1 text1 10
2 text2 10
Formula in C1 (sheet2) needs to SUM all numbers from column B (sheet1) which
are corresponding to value "text1" from A1 (sheet2).
example:
value of A1(sheet2) is "text1" and formula in C1(sheet2) will SUM
from sheet1 all numbers which are next to word "text1", in this case
2 + 5 + 1 =8 , so formula in C1(sheet2) will return 8.
Can this be done without a macro?
Please help.
Thank you.