T thong Member Jan 10, 2018 #1 Hello All, I have 4 columns with different numbers from 1-35. I want to know the frequency how many times they are use from each columns. Please find attached file. Thank you. Attachments frequency.xlsx frequency.xlsx 9.7 KB · Views: 9
Hello All, I have 4 columns with different numbers from 1-35. I want to know the frequency how many times they are use from each columns. Please find attached file. Thank you.
Khalid NGO Excel Ninja Jan 10, 2018 #2 Hi thong, Can you include your expected results? Just a guess, a simple countif can be used in G2: =COUNTIF(A$2:A$10,$F2) Copy down and across... Regards,
Hi thong, Can you include your expected results? Just a guess, a simple countif can be used in G2: =COUNTIF(A$2:A$10,$F2) Copy down and across... Regards,
T thong Member Jan 10, 2018 #3 Hi Khalid, My expected result is in G2, it will tell me how many times for example number 1 appeared on each column.
Hi Khalid, My expected result is in G2, it will tell me how many times for example number 1 appeared on each column.
Khalid NGO Excel Ninja Jan 10, 2018 #4 Can you include your expected results? Click to expand... Hi Thong, I mean can you include your expected results manually? so that we can cross check. As i guessed for result in separate columns, you can use above formula. For result in single column, try this in G2 and copy down: =SUMPRODUCT(($A$2:$D$10=F2)+0) This should work or I've completely misunderstood your question? Regards,
Can you include your expected results? Click to expand... Hi Thong, I mean can you include your expected results manually? so that we can cross check. As i guessed for result in separate columns, you can use above formula. For result in single column, try this in G2 and copy down: =SUMPRODUCT(($A$2:$D$10=F2)+0) This should work or I've completely misunderstood your question? Regards,
T thong Member Jan 10, 2018 #5 Hi Khalid, The result that I want is the output of your formula. Big Thanks...
John Jairo V Well-Known Member Jan 13, 2018 #7 Hi, to all! And... why not: =COUNTIF(A$2:D$10,F2) Blessings!