![]() |
Most repeated number
Hi all,
I have a table with several rows and columns with several numbers in it. I was looking for a formula which could tell me what was the most repeated number for each column. e.g.: A1 10 ; A2 12 ; A3 10 ; the FORMULA should show "10" as the result Thanks in advance nuno |
=mode(a1:a10000)
"nuno" wrote in message ... Hi all, I have a table with several rows and columns with several numbers in it. I was looking for a formula which could tell me what was the most repeated number for each column. e.g.: A1 10 ; A2 12 ; A3 10 ; the FORMULA should show "10" as the result Thanks in advance nuno |
=MODE(A1:A20)
HTH Jason Atlanta, GA -----Original Message----- Hi all, I have a table with several rows and columns with several numbers in it. I was looking for a formula which could tell me what was the most repeated number for each column. e.g.: A1 10 ; A2 12 ; A3 10 ; the FORMULA should show "10" as the result Thanks in advance nuno . |
perfect :)
thanks for the help nuno "Jason Morin" wrote: =MODE(A1:A20) HTH Jason Atlanta, GA -----Original Message----- Hi all, I have a table with several rows and columns with several numbers in it. I was looking for a formula which could tell me what was the most repeated number for each column. e.g.: A1 10 ; A2 12 ; A3 10 ; the FORMULA should show "10" as the result Thanks in advance nuno . |
perfect :)
thanks for the help nuno "N Harkawat" wrote: =mode(a1:a10000) "nuno" wrote in message ... Hi all, I have a table with several rows and columns with several numbers in it. I was looking for a formula which could tell me what was the most repeated number for each column. e.g.: A1 10 ; A2 12 ; A3 10 ; the FORMULA should show "10" as the result Thanks in advance nuno |
All times are GMT +1. The time now is 07:19 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com