IF statement thats Adds
Solved/Closed
bob2011
Posts
8
Registration date
Thursday April 8, 2010
Status
Member
Last seen
April 26, 2010
-
Apr 26, 2010 at 07:49 AM
bob2011 Posts 8 Registration date Thursday April 8, 2010 Status Member Last seen April 26, 2010 - Apr 26, 2010 at 09:28 AM
bob2011 Posts 8 Registration date Thursday April 8, 2010 Status Member Last seen April 26, 2010 - Apr 26, 2010 at 09:28 AM
Related:
- IF statement thats Adds
- Fenix internet on bank statement - Guide
- An if statement nested within another if statement will produce how many possible results? - Guide
- Excel if statement - Guide
- Application for bank statement sbi - Guide
- Vba case statement with string - Guide
2 responses
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Apr 26, 2010 at 08:14 AM
Apr 26, 2010 at 08:14 AM
There is a lot of ambiguity in your question. Since you have not mention where this "next cell" is, I am presuming it is on same column but next row.
Let say
A2 and A3 are two cells that are to be looked for
=IF(A2>0, 1) + IF(A3>0,1,0)
Let say
A2 and A3 are two cells that are to be looked for
=IF(A2>0, 1) + IF(A3>0,1,0)
bob2011
Posts
8
Registration date
Thursday April 8, 2010
Status
Member
Last seen
April 26, 2010
Apr 26, 2010 at 09:28 AM
Apr 26, 2010 at 09:28 AM
i have solved what i was looking for.
the correct formula was:
=COUNTIF(C31:C58,">0")
thanks for your help anyway.
the correct formula was:
=COUNTIF(C31:C58,">0")
thanks for your help anyway.