+ Reply to Thread
Results 1 to 2 of 2

Count Alphabetical Occurences in Column and Multi-variable incentive formula

  1. #1
    Registered User
    Join Date
    02-16-2012
    Location
    Burlington, NC
    MS-Off Ver
    Excel 2003
    Posts
    1

    Count Alphabetical Occurences in Column and Multi-variable incentive formula

    I need help writing a formula that counts the number of times a name occurs in a column. It should be really simple but I don't know how to do it. I've tried a few different =Count() formulas with no luck.

    I also am having trouble writing a formula for incentives where if the sale is made within 30 days of the contact date 1% of the total revenue is given, if sale is made after 30 days a 10% reduction is made to the incentive. I do not know how to structure the IF AND >30 <30. Any help would be appreciated. Thank you
    Last edited by phnxrock; 02-20-2012 at 12:40 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Count Alphabetical Occurences in Column and Multi-variable incentive formula

    To count a specific name, e.g. =COUNTIF(A1:A10,"John")

    for the incentive, perhaps: =IF(B1-A1<30,C1*1%,C1*-10%)

    where A1 contains Contact Date, B1 contains Sale date, and C1 contains Selling price, the result will be the additional or reduction amount (not the final total).
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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