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

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
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


[TABLE="width: 249"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Name[/TD]
[TD]YTC[/TD]
[TD]STC[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]65[/TD]
[TD]70[/TD]
[/TR]
[TR]
[TD]Susan[/TD]
[TD]55[/TD]
[TD]55[/TD]
[/TR]
[TR]
[TD]Batt[/TD]
[TD]65[/TD]
[TD]70[/TD]
[/TR]
[TR]
[TD]Matthew[/TD]
[TD]65[/TD]
[TD]70[/TD]
[/TR]
[TR]
[TD]Kevin[/TD]
[TD]75[/TD]
[TD]80[/TD]
[/TR]
[TR]
[TD]Mass[/TD]
[TD]55[/TD]
[TD]55[/TD]
[/TR]
[TR]
[TD]Keith[/TD]
[TD]75[/TD]
[TD]80[/TD]
[/TR]
</tbody>[/TABLE]
</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,226,739
Messages
6,192,739
Members
453,755
Latest member
IQBS

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