+ Reply to Thread
Results 1 to 3 of 3

find cost %

  1. #1
    Registered User
    Join Date
    07-23-2013
    Location
    Qatar
    MS-Off Ver
    Excel 2010
    Posts
    63

    find cost %

    Hello Bro!

    Can you please help me with the below formula, the below formula result in #VALUE!
    Basically, I want to show % ; cost / sum of all revenue and I don't want to result in div error if not revenue. I'd be happy, if you even suggest me a generally accepted formula for this effort.

    IF(L$10:L$14>0,ROUND(L19/L$10:L$14,3),0)

    Kind regards

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,364

    Re: find cost %

    Try

    =IF(SUM(L$10:L$14)>0,ROUND(L19/SUM(L$10:L$14),3),0)

    or

    =IFERROR(ROUND(L19/SUM(L$10:L$14),3),0)
    Last edited by JohnTopley; 04-10-2016 at 03:35 AM.

  3. #3
    Registered User
    Join Date
    07-23-2013
    Location
    Qatar
    MS-Off Ver
    Excel 2010
    Posts
    63

    Re: find cost %

    Many thanks John!
    It worked

+ 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. Formula to automatically find cost of ingredient
    By Greg7976 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-07-2015, 05:17 PM
  2. [SOLVED] Find correct landed cost from two potential outcomes
    By jimbokeep in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-11-2014, 11:13 AM
  3. Calculating total cost from range of cell tally's by cost of item.
    By patrickdjames in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 11-04-2012, 10:27 AM
  4. [SOLVED] Duration of phone call and total cost.....how to work ut cost per minute ?l
    By monkeyman90210 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-23-2012, 04:18 AM
  5. Cost Driver calculation - Looking for formula/macro to calculate manpower cost alloca
    By Swastik Banerje in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-30-2009, 11:18 AM
  6. I would like to find a templet that does cost reduction tracking
    By Templets in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-02-2006, 04:20 PM
  7. Calc cost pro rata (nested IF's and macro to find empty row)
    By herbwarri0r in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-06-2006, 02:45 PM

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