mode

  1. A

    Calculating the mode, excluding zeros, of a range of cells in another worksheet

    I am attempting to (see title), but it's not producing the result I expect. My formula is; =MODE(IF('Jun 2014 Summary'!H6:H81<>0,'Jun 2014 Summary'!H6:H81)) The result I get is 0, but I'm not sure why. Help.
  2. G

    First, Second, 3rd, 4th, 5th, 6th most repeated TEXT

    <colgroup><col></colgroup><tbody> I didn't find any formula to return most common text from 1st to 101th or even more places. ALWAYS DATA IN VERTICAL COLUMN SIMPLY AS POSSIBLE <tbody> <colgroup><col></colgroup><tbody> Naturaleza asociada ÁRBOLES FRONDOSOS JARDINES SOMBRA FRESCO...
  3. M

    Find the mode of column B for each unique number in column A

    Hi all, I am new to this forum, and really need help with the following task: 1) I have a list of of random numbers in column A 2) I have a second list of random numbers in column B 3) Would like to find the mode of column B for each unique number in column A For example: Column A...
  4. I

    Need help with new project...

    Looking for ideas on how to combat a new task. Raw Data: Column 1: Date Column 2: Folio # (Reservation #) Column 3: Price Eg. 1/1/14 65451 $60.00 1/1/14 54874 $60.00 1/1/14 78451 $70.00 1/1/14 45612 $60.00 1/2/14 87451 $80.00 1/2/14 98745 $70.00 1/2/14 12346 $80.00 1/2/14 65497 $80.00 etc...
  5. P

    Find repeating values that occur only X times

    How can I specify the frequency / occurrence of repeating values that need to be found in a column or across different columns? For example, if a column had 1,2,3,3,4,4,4, I want Excel to only find values that repeat 3 times, and the answer should be 4. Someone gave a very good tip on how to...
  6. B

    Mode function for rows of text

    Hi I have a spreadsheet with columns of data running from column C to column Z. In column B i am trying to work out which word appears the most. For exaple in cell B2 i am looking for a formula to work out which word appears the most from cells C2:Z2. Any help would be rerally appreciated...
  7. R

    vba to find mode value for several arrays of different lengths

    Hi, I have a spreadsheet with approx 10,000 rows, with each "person" in the spreadsheet taking up between 1 and 38 rows, depending on who they are. In column "GR" i have a text value for each entry relating to that "persons" position. I am trying to produce a s/sheet which has one row for...
  8. A

    calculate the most common text values by groups

    Hello! I want to calculate the most common text value for groups. I have a table with a lot of records like an example below. ID Code 1 HB 1 KU 1 KS 1 LV 1 KS 2 LM 2 KS 2 KS 2 LV 2 KS 3 KS 3 KS 3 KS 3 KS 3 KU 3 KS 3 LM 3 LV 3 KS I...
  9. S

    Finding mode of 3-digit integer in multi-digit array

    I'm trying to write a formula that will calculate the mode (most frequently used #) in a data set for all 3-digit numbers. There are also 1- 2- and 4-digit numbers in the set. Here's an example below: 101 1235 100 759 101 2 1235 5 1235 In this case, the mode for 3-digit numbers would be 101...
  10. C

    Searching Dynamic Range for most common value while ignoring text strings

    I have an excel workbook that has several sheets. One of the sheets is named “Data” which contains 2 columns filled with latitude and longitude values. The latitude column is a dynamic range named “LatitudeSeries”. The longitude column is a dynamic range named “LongitudeSeries”. The...
  11. J

    Issues with Compatibility Mode

    Hi, I have a fairly large sheet with 350k+ rows and it failed to respond. I closed the program and before it closed asked me if I wanted to save I chose to save. Upon re-opening the sheet it opened in a "Compatibility Mode" and with just the top row with my column headings minus my filters. I...
  12. C

    Brutish calculation of nth mode

    Hello,I'm trying to calculate the "nth mode" (i.e. the nth most frequent value) in a large list. Alternatively, I want to rank the values of the list from most frequently appearing to least frequently appearing.A brutish way that I thought of doing this would be to calculate the mode then delete...
  13. B

    Mode with Leeway

    Hi Guys, I need to calculate the mode of a column, but allow for a 25 unit margin of error above and below. My current array formula is =MODE(IF(AZ3=$Q$30:$Q$5000,$E$33:$E$5000)) With the current formula if there is no mode, it returns #N/A. Any ideas how to build in this leeway? Colums AW...
  14. azcat90

    Mode for summarized data

    I'lll throw this out to you guys... In Excel I am working with pasted output from an Access query that summarizes shipped packages by Service Type, pricing zone and rated weight. Goal is to find the mode weight for each service type. Currently I pivot the results and make the service type...
  15. E

    MODE for strings in range (not array)

    I would like to determine the most frequent occurrence of a string within a range (not just a column). If all strings are within a column, I can use =INDEX(array,MATCH(MAX(COUNTIF(array,array)),COUNTIF(array,array),0)), but this does not work when the data is distributed across a range with n...
  16. N

    Fill a column with the MODE from another column per unique value of a third column

    I am looking for a formula that will fill column C with the Mode value from column B, for each unique value in column A. In my below example, pretend that only columns A and B are filled, I want this formula to fill C with what you see. john 2 2 john 47 2 john 2 2 john 2 2 john 1 2 john 1 2...
  17. Dave Punky

    Counting text and displaying top result

    Hi, I'm basically trying to get a cell to show the most common occurrence in another cell but I can't seem to work this out myself for some reason, and I guess I'm wording it badly as I can't find it online either. For example: | 1 | 2 | ---------------- A | ABC | |...
  18. S

    conditional mode question

    I have a question about how to get the most frequently occurring group id for each output area. There are 400+ individual output areas in my list (of 3k+ repeated values) and I need to find the most frequently occurring group for each output area. I created a new list of output areas - with...
  19. C

    **mode formula with 2 criteria**

    Hi all how do i calculate mode with 2 criteria?:confused: I want to find the most frequent delay reason by site and speciality. Many thanks <TABLE style="WIDTH: 592pt; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width=789 border=0 x:str><COLGROUP><COL style="WIDTH: 48pt"...
  20. M

    Help needed finding the most popular letter in a row of letters

    Hi, I have an error in the following formula: ={CHAR(MODE(CODE("M2:"&ADDRESS(ROW(M2),COLUMN(AF2)-COUNTBLANK(M2:AF2),4))))} The problem I'm trying to address is finding the most popular letter in a row of letters. Each cell in the row contains only one letter, but in some cases the letter...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top