Good day to all. I have a table with multiple conditions with specific amounts if conditions are met, but Im stymied on how to create the IF and/or formula since the conditions have min/max ranges. Hoping for some help Thanks a lot!
Sample table below:
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<colgroup><col style="width: 100px"><col width="100"><col width="100"><col width="100"><col width="100"></colgroup><tbody>[TR]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFF2CC]#FFF2CC[/URL] "]Emp[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFF2CC]#FFF2CC[/URL] , align: center"]80 - 84.9[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFF2CC]#FFF2CC[/URL] , align: center"]85 - 89.9[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFF2CC]#FFF2CC[/URL] , align: center"]90 - 94.9[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFF2CC]#FFF2CC[/URL] , align: center"]95 - 100[/TD]
[/TR]
[TR]
[TD]4.9 +[/TD]
[TD="align: center"]700[/TD]
[TD="align: center"]1,200.00[/TD]
[TD="align: center"]2,000.00[/TD]
[TD="align: center"]3,000.00[/TD]
[/TR]
[TR]
[TD]4.8 - 4.89[/TD]
[TD="align: center"]700[/TD]
[TD="align: center"]1,200.00[/TD]
[TD="align: center"]1,800.00[/TD]
[TD="align: center"]2,800.00[/TD]
[/TR]
[TR]
[TD]4.7 - 4.79[/TD]
[TD="align: center"]500[/TD]
[TD="align: center"]1,000.00[/TD]
[TD="align: center"]1,600.00[/TD]
[TD="align: center"]2,600.00[/TD]
[/TR]
[TR]
[TD]4.69 -[/TD]
[TD="align: center"]500[/TD]
[TD="align: center"]1,000.00[/TD]
[TD="align: center"]1,500.00[/TD]
[TD="align: center"]2,500.00[/TD]
[/TR]
</tbody>[/TABLE]
So, if Emp gets a score between 80 to 84.9 and a rating between 4.7 to 4.79, the amount should return "500", so on and so forth. Im trying to create a formula using IF and/or or if anyone can help me with another formula Id appreciate it much.
Many thanks!
Ted
Sample table below:
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<colgroup><col style="width: 100px"><col width="100"><col width="100"><col width="100"><col width="100"></colgroup><tbody>[TR]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFF2CC]#FFF2CC[/URL] "]Emp[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFF2CC]#FFF2CC[/URL] , align: center"]80 - 84.9[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFF2CC]#FFF2CC[/URL] , align: center"]85 - 89.9[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFF2CC]#FFF2CC[/URL] , align: center"]90 - 94.9[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FFF2CC]#FFF2CC[/URL] , align: center"]95 - 100[/TD]
[/TR]
[TR]
[TD]4.9 +[/TD]
[TD="align: center"]700[/TD]
[TD="align: center"]1,200.00[/TD]
[TD="align: center"]2,000.00[/TD]
[TD="align: center"]3,000.00[/TD]
[/TR]
[TR]
[TD]4.8 - 4.89[/TD]
[TD="align: center"]700[/TD]
[TD="align: center"]1,200.00[/TD]
[TD="align: center"]1,800.00[/TD]
[TD="align: center"]2,800.00[/TD]
[/TR]
[TR]
[TD]4.7 - 4.79[/TD]
[TD="align: center"]500[/TD]
[TD="align: center"]1,000.00[/TD]
[TD="align: center"]1,600.00[/TD]
[TD="align: center"]2,600.00[/TD]
[/TR]
[TR]
[TD]4.69 -[/TD]
[TD="align: center"]500[/TD]
[TD="align: center"]1,000.00[/TD]
[TD="align: center"]1,500.00[/TD]
[TD="align: center"]2,500.00[/TD]
[/TR]
</tbody>[/TABLE]
So, if Emp gets a score between 80 to 84.9 and a rating between 4.7 to 4.79, the amount should return "500", so on and so forth. Im trying to create a formula using IF and/or or if anyone can help me with another formula Id appreciate it much.
Many thanks!
Ted