Results 1 to 12 of 12

Countif with multiple criteria and calculations

Threaded View

  1. #9
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,897

    Re: Countif with multiple criteria and calculations

    I worked this out as follows. Assume the 1% increase per year. Solve the compound interest formula A = P(1+r/n)^nt for A (Amount) which, given n=1, yields P = A/(1+r)^t That yields the initial salary for the employees. The formula to do that is in column F and reads:
    Formula: copy to clipboard
    =ROUND(C2/(1+J$2)^E2,0)
    Column G then calculates the amount of annual increase using the formula:
    Formula: copy to clipboard
    =ROUND((C2-F2)/E2,2)
    The formula in column H then ranks employees with similar job titles and grades based on annual increase using the formula:
    Formula: copy to clipboard
    =SUMPRODUCT((A$2:A$12=A2)*(B$2:B$12=B2)*(G$2:G$12>G2))
    The ranking ends up showing the number of employees with the same job tile and grade that are getting a larger annual increase, which if I understand correctly is what you want to determine.
    Let me know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] multiple criteria for calculations
    By tsh1586 in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 05-06-2014, 05:22 PM
  2. Countif, Multiple Criteria, Multiple Sheets, Excel 2003
    By shyammankoo in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-07-2013, 06:50 AM
  3. [SOLVED] trying to do a "countif" with multiple ranges and multiple criteria. Countif, Sumproduct?
    By completelyhis in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-07-2013, 06:12 PM
  4. Trying to COUNTIF when multiple criteria are met on multiple column data set
    By TGCRequiem in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-15-2011, 12:58 AM
  5. using countif with multiple corresponding criteria
    By macmandan1 in forum Excel General
    Replies: 5
    Last Post: 02-15-2010, 09:51 PM
  6. Countif w/ Multiple Criteria-How do I use countif
    By Patrick_KC in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-09-2005, 05:05 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