• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. A

    Dependent Data Validation List Default

    Brilliant, works perfectly, thanks Narayan!
  2. A

    Dependent Data Validation List Default

    I am stuck trying to solve this question after searching for hours and trying different code. Using a data validation dependent list, is it possible to use code to set a default to display when the list is "activated", any time through all ranges on the sheet? Example: Worksheet with B4...
  3. A

    Search for 2 criteria in 2 ranges, return yes no

    OK, I put this in: {=IF(MAX(($A$4:$A$55=$A64)*(B$4:B$55<>"OFF"))>0,"Yes",IF(MAX(--($A$4:$A$55=$A64)),"NO","Yes"))} Unfortunately getting the same result; returns "YES" when the search criteria 1 is NOT present in the range A4:A55 BUT! I altered it to this, and it seems to be...
  4. A

    Search for 2 criteria in 2 ranges, return yes no

    The logic is correct. I used the provided formula {=IF(MAX(($A$4:$A$55=$A64)*(B$4:B$55="OFF")),"NO","YES")} - all works, EXCEPT if "L Saute" is not in A4:A55, it is still returning a "YES". It's so close, just not all the way there yet. Thanks, let me know if there is a tweak needed.
  5. A

    Search for 2 criteria in 2 ranges, return yes no

    Thanks for the welcome and reply Hui. Sample workbook is here: https://www.box.com/s/jl5k2zunxs1sm610prtz "Data" is the sheet to look at, and I know the sheet is not a typical format. The current formulas in A64:A83 can be ignored, they are from another workbook. A63:A83 would be the...
  6. A

    Search for 2 criteria in 2 ranges, return yes no

    Greetings- Having trouble creating a formula that checks for 2 distinct criteria in a range within 2 different columns to determine if they are true or false (each criteria is in a range in different columns). I hope someone here can help. It needs to function like this: If criteria 1 is...
Back
Top