1
I have a sheet with three columns. The first is called "Account Number" (AccNr). The two other contains values related to each account number. It looks like this:
AccNr. | Value 1 | Value 2
1000 1 2
2000 3 4
3000 5 6
3500 7 8
3600 9 0
4000 10 11
5000 12 13
What I want to do is to take "Value 1" and "Value 2" of any row where the account number is between 3000-3999. So in this case I would be taking the values from the row with account number 3000, 3500, and 3600. This would be the values 5, 6, 7, 8, 9, and 0.
I then want to add those values together to get a final number.
Are there any formulas for doing this kind of job?
I then want to add those values together to get a final number. "Add together" == to calculate the sum of them? – Akina – 2018-07-16T11:11:22.420