Is there a more eloquent way of writing this formula?
Thanks![]()
=IF(C13="","",SUM(SUMIF(C13:C47,"<>",C13:C47),SUMIF(G13:G47,"<>"),SUMIF(K13:K47,"<>"),SUMIF(O13:O47,"<>")))
Is there a more eloquent way of writing this formula?
Thanks![]()
=IF(C13="","",SUM(SUMIF(C13:C47,"<>",C13:C47),SUMIF(G13:G47,"<>"),SUMIF(K13:K47,"<>"),SUMIF(O13:O47,"<>")))
Perhaps
=IF(C13="","",SUM(C13:C47,G13:G47,K13:K47,O13:O47))
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks