+ Reply to Thread
Results 1 to 3 of 3

Formula Simplification

Hybrid View

brharrii Formula Simplification 04-24-2013, 10:40 AM
Jonmo1 Re: Formula Simplification 04-24-2013, 10:43 AM
FDibbins Re: Formula Simplification 04-24-2013, 10:46 AM
  1. #1
    Forum Contributor
    Join Date
    07-30-2012
    Location
    Seattle, WA
    MS-Off Ver
    Excel 2010
    Posts
    139

    Formula Simplification

    Is there a more eloquent way of writing this formula?

    =IF(C13="","",SUM(SUMIF(C13:C47,"<>",C13:C47),SUMIF(G13:G47,"<>"),SUMIF(K13:K47,"<>"),SUMIF(O13:O47,"<>")))
    Thanks

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Formula Simplification

    Perhaps

    =IF(C13="","",SUM(C13:C47,G13:G47,K13:K47,O13:O47))

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Formula Simplification

    try using the sumifS() function
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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