+ Reply to Thread
Results 1 to 5 of 5

Percentage value shown in thousands upon progress calculation based on dates

  1. #1
    Registered User
    Join Date
    03-09-2013
    Location
    Poland
    MS-Off Ver
    Microsoft 365 Apps
    Posts
    25

    Question Percentage value shown in thousands upon progress calculation based on dates

    Hi Folks,

    I have a simple dilemma that I can't get resolved.

    I want to calculate progress in percentages in Excel with a given start date and end date so that no progress shows as 0% and the complete progress shows max 100%.
    What I get in the output is the percentage in thousands.

    I have tried almost any solution offered by Google and ChatGPT, I changed Excel formula settings, tried different MIN/MAX combinations, cell formatting, etc.
    Nothing helped.

    This was not the case in my Excel, I used to get normal percentage values, not sure what happened.

    Latest formula used:
    Please Login or Register  to view this content.
    • The example worksheet attached

    Any advice is appreciated.
    /Marat
    Attached Files Attached Files

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,701

    Re: Percentage value shown in thousands upon progress calculation based on dates

    Wherever you have 100, change it to 1. 1 formatted as a percentage is 100%.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    03-09-2013
    Location
    Poland
    MS-Off Ver
    Microsoft 365 Apps
    Posts
    25

    Re: Percentage value shown in thousands upon progress calculation based on dates

    Quote Originally Posted by TMS View Post
    Wherever you have 100, change it to 1. 1 formatted as a percentage is 100%.
    Hmmm... I wonder how should I make it 1 in the formula?

  4. #4
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,391

    Re: Percentage value shown in thousands upon progress calculation based on dates

    What he means is just this

    Please Login or Register  to view this content.

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,701

    Re: Percentage value shown in thousands upon progress calculation based on dates

    @JEC: That's exactly what I meant. Thank you.

    100.00% =IF(TODAY() < A2, 0, IF(TODAY() > C2, 1, MIN((TODAY() - A2) / (C2 - A2) * 1, 1)))
    100.00% =IF(TODAY() < A3, 0, IF(TODAY() > C3, 1, MIN((TODAY() - A3) / (C3 - A3) * 1, 1)))
    100.00% =IF(TODAY() < A4, 0, IF(TODAY() > C4, 1, MIN((TODAY() - A4) / (C4 - A4) * 1, 1)))
    100.00% =IF(TODAY() < A5, 0, IF(TODAY() > C5, 1, MIN((TODAY() - A5) / (C5 - A5) * 1, 1)))
    100.00% =IF(TODAY() < A6, 0, IF(TODAY() > C6, 1, MIN((TODAY() - A6) / (C6 - A6) * 1, 1)))
    85.71% =IF(TODAY() < A7, 0, IF(TODAY() > C7, 1, MIN((TODAY() - A7) / (C7 - A7) * 1, 1)))
    100.00% =IF(TODAY() < A8, 0, IF(TODAY() > C8, 1, MIN((TODAY() - A8) / (C8 - A8) * 1, 1)))
    0.00% =IF(TODAY() < A9, 0, IF(TODAY() > C9, 1, MIN((TODAY() - A9) / (C9 - A9) * 1, 1)))
    0.00% =IF(TODAY() < A10, 0, IF(TODAY() > C10, 1, MIN((TODAY() - A10) / (C10 - A10) * 1, 1)))

+ 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. [SOLVED] Progress bar based on dates
    By ItsKingKongGG in forum Excel General
    Replies: 3
    Last Post: 01-27-2022, 04:07 AM
  2. [SOLVED] Progress bar based on dates
    By MattExcelLearner in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 05-27-2020, 04:02 AM
  3. Calculate Percentage progress between two dates
    By SuperFlrares in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 10-30-2018, 11:16 AM
  4. [SOLVED] Current progress calculation based on dates
    By kriminaal in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-29-2016, 04:13 PM
  5. [SOLVED] Percentage calculation Based on dates and remaining task 2013
    By Excelnoub in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-06-2014, 01:10 PM
  6. Data Table to be shown in Thousands
    By rmaa in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 10-04-2013, 10:30 AM
  7. Progress bar or indicator to display calculation percentage
    By Dan27 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-12-2013, 01:13 PM

Tags for this Thread

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