I have the following query in Excel that I use to rank points against a queue:
Column G = Queue Name
Column J = Points
the query above is what i have in column 4. What I would like to do is run a query in access that would do the same.
hope that makes sense. Can somebody please help.
Thanks in advance
aftabn10
Code:
=SUMPRODUCT(--($G$4:$G$4431=$G4)*($J4>$J$4:$J$4431))+1
Column G = Queue Name
Column J = Points
the query above is what i have in column 4. What I would like to do is run a query in access that would do the same.
hope that makes sense. Can somebody please help.
Thanks in advance
aftabn10