Formula Help: multiple cells with a < or > then Return statement

ldavis1227

New Member
Joined
May 29, 2014
Messages
19
I want to know if any of the values in (I1, J1, K1) is (< then L1) return "Yes", if (> then L1) return "No".

I1 = .02
J1 = .08
K1 = 1.13
L1 = 0

Of note: each of these cell have a formula behind them also and the value will change.
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
can you tell me how to fix my formula to look at "all" instead of "any"?

=IF(OR(I5 >= L5, J5 >= L5, K5 >= L5), "No", "Yes")
 
Upvote 0
I didn't think my other one posted. Sorry I posted again. You're formula still didn't work for me. if my columns I:K are within the TAT of L it still says "No" it should be "Yes"
 
Upvote 0
I downloaded the Jeanie, here is what I'm working with.

Sheet1

ABCDE
1TAT for F3TAT for G3TAT for H3TAT ReqIssue with TAT?
2141214Yes
3493130Yes

<colgroup><col style="width: 30px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
E2=IF(AND(A1 >= D1, B1>= D1, C1 >= D1), "No", "Yes")
E3=IF(AND(A2 >= D2, B2>= D2, C2 >= D2), "No", "Yes")

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4
 
Upvote 0
sorry yes, I keep changing them and then switching the yes and no around based on the question I want in E1. Either way, I shouldn't be getting the same results from that set of data, right? E2 and E3 should be different answers.

I'm new to this posting. I should have posted differently from the beginning. I'm learning...
 
Upvote 0

Forum statistics

Threads
1,215,232
Messages
6,123,761
Members
449,120
Latest member
Aa2

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