+ Reply to Thread
Results 1 to 5 of 5

how to find percentage conversions

  1. #1
    Registered User
    Join Date
    05-09-2022
    Location
    UAE
    MS-Off Ver
    10
    Posts
    5

    how to find percentage conversions

    i have two columns (A & B, A containing year of receiving and B containing year of submitting. How can i calculate percent conversion of items received and items submitting (Items subkitting/items received*100)?
    Attached Files Attached Files

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,498

    Re: how to find percentage conversions

    are you saying you want a percentage of those where the application year (col A) is equal to the grant year (col C)? Because this does not quite match what you wrote in your first post nor do any of the grant years submitted match the application years, so if that is your question, I'd say offhand the answer is 0%.
    Perhaps you could rephrase the question or upload a possible answer and how you are arriving at it? Or is it supposed to be a count of those listed as Y in col B (granted) divided by the overall number which would be =COUNTIF(B2:B19,"Y")/COUNTA(B2:B19)
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    05-09-2022
    Location
    UAE
    MS-Off Ver
    10
    Posts
    5

    Re: how to find percentage conversions

    Hi i am sorry for the confusion. Lets take excel file data as an example and I am trying to get year wise percentage. For e.g. output should be for 2017: 100% (4 total application and 4 granted); for 2018: 50% (4 total applications and 2 only granted); for 2019:50% (4 total applications and 2 granted)

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,735

    Re: how to find percentage conversions

    i had the same issue when trying to work out what %

    so you only need to see the application year

    2018 - 4 applied for , BUT only 2 granted

    =COUNTIFS(A2:A19,E1,B2:B19,"Y")/COUNTIF(A2:A19,E1)
    where E1 you enter the year you want

    or you have to hardcode
    =COUNTIFS(A2:A19,"2018",B2:B19,"Y")/COUNTIF(A2:A19,"2018")

    So it has nothing to do with the granted year - just the application column A - and if Y in column B
    Attached Files Attached Files
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  5. #5
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: how to find percentage conversions

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    In "D2"
    copy paste down


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

+ 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] VBA to find specified part number(s) and find the total percentage completion
    By VBAhelp1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-16-2022, 12:58 AM
  2. Co-ord Conversions
    By stewman in forum Excel General
    Replies: 4
    Last Post: 12-03-2010, 04:05 PM
  3. Conversions
    By Kennyl in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-20-2007, 06:00 PM
  4. [SOLVED] Find percentage ???
    By JoAnne in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-12-2005, 01:10 AM
  5. How do I find a percentage?
    By PBarton in forum Excel General
    Replies: 2
    Last Post: 11-27-2005, 06:45 PM
  6. Conversions
    By ICMIII in forum Excel General
    Replies: 2
    Last Post: 02-21-2005, 06:06 PM
  7. Conversions
    By craigwojo in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-14-2005, 05:28 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