+ Reply to Thread
Results 1 to 3 of 3

excell spread sheet adding rows

  1. #1
    Registered User
    Join Date
    10-19-2007
    Posts
    1

    excell spread sheet adding rows

    i have 3 cells with numbers in them in a 4th cell want to add the other 3 cell but any of the other 3 cell =0 then 4th cell needs to =0

  2. #2
    Forum Contributor
    Join Date
    10-17-2007
    Location
    Washington, DC
    Posts
    103
    if(min(a1:a3)=0,0,sum(a1:a3))

  3. #3
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    OR

    A better approach if you may have negative numbers in those 3 cells

    =IF(COUNTIF(A1:A3,0),0,SUM(A1:A3))

+ 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