Hi all,
I have a spreadsheet that looks like the following
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD]Benchmark[/TD]
[TD]Benchmark[/TD]
[TD]Benchmark[/TD]
[TD]Benchmark[/TD]
[TD]Benchmark[/TD]
[/TR]
[TR]
[TD]Wages[/TD]
[TD][/TD]
[TD]10th[/TD]
[TD]25th[/TD]
[TD]50th[/TD]
[TD]75th[/TD]
[TD]90th[/TD]
[/TR]
[TR]
[TD]65,000[/TD]
[TD][/TD]
[TD]100,000[/TD]
[TD]200,000[/TD]
[TD]300,000[/TD]
[TD]400,000[/TD]
[TD]500,000[/TD]
[/TR]
[TR]
[TD]300,000[/TD]
[TD][/TD]
[TD]100,000[/TD]
[TD]250,000[/TD]
[TD]298,000[/TD]
[TD]350,000[/TD]
[TD]400,000[/TD]
[/TR]
[TR]
[TD]180,000[/TD]
[TD][/TD]
[TD]50,000[/TD]
[TD]60,000[/TD]
[TD]70,000[/TD]
[TD]120,000[/TD]
[TD]200,000[/TD]
[/TR]
</tbody>[/TABLE]
I was wondering if there was a formula i could put in a new column that would let me know which Benchmark percentile the value in column A falls within. Also, is there a way to perform an "IFS" statement to say "if the wages in column in A are less than then the 10th% then say "less than 10%", if the value in column a is between 10th % and 25th% then say "10th-25th"" and so on?
Thank you!
I have a spreadsheet that looks like the following
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD]Benchmark[/TD]
[TD]Benchmark[/TD]
[TD]Benchmark[/TD]
[TD]Benchmark[/TD]
[TD]Benchmark[/TD]
[/TR]
[TR]
[TD]Wages[/TD]
[TD][/TD]
[TD]10th[/TD]
[TD]25th[/TD]
[TD]50th[/TD]
[TD]75th[/TD]
[TD]90th[/TD]
[/TR]
[TR]
[TD]65,000[/TD]
[TD][/TD]
[TD]100,000[/TD]
[TD]200,000[/TD]
[TD]300,000[/TD]
[TD]400,000[/TD]
[TD]500,000[/TD]
[/TR]
[TR]
[TD]300,000[/TD]
[TD][/TD]
[TD]100,000[/TD]
[TD]250,000[/TD]
[TD]298,000[/TD]
[TD]350,000[/TD]
[TD]400,000[/TD]
[/TR]
[TR]
[TD]180,000[/TD]
[TD][/TD]
[TD]50,000[/TD]
[TD]60,000[/TD]
[TD]70,000[/TD]
[TD]120,000[/TD]
[TD]200,000[/TD]
[/TR]
</tbody>[/TABLE]
I was wondering if there was a formula i could put in a new column that would let me know which Benchmark percentile the value in column A falls within. Also, is there a way to perform an "IFS" statement to say "if the wages in column in A are less than then the 10th% then say "less than 10%", if the value in column a is between 10th % and 25th% then say "10th-25th"" and so on?
Thank you!