davidneedshelp
Automotive
- Jun 16, 2006
- 21
Suppose I have 3 columns of data. If the value in the first column contains "F" and the value in the second column is "2006" then I want to add the number in the third column to a running total of the numbers in the thrid column that satisfied the criteria.
For example:
LF 2006 1 (True)
LR 2006 1 (False)
RF 2006 0 (True)
LF 2007 1 (False)
RF 2006 1 (True)
This should return 2. (1+0+1)
Thank you for your help.
For example:
LF 2006 1 (True)
LR 2006 1 (False)
RF 2006 0 (True)
LF 2007 1 (False)
RF 2006 1 (True)
This should return 2. (1+0+1)
Thank you for your help.