• 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.

Matching between two ranges, which also have values that repeat several times.

bines53

Active Member
Hello friends,

In columns k and l, a solution appears row after row, both give the same result, I am asking for one formula that will give the solution,Non-volatile and non-concatenated.

Thanks,
David
 

Attachments

  • yyyxx.xlsx
    215.3 KB · Views: 10
Last edited:
Hello Bines

It sounds like you're looking for a single formula that can provide the solution without using volatile or concatenated functions. One way to achieve this is by using an array formula.

For example, if you want to sum the values in column A and B and get the result in column C, you can use the following array formula:


{=SUM(A1:A10+B1:B10)}


To enter an array formula in Excel, you need to press Ctrl + Shift + Enter after typing the formula, instead of just Enter. This will add the curly braces { } around the formula and turn it into an array formula.

This formula will sum the corresponding values in columns A and B for each row and provide the result in column C. Keep in mind that array formulas can be resource-intensive, so using them over a large dataset may impact performance.
 
Back
Top