Results 1 to 2 of 2
  1. #1
    JimO is offline Competent Performer
    Windows 10 Access 2010 64bit
    Join Date
    Dec 2015
    Posts
    126

    Rank formula question

    I have a list of auto race results and want to rank by point standings. The problem I am having is that the data contains multiple race seasons and I need to be able to rank by season as well as by total points.



    The formula below works fine but it does not pull out the rankings by season, the data contains a column [season] and I am hoping I can get it to work in one formula but I am unable to resolve my problem.


    Code:
    PtRank: IIf(IsNull([Points]),[Rank],DCount("*","IndyCARTeamT","Points>" & [Points])+1)
    Thanks
    Jim O

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    Search the forum for rank or ranking query.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. SQL Question , Convert Formula
    By soldat452002 in forum Queries
    Replies: 13
    Last Post: 07-27-2018, 12:36 PM
  2. Formula Question?
    By spyldbrat in forum Access
    Replies: 3
    Last Post: 12-24-2015, 10:08 AM
  3. Replies: 3
    Last Post: 05-20-2014, 05:43 PM
  4. Field in query formula question
    By jcaptchaos2 in forum Access
    Replies: 7
    Last Post: 04-24-2011, 06:32 PM
  5. Formula question on Report
    By FestoAccessBuilder in forum Reports
    Replies: 0
    Last Post: 03-10-2009, 10:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums