I really hope someone can help me - I've been at this for two days and I'm at a loss...
I'm trying to create a formula that will look up a specific rank's salary on a specific date:[TABLE="width: 500"]
<tbody>[TR]
[TD]2010[/TD]
[TD]2011[/TD]
[TD]2012[/TD]
[TD]2013[/TD]
[TD]Rank[/TD]
[/TR]
[TR]
[TD]$40,000[/TD]
[TD]$41,000[/TD]
[TD]$42,000[/TD]
[TD]$43,000[/TD]
[TD]Private[/TD]
[/TR]
[TR]
[TD]$45,000[/TD]
[TD]$46,000[/TD]
[TD]$47,000[/TD]
[TD]$48,000[/TD]
[TD]Corporal[/TD]
[/TR]
[TR]
[TD]$50,000[/TD]
[TD]$51,000[/TD]
[TD]$52,000[/TD]
[TD]$53,000[/TD]
[TD]Sergeant[/TD]
[/TR]
[TR]
[TD]$55,000[/TD]
[TD]$56,000[/TD]
[TD]$57,000[/TD]
[TD]$58,000[/TD]
[TD]Lieutenant[/TD]
[/TR]
</tbody>[/TABLE]
I have to come up with a formula that allows a user to input a rank and a date, that will result in the correct salary being reported. I've managed to come up with a formula that successfully searches through a single year, but not for the entire range...
Essentially this is what I'm trying to do: RANK + YEAR = WHAT SALARY
Help!!
I'm trying to create a formula that will look up a specific rank's salary on a specific date:[TABLE="width: 500"]
<tbody>[TR]
[TD]2010[/TD]
[TD]2011[/TD]
[TD]2012[/TD]
[TD]2013[/TD]
[TD]Rank[/TD]
[/TR]
[TR]
[TD]$40,000[/TD]
[TD]$41,000[/TD]
[TD]$42,000[/TD]
[TD]$43,000[/TD]
[TD]Private[/TD]
[/TR]
[TR]
[TD]$45,000[/TD]
[TD]$46,000[/TD]
[TD]$47,000[/TD]
[TD]$48,000[/TD]
[TD]Corporal[/TD]
[/TR]
[TR]
[TD]$50,000[/TD]
[TD]$51,000[/TD]
[TD]$52,000[/TD]
[TD]$53,000[/TD]
[TD]Sergeant[/TD]
[/TR]
[TR]
[TD]$55,000[/TD]
[TD]$56,000[/TD]
[TD]$57,000[/TD]
[TD]$58,000[/TD]
[TD]Lieutenant[/TD]
[/TR]
</tbody>[/TABLE]
I have to come up with a formula that allows a user to input a rank and a date, that will result in the correct salary being reported. I've managed to come up with a formula that successfully searches through a single year, but not for the entire range...
Essentially this is what I'm trying to do: RANK + YEAR = WHAT SALARY
Help!!
Last edited: