+ Reply to Thread
Results 1 to 3 of 3

Need a formula:If Statement

  1. #1
    heater
    Guest

    Need a formula:If Statement

    I need a formula for the following: If (m2:m86>0, sum J2:j86). I have a 1
    or the cell is blank in column M and column J is numbers greater than 1.

  2. #2
    JE McGimpsey
    Guest

    re: Need a formula:If Statement

    One way:

    =SUMIF(M2:M86,">0",J2:J86)

    or, since M is 1 or blank:

    =SUMIF(M2:M86,1,J2:J86)



    In article <ED23A3D7-8A4E-4299-9485-735062B26DCE@microsoft.com>,
    heater <heater@discussions.microsoft.com> wrote:

    > I need a formula for the following: If (m2:m86>0, sum J2:j86). I have a 1
    > or the cell is blank in column M and column J is numbers greater than 1.


  3. #3
    Paul Black
    Guest

    re: Need a formula:If Statement

    Hi Heater,

    You could put this Formula in Cell "N1" for Example :-
    =IF(SUM(M2:M86>0),SUM(J2:J86),0)

    All the Best.
    Paul


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1