Charles.Trask
New Member
- Joined
- Aug 10, 2011
- Messages
- 3
If anyone could provide any assistance it would be greatly appreciated.
I currtly have two columns (Column A & Column B). Column A & B have 17 rows. The current formula I am using is:
=SUM(IF(A1>$A$!:$A$17,1/COUNTIF($A$1:$A$17,$A$1:$A$17)))+1
As of right now the default values from A1:17 are set to "0" so B1:B17 = 1.
When a vaule greater than 1 is put int A1, the formula kicks a value of 2 to B1, while the remaining Column B cells (B2:B17) retain a value of "1".
I'd like to know if it's possiable when a A1 = 1, B1 would = 17 (The number of cells to be "Ranked"), while the other cells still retain the value of "1". The style of ranking for this specific column B will be the golf ranking concept. I really don't like using the RANK function but if its the only way it can be done then so be it.
If and when anyone has free time and feels like poking around my formula it would be greatly appreciated. I hope that I have explained myself well
enough on what I am trying to accomplish.
Thanks in advance,
Charles
I currtly have two columns (Column A & Column B). Column A & B have 17 rows. The current formula I am using is:
=SUM(IF(A1>$A$!:$A$17,1/COUNTIF($A$1:$A$17,$A$1:$A$17)))+1
As of right now the default values from A1:17 are set to "0" so B1:B17 = 1.
When a vaule greater than 1 is put int A1, the formula kicks a value of 2 to B1, while the remaining Column B cells (B2:B17) retain a value of "1".
I'd like to know if it's possiable when a A1 = 1, B1 would = 17 (The number of cells to be "Ranked"), while the other cells still retain the value of "1". The style of ranking for this specific column B will be the golf ranking concept. I really don't like using the RANK function but if its the only way it can be done then so be it.
If and when anyone has free time and feels like poking around my formula it would be greatly appreciated. I hope that I have explained myself well
enough on what I am trying to accomplish.
Thanks in advance,
Charles