Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am new in here. Could someone give me a tip on how to manage this:
I have numbers in two columns (Aerea A2:B22). In A1 I want to sum up the values in A2:A22 where the cell in column A is =1000 OR the corresponding cell in column B is =1000 AND no cells must have the value null. In the small sample under the cells in A2 + A5 + A6 meets the criteria and the sum in A1 is then 2650. A B 1 2650 2 50 1500 3 0 1000 4 450 900 5 1200 850 6 1400 0 Someone have any clue ? SUMIF, SUMPRODUCT or nested if ? |