codeman_not
New Member
- Joined
- Jun 25, 2011
- Messages
- 8
Hoping someone here can help me. Essentially I have 4 columns. Each column will have either a positive or negative value. In the 5th column I am trying to tally up how many of those 4 columns are positive or negative. I tried using the COUNTIF function and it works for all scenarios except when they're are 3 positives or 3 negatives (in which case, the value is +2 or -2, respectively). Obviously, this makes sense since if you do the math (1+1+1-1 = 2), but what I am trying to show in that 5th column is that there is 3 out of 4 columns that are positive (looking for +3 in that case). Does anyone have any other ideas that might work? Much appreciated!