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

Comparison of the two lines, each line has a number similar values.

bines53

Active Member
Hello friends,

Column F, I have a function
=(COUNTIF(A2:D2,A3)>=COUNTIF(A3:A3,A3))+(COUNTIF(A2:D2,B3)>=COUNTIF(A3:B3,B3))+(COUNTIF(A2:D2,C3)>=COUNTIF(A3:C3,C3))+(COUNTIF(A2:D2,D3)>=COUNTIF(A3:D3,D3))
Is it possible to shorten the function, non-volatile and non CSE ?

Column I have a function that gives the same answer, and I wanted to know if it is volatile ?

Columns K:O, a similar formula, but one line can compare a large number of rows,and I wanted to know,also, if it is volatile ?

Sheet A, numbers and letters
Sheet B, just numbers.

Thank you !
 

Attachments

  • test.12.xlsm
    19.1 KB · Views: 2
Back
Top