conditions

  1. M

    Formula to return data if it matches row and column

    Hi, I have a set of data here. <tbody> 1 A B C D 2 5/1/18 6/1/18 7/1/18 3 U1 50 40 30 4 U2 40 30 20 5 U3 30 20 10 6 U4 20 10 0 </tbody> In this table below, I want to have formulas in the empty cells to give me the values that matches row that contains U1 and U3 and...
  2. S

    IF And Statement not wokring

    Hello I am having an issue with my formulas in excel. I have created conditions based on what is entered into column J, if these conditions are not met then the cells should display N/A. Right now they (cells J26 and J27) are displaying the actual value even when there is a blank. The formulas...
  3. L

    Ranking Amounts Based on Two Conditions

    I want to rank numbers based on two conditions, column A has to be >=5.0 and column B has to be >= $100,000,000. What formula would I use in column C so once it meets those conditions it should rank the amounts (column B). If the conditions are not met then the rank should ignore the amounts in...
  4. Z

    If #1, #4, and either #2 or #3 are yes, then object is hazardous)

    This is the question. <tbody> 5. Based on the evaluation above is the object a food safety hazard? (If #1 , #4 , and either #2 or #3 are yes, then object is hazardous) </tbody> I would like cell A12 to show the text "object is hazardous" if these conditions are meet=if A1 & a4 And either...
  5. O

    I need a faster way to verify if a date is between two dates

    Hello, I have a table and need to check whether each cell in a row satisfies a certain condition. One of the rows has a date. The date might need to satisfy an upper bound or lower bound. Moreover, the comparison might need to be strict(< or >) or not (<= or >=). I have the ability to encode...
  6. E

    Best way to get multiple OR conditions

    Hi All i have a list of OR conditions that need to be met before returning a value ie =if(or(a1=“test1”,a1=“test2”,a1=“test3”)...etc rather than having to change the values inside the cell if the or conditions was to grow, how can I look it up in a range ie...
  7. M

    Nested IF statement with multiple conditions

    I'm trying to write a nested If statement and it's driving me nuts. Basically, if I14 is blank then check for these multiple conditions, which will require more If statements. If I14 is NOT blank then check for these multiple conditions, which of course involve more If statements. I can't seem...
  8. A

    Can I use VBA to return value based on multiple variables?

    Below are the conditions and the desired return value if conditions are met: My table looks like <tbody> Status Type GM$ GM% Dues </tbody> Here are the conditions. These conditions only apply if GM$ & GM% are above $25 or 25%. If GM% & GM$ aren't above = or more than 25 the cell...
  9. R

    Help with a formula

    Hello guys I have an Issue with a formula. =IF(COUNTIF($G130:L130;"YES");0;-12*$F22) In this formula I have to add a second condition. IF(O120>F19) Practically I want both conditions in the formula. Thank you.
  10. J

    IF AND function

    =IF(AND(D17<=30,F17>9),"Yes"," ") D17 is -50 F17 is 4 The formula should say Yes if both conditions are true but it says Yes in this instance. I don't know why.
  11. A

    Filter array with 2 conditions

    I currently use the following formula to filter an array when the value in I2 is equal to a cell in the named range FILTERRANGE. IFERROR(INDEX(DATA!A$2:A$40,SMALL(IF(FILTERRANGE=FILTERED!$I$2,ROW(DATA!A$2:A$40)-ROW(DATA!A$2)+1),ROWS(DATA!A$2:DATA!A2))),0) I now want to filter the array based...
  12. M

    IF formula but ignoring conditions before

    I have the formula below: =IF(H5="Yes","Booked",IF(I5="Yes","T&C Sent",IF(J5="Yes","T&C Accepted",IF(M5="Yes","Invoice sent",IF(N5="Yes","Paid",IF(P5>0,"Typing",IF(S5="Yes","completed","Take action"))))))) I am using it to automatically show me which stage each job is at without having to go...
  13. T

    Contradicting conditions?

    Im new to excel, Im trying to create a formula with many conditions, but i think they are contradicting each other. Looking for some assistance. This is what I've got: =MAX(0,IF(SUM(K10:K23)>80,0,IF(SUM(K10:K23)<80,80-(SUM(K10:K23))))) Now I would like to add that if K10:K23 = 0,0 but that...
  14. G

    Select choosen rows

    Hello MrExcel, I have data in Range("A1:C100000"). In column A I have number accounts and I would like to have macro which select all (not filter) this rows which fullfilled conditions. Thanks a lot for your help. Best regards Robert
  15. F

    Return row numbers with mutiple criteria

    Hi. I'm trying to build a few tables using named ranges and array formulae but have hit a snag, hoping someone can help. My strategy is to return the row numbers in a data table that match certain conditions and then use these in an INDEX function to return the data. My formula for the row...
  16. A

    Multiple IF, AND conditions to return True/False

    <tbody> Status MAL MQL SAL SQL First associated date Conditions True/False Raw 10/25/2016 10/10/2016 10/10/2016 Pursuing 1/12/2017 <tbody> 4/18/2017 </tbody> 4/18/2017 2/28/2018 </tbody> So these being my columns, I need a To fill the last column with conditions that satisfy 1)...
  17. N

    Multiply IF with multiple conditions

    Good Evening, today I came across the following problem: Say we have a table where the a-column is for example the color of a car, the b-column who sold the car and the c-column is the price it sold for.We now want to multiply the values of all red cars sold by Peter and here lies the problem...
  18. E

    % between dates, Complete, and Not Started... Multi-Conditional IF Statement? or do I need to use something else? Here is my problem...

    I am using Excel 16.13.1 Mac Background: My formula currently measures the percentage of completion between TWO dates based on a "current date" input. and IF the percentage is under 1 (or 100%) it does so If it is 100% or higher is says “Complete” Current Formula: O7 refers to Start Date, Q7...
  19. K

    CountIfs formula with multiple conditions

    Hi Could someone help me with a formula please. I had it all working correctly but the customer now wants to check for multiple conditions and this is where I'm stuck. I have a worksheet that contains several thousand rows of data and I want to be able to: 1) check column AI to count all...
  20. M

    Formula to filter on two statements

    I currently have the following formula in column AS to check for certain values in column G.AS5=IF(OR(G5={"LU","BE","NL","IT","ES","GB","DE","CZ","SK","FR","IE"}),"Yes","") I need to expand this to first look column AN5 for a YES value, and then look in G5 for one of the criteria within that...

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