Hi,
I need to find the Percentile Rank of my client's revenue from a list of peer companies an their associated revenues. The challenge is that my client's revenue is included in the same table as the peer company revenues, but I do not want my client's revenue affecting the formula output. The reason why my client's revenue is in the same table as the peer companies is because I am using this table to provide a chart showing the position of the client as it compares to the peer companies.
Is there a way I can exclude my client's revenue value from the list of peer company revenues if they are in the same list?
Using =PERCENTRANK.INC
The formula is currently returning as 50%, but the correct output should return as 46%
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Company Name[/TD]
[TD]Revenue[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]123[/TD]
[/TR]
[TR]
[TD]Company C[/TD]
[TD]154[/TD]
[/TR]
[TR]
[TD]Company D[/TD]
[TD]168[/TD]
[/TR]
[TR]
[TD]Client[/TD]
[TD]172[/TD]
[/TR]
[TR]
[TD]Company E[/TD]
[TD]185[/TD]
[/TR]
[TR]
[TD]Company F[/TD]
[TD]190[/TD]
[/TR]
[TR]
[TD]Company G[/TD]
[TD]210[/TD]
[/TR]
[TR]
[TD]Company H[/TD]
[TD]222[/TD]
[/TR]
</tbody>[/TABLE]
Thank you,
I need to find the Percentile Rank of my client's revenue from a list of peer companies an their associated revenues. The challenge is that my client's revenue is included in the same table as the peer company revenues, but I do not want my client's revenue affecting the formula output. The reason why my client's revenue is in the same table as the peer companies is because I am using this table to provide a chart showing the position of the client as it compares to the peer companies.
Is there a way I can exclude my client's revenue value from the list of peer company revenues if they are in the same list?
Using =PERCENTRANK.INC
The formula is currently returning as 50%, but the correct output should return as 46%
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Company Name[/TD]
[TD]Revenue[/TD]
[/TR]
[TR]
[TD]Company A[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Company B[/TD]
[TD]123[/TD]
[/TR]
[TR]
[TD]Company C[/TD]
[TD]154[/TD]
[/TR]
[TR]
[TD]Company D[/TD]
[TD]168[/TD]
[/TR]
[TR]
[TD]Client[/TD]
[TD]172[/TD]
[/TR]
[TR]
[TD]Company E[/TD]
[TD]185[/TD]
[/TR]
[TR]
[TD]Company F[/TD]
[TD]190[/TD]
[/TR]
[TR]
[TD]Company G[/TD]
[TD]210[/TD]
[/TR]
[TR]
[TD]Company H[/TD]
[TD]222[/TD]
[/TR]
</tbody>[/TABLE]
Thank you,