Forum Discussion

deniztopcu's avatar
deniztopcu
Brass Contributor
Feb 02, 2025
Solved

if the value in one list exists in another array.

Hello, How can it be made to change all the data at once without breaking the formula? Excel file is attached. İF(A8:A109 (bir değer) = Girişler!Y2:Y26  (if on this list); (does not ta...
  • djclements's avatar
    Feb 03, 2025

    It's difficult to decipher exactly what you need, but to check if the values in one list exist in another, you can use either COUNTIF (works only with ranges) or ISNUMBER-MATCH (also works with arrays).

    Note: the value in cell A8 in your sample file is "MRGYO", whereas the value in cell Y26 on the input sheet is "MGRYO". You will need to correct one or the other for them to match.

    Please see the attached workbook for the complete updated formula. This is my best guess at what you wanted...

Resources