Formula Help Required

VinodKrishnappa

New Member
Joined
Aug 6, 2016
Messages
31
Hi,

In the following situation i need some formula help.

25110No
1120No
2130Yes
3140No
4150No

<tbody>
</tbody>


<colgroup><col width="80" span="5" style="width:60pt"> </colgroup><tbody>
</tbody>
Cell value A1 is getting found in range between 21-30, But here i need C column value as Yes even for range 1-10 & 11-20 as well. Like if the cell value is 43 then i need C column value as YES to 1-10, 11-20, 21-30, 31-40-, 41-50. If its 2 then C column value as YES to range 1-10 only.
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Maybe...


A
B
C
D
1
25​
1​
10​
Yes​
2
11​
20​
Yes​
3
21​
30​
Yes​
4
31​
40​
No​
5
41​
50​
No​

Formula in D1 copied down
=IF(A$1>=B1,"Yes","No")

M.
 
Upvote 0

Forum statistics

Threads
1,215,214
Messages
6,123,664
Members
449,114
Latest member
aides

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