If condition help needed

Azarudeen

Board Regular
Joined
Jun 30, 2014
Messages
80
Hi All,I have the below 3 columns and column B and C are the target value.If YTC is >=65 and STC>= 70, Need to have the value as 10 in column DAny one of the above condition met, then the result must be 5 else 0If YTC is >=55 and STC>= 55, Need to have the value as 10 in column DAny one of the above condition met, then the result must be 5 else 0If YTC is >=75 and STC>= 80, Need to have the value as 10 in column DAny one of the above condition met, then the result must be 5 else 0Name YTC STCJohn 65 70Susan 55 55Batt 65 70Matthew 65 70Kevin 75 80Mass 55 55Keith 75 80Can someone help me on this
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Sorry typo error


<CODE>

If YTC is >=65 and STC>= 70, Need to have the value as 10 in column D
Any one of the above condition met, then the result must be 5 else 0
If YTC is >=55 and STC>= 55, Need to have the value as 10 in column D
Any one of the above condition met, then the result must be 5 else 0
If YTC is >=75 and STC>= 80, Need to have the value as 10 in column D
Any one of the above condition met, then the result must be 5 else 0


NameYTCSTC
John6570
Susan5555
Batt6570
Matthew6570
Kevin7580
Mass5555
Keith7580

<colgroup><col><col><col></colgroup><tbody>
</tbody>
</CODE>
 
Upvote 0
Your question is not clear to me (& I suspect others since no answer).

Can you post your sample data again, but also include the expected results & try explaining again using different words?
 
Upvote 0

Forum statistics

Threads
1,214,929
Messages
6,122,315
Members
449,081
Latest member
tanurai

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top