I have the three conditions below that can be met,
Formula 1 =SUM(IF((F:F>0)*(I:I>0),K:K))
Formula 2 =SUM(IF((F:F>0)*(I:I=0),K:K))
Formula 3 =SUM(IF((F:F=0)*(I:I=0),K:K))
and what I would like to achieve is to have these in one cell but if Formula 1 is met the cell equals 1, if formula 2 is met the cell equals 0 and if Formula 3 is met the cell equals -1. Doesn't feel like I'm far away from the answer but I can't quite see it yet?
Dave
Formula 1 =SUM(IF((F:F>0)*(I:I>0),K:K))
Formula 2 =SUM(IF((F:F>0)*(I:I=0),K:K))
Formula 3 =SUM(IF((F:F=0)*(I:I=0),K:K))
and what I would like to achieve is to have these in one cell but if Formula 1 is met the cell equals 1, if formula 2 is met the cell equals 0 and if Formula 3 is met the cell equals -1. Doesn't feel like I'm far away from the answer but I can't quite see it yet?
Dave