+ Reply to Thread
Results 1 to 2 of 2

Function That Shows Sum of Multiple Cells or 0 Based On Text in Another Cell

  1. #1
    Registered User
    Join Date
    05-15-2014
    MS-Off Ver
    Excel 2003
    Posts
    12

    Function That Shows Sum of Multiple Cells or 0 Based On Text in Another Cell

    If D3="E" or "E/P" show I15+M15+Q15, else show 0, else if D3="P" or "S" show I20+m20+q20, else show 0

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Function That Shows Sum of Multiple Cells or 0 Based On Text in Another Cell

    Try

    =IF(OR(D3="E", D3="E/P"), I15+M15+Q15, IF(OR(D3="P", D3="S"), I20+M20+Q20, 0))

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Text in a single cell based on logic of multiple other cells
    By dtrimble in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-12-2013, 01:33 AM
  2. [SOLVED] Function Arguments window shows result, cell shows a 0
    By fluffsmckenzie in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-09-2013, 05:48 PM
  3. cell shows status based on multiple IF statements????
    By jonnywakey in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-16-2012, 04:26 PM
  4. Replies: 2
    Last Post: 12-03-2011, 03:51 AM
  5. Replies: 4
    Last Post: 05-03-2011, 09:35 AM

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