Hi,
I have the following list:
Column1 | Column2
1 Test1 | 3
2 Test2 | 2
3 Test1 | 3
4 Test1 | 5
5 Test2 | 1
How can I get the total from column2 where column1 = test1
Ex:
Test1 = 11
Test2 = 3
Hi,
I have the following list:
Column1 | Column2
1 Test1 | 3
2 Test2 | 2
3 Test1 | 3
4 Test1 | 5
5 Test2 | 1
How can I get the total from column2 where column1 = test1
Ex:
Test1 = 11
Test2 = 3