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

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
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,216,069
Messages
6,128,602
Members
449,460
Latest member
jgharbawi

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