+ Reply to Thread
Results 1 to 9 of 9

Problems with calculating percentages on any given day! please help!!

  1. #1
    Registered User
    Join Date
    10-15-2014
    Location
    nottingham
    MS-Off Ver
    2003
    Posts
    41

    Problems with calculating percentages on any given day! please help!!

    Hi, I have a problem that is probably really easy to solve but my brain isnt working today, i wondered if someone with a bit of intelligence could help me out????

    On the perfromance data tab i have the Week To Date Despatch Time Performance section. It adds the percentage and creates a percentage up over the week but if one day isnt complete it doesnt calculate. i would like it to be culmunative, so it creates a percentage no matter what info is filled in, does that make sence?

    I would be really greatful if someone could help me out.

    This is concerning cells: C33 for the average and sunday to Satruday: C22,F22,I22,L22,O22,R22,U22

    Thank you
    Attached Files Attached Files

  2. #2
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Problems with calculating percentages on any given day! please help!!

    give this a look.....I used ISERR which I believe should work for you....IFERROR is the 2007-2010 version, hopefully this should work....
    Attached Files Attached Files
    Ernest

    Please consider adding a * if I helped

    Nothing drives me crazy - I'm always close enough to walk....

  3. #3
    Registered User
    Join Date
    10-15-2014
    Location
    nottingham
    MS-Off Ver
    2003
    Posts
    41

    Re: Problems with calculating percentages on any given day! please help!!

    Thanks so much for working on this but if the Sunday percentage reads 100% the week to date should read 100%, as to that point we have hit our despatch times 100%. So for example if sunday and monday read 100% then the week to date should still read 100%.

    Does that make sence? Thank you again for working on this, much appreciated

  4. #4
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: Problems with calculating percentages on any given day! please help!!

    I think so...but I'm out for the rest of the day....can you fill in the saturday data so I don't have to go through and reverse engineer the data?....I'll take a look at it if nobody else has helped by then....

  5. #5
    Forum Contributor Cerbera's Avatar
    Join Date
    07-06-2010
    Location
    Rotorua, New Zealand
    MS-Off Ver
    Excel 2007, 2013, 2016 & 365
    Posts
    137

    Re: Problems with calculating percentages on any given day! please help!!

    Hi,

    You can change each of the day formulas from:

    =IF(ISERR(Sunday!$O$16),0,Sunday!$O$16)

    To

    =IF(ISERR(Sunday!$O$16),"",Sunday!$O$16)


    Then change the Week to Date formula to:

    =SUM(IF(ISERROR(C22:U22),"",C22:U22))/COUNT(C22:U22)

    Should work fine
    If I've helped please click on *Add Reputation

  6. #6
    Forum Contributor dlow's Avatar
    Join Date
    08-12-2013
    Location
    EveryWhere
    MS-Off Ver
    Excel 2007, 2010
    Posts
    275

    Re: Problems with calculating percentages on any given day! please help!!

    Im a novice, but could it be how you calculating you %s I do it like this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Hi

    I cant get that to work, could you have a go and send it me?? Thank you!!!!!!
    I dont know what doesnt work & who you're asking for help, but anyway if its me, Im not much help. I am just showing you that to calculate %s I use the ABS Function its easy enough give it a google search, something like Excel formula calculating percent ABS Function
    I did it just to check & its the 1st result. Anyway I looked @ your workBook & it too complicate for me Im not that smart. Good Luck.
    Last edited by dlow; 10-20-2014 at 07:31 PM.

  7. #7
    Registered User
    Join Date
    10-15-2014
    Location
    nottingham
    MS-Off Ver
    2003
    Posts
    41

    Re: Problems with calculating percentages on any given day! please help!!

    Hi

    I cant get that to work, could you have a go and send it me?? Thank you!!!!!!

  8. #8
    Registered User
    Join Date
    10-15-2014
    Location
    nottingham
    MS-Off Ver
    2003
    Posts
    41

    Re: Problems with calculating percentages on any given day! please help!!

    It was directed at anyone who can help, thing is im at work and i havent got time to look things up, im not being lazy, i have tried to do this myself and failed haha!

    It needs to be complete by the end of my shift and im worried that i wont get it finished in time.

    Thanks for everyones input, never known so many helpful people.
    Last edited by damo2deme2; 10-20-2014 at 07:46 PM. Reason: spelling mistake

  9. #9
    Forum Contributor Cerbera's Avatar
    Join Date
    07-06-2010
    Location
    Rotorua, New Zealand
    MS-Off Ver
    Excel 2007, 2013, 2016 & 365
    Posts
    137

    Re: Problems with calculating percentages on any given day! please help!!

    Hi,

    I've attached a copy of the sheet with the formulas in (note I did remove the formatting so you'll have to copy the formulas or reformat).

    Hope that this helps.

    If so please click on the *Add Reputation and close the thread under "Thread Tools" at the top.

    Cheers,

    Cerbera

    Cardinal_Tracker.xls

+ 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. calculating percentages
    By zuwanda in forum Excel General
    Replies: 4
    Last Post: 02-07-2012, 10:45 PM
  2. calculating percentages
    By baileybydesign in forum Excel - New Users/Basics
    Replies: 8
    Last Post: 05-28-2010, 10:15 PM
  3. [SOLVED] calculating percentages
    By Louise in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-26-2006, 08:25 AM
  4. [SOLVED] calculating percentages
    By msdobe in forum Excel General
    Replies: 6
    Last Post: 07-29-2005, 12:05 PM
  5. [SOLVED] Calculating percentages
    By tssjhs in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-25-2005, 10:06 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