Hello Everyone
A B
1 10500 5000
2 12600 7000
3 10500 2000
4 23000 1000
5 27000 2500
i want that the value in A column if it is between 10000 and 20000 their amount in column B should show the sum in any other column
i have tried using:
=SUM(IF(AND(A2:A6,">10000",A2:A6,"<20000"),Sheet1!B2:B6))
A B
1 10500 5000
2 12600 7000
3 10500 2000
4 23000 1000
5 27000 2500
i want that the value in A column if it is between 10000 and 20000 their amount in column B should show the sum in any other column
i have tried using:
=SUM(IF(AND(A2:A6,">10000",A2:A6,"<20000"),Sheet1!B2:B6))