How to find a mini/MAXI according to specific criteria

I need to find the low/over highest number in a given list, but according to a variable. For example:

How removed many/most cars sold to someone in the role of sales? Just the number here.

* Bonus: in a separate cell, generate the name of the sales person that has the most sold cars.

MacBook Pro 15 retina

El Capitan

3.6.2 numbers

Thanks for the help.

Maybe it will work for you:

Make sure that the first line is a header

Add additional columns as illustrated titled "sales", "Finance" and "Manager".

D2 = IF ($B2 = D$ 1, $C2, "")

It's shorthand dethrone select cell D2 and type (or copy and paste it here) the formula:

= IF($B2=D$1,$C2, "")

Select cell D2, copy

Select cells D2 the F6, paste

now created the table of Stats as shown, with the first row, a header row

B2 = if (counta (a2) > 0, MAX (OFFSET (table 3: $D$ 1, 0, MATCH ($A2, table $1 3::D: F$ 1.0) −1, LINES (table 3::D), 1)), "")

C2 = if (counta (a2), OFFSET (table 3: $A$ 1, MATCH (B2, OFFSET (table 3: $D$ 1, 0, MATCH ($A2, table $1 3::D: F$ 1.0) −1, LINES (table 3::D), 1), 0) −1, 0), "")

Select the cells B2 C2, copy

Select the cells B2 at the end of the C column, paste

Tags: iWork

Similar Questions

  • How to find the value max and min for each column in a table 2d?

    How to find the value max and min for each column in a table 2d?

    For example, in the table max/min for the first three columns would be 45/23, 14/10, 80/67.

    Thank you

    Chuck,

    With color on your bars, you should have enough experience to understand this.

    You're a loop in the table already.  Now you just need a function like table Max and min. loop.  And you may need to transpose the table 2D.

  • How to find liability that can run a specific report

    I would like to know how to find what responsibilities can run a specific report.

    Is there a was to do later in 11i app? or y at - it a specfic query I can run?

    Any help would be appreciated.

    Hello.

    Check if this request meets your needs:

    SELECT r.responsibility_name, g.request_group_name, cp.user_concurrent_program_name
    OF fnd_responsibility_vl r, fnd_request_groups g, fnd_request_group_units rg fnd_concurrent_programs_vl cp
    WHERE r.request_group_id = g.request_group_id
    AND rg.request_group_id = g.request_group_id
    AND rg.request_unit_id = cp.concurrent_program_id
    AND rg.application_id =
    AND r.responsibility_name = '. '

    Hope this helps,

    Octavio

  • How to find out the max mem can be allocatedTT for 32 bit Win?

    How to find the maximum size of permanent and temporary data data size that can be allocated for the Oracle times ten for Windows 32 bit OS.

    The maximum size that can be achieved depends on three main factors:

    1 system (memory, swap file) configuration.

    2. connectivity method (direct mode compared to the server). Direct mode is more limited than client/server (but is much faster).

    3. for a DBMS direct mode, the number and type of dll that the application uses. Console mode apps can generally for example to reach a size of datatstore much larger than .NET applications.

    The maximumn size will usually be of the order of 600 MB to 1 500 MB. The only way to determine a specific value is to try it. With your application, start with a store of 1000 MB and data increase decrease until you find the breakpoint.

    In fact, 32-bit Windows is not a good platform for hosting of any significant size data warehouses. 64-bit Windows is much better (and it works almost all the 32-bit applications without any problem).

    Chris

  • How to find the value max and min of an attribute for a master VO

    Hello
    Is it possible to find maximum and minimum a master view object attribute values in groovy.
    I need to have the (START_DATE) min and max (end_date), values to pass to my Gantt chart to the table project start date and end date.
    For detail view objects, we can use < accessor > .max (start_date), but to see Master objects?

    I use jdeveloper 11.1.1.3.

    Thank you
    Guna.

    Published by: guna.b on December 13, 2010 11:01

    How about setting GOES to the same point of view and by using the groovy you mentioned in your message

  • How to find systems remote Max

    How does MAX find remote systems?

    I wrote a UDP chriper as a way to solve this problem in the past, however, it seems that NEITHER has already solved this problem and I prefer to use what comes in the box.

    Existing APIs or documentation would be great.

    ~ Jon

    There is a VI of systems found on the real time / utility RT / range of System Configuration that can find some things (such as PXIs) on the network.

    BS

  • How to find the first max value for each item

    Hello

    I have the me_result of the table as below,

    SELECT * FROM me_result;

    ID     ||| ELITE     ||||||||||| FREQ_ITEM | COMBINED_STR | SUP
    1     ||; 1; 10; 2; 3; 4; 5; 7; 8. 1     ||||||||||||||; 1; 10; 2; 3; 4; 5; 7; 8 ||| 2
    2     ||; 1; 10; 2; 3; 4; 5; 7; 8. 2     ||||||||||||||; 1; 10; 2; 3; 4; 5; 7; 8 ||| 2
    3     ||; 1; 10; 2; 3; 4; 5; 7; 8. 3     ||||||||||||||; 1; 10; 2; 3; 4; 5; 7; 8 ||| 2
    4     ||; 1; 10; 2; 3; 4; 5; 7; 8. 4     ||||||||||||||; 1; 10; 2; 3; 4; 5; 7; 8 ||| 2
    5     ||; 1; 10; 2; 3; 4; 5; 7; 8. 5     ||||||||||||||; 1; 10; 2; 3; 4; 5; 7; 8 ||| 2
    6     ||; 10; 2; 3; 4; 5; 8; 9. 1     ||||||||||||||; 10; 2; 3; 4; 5; 8; 9; 1 ||| 1
    7     ||; 10; 2; 3; 4; 5; 8; 9. 2     ||||||||||||||; 10; 2; 3; 4; 5; 8; 9 ||| 2
    8     ||; 10; 2; 3; 4; 5; 8; 9. 3     ||||||||||||||; 10; 2; 3; 4; 5; 8; 9 ||| 2
    9     ||; 10; 2; 3; 4; 5; 8; 9. 4     ||||||||||||||; 10; 2; 3; 4; 5; 8; 9 ||| 2
    10     ||; 10; 2; 3; 4; 5; 8; 9. 5     ||||||||||||||; 10; 2; 3; 4; 5; 8; 9 ||| 2


    I need to find the first COMBINED_STR max for each element of the ELITE,
    I mean, max value is the max REGEXP_COUNT (combined_str,' ;')))

    really, I try to write down, but I had a lot of values for each ELITE and I need only the first, that
    SELECT * from me_result
    WHERE (ELITE, REGEXP_COUNT (combined_str,' ;')))) IN
    (SELECT ELITE, MAX (REGEXP_COUNT (combined_str,' ;'))))) ME_RESULT ELITE GROUP);

    I need the result to be as below.

    1; 1; 10; 2; 3; 4; 5; 7; 8-1; 1; 10; 2; 3; 4; 5; 7; : p
    6; 10; 2; 3; 4; 5; 8; 9 1; 10; 2; 3; 4; 5; 8; 9; 1 1

    any help please,.

    Published by: user11309581 on July 10, 2011 22:03

    Can be

    with t as
    (select 1     ID, ';1;10;2;3;4;5;7;8'     ELITE, 1     FREQ_ITEM, ';1;10;2;3;4;5;7;8' COMBINED_STR, 2 SUP from dual union all
    select 2     ,';1;10;2;3;4;5;7;8'     ,2     ,';1;10;2;3;4;5;7;8'     ,2 from dual union all
    select 3     ,';1;10;2;3;4;5;7;8'     ,3     ,';1;10;2;3;4;5;7;8'     ,2 from dual union all
    select 4     ,';1;10;2;3;4;5;7;8'     ,4     ,';1;10;2;3;4;5;7;8'     ,2 from dual union all
    select 5     ,';1;10;2;3;4;5;7;8'     ,5     ,';1;10;2;3;4;5;7;8'     ,2 from dual union all
    select 6     ,';10;2;3;4;5;8;9'     ,1     ,';10;2;3;4;5;8;9;1'     ,1 from dual union all
    select 7     ,';10;2;3;4;5;8;9'     ,2     ,';10;2;3;4;5;8;9'     ,2 from dual union all
    select 8     ,';10;2;3;4;5;8;9'     ,3     ,';10;2;3;4;5;8;9'     ,2 from dual union all
    select 9     ,';10;2;3;4;5;8;9'      ,4     ,';10;2;3;4;5;8;9'     ,2 from dual union all
    select 10     ,';10;2;3;4;5;8;9'     ,5     ,';10;2;3;4;5;8;9'     ,2 from dual
    )
    select ID,ELITE,FREQ_ITEM,COMBINED_STR,SUP
    from (
      SELECT ID,ELITE,FREQ_ITEM,COMBINED_STR,SUP, ROW_NUMBER() over (PARTITION BY ELITE order by id) RN
      FROM t
      WHERE (ELITE,REGEXP_COUNT(combined_str,';')) IN
        (SELECT ELITE,MAX(REGEXP_COUNT(combined_str,';')) FROM t GROUP BY ELITE)
    ) where RN=1
    order by id
    
    ID                     ELITE             FREQ_ITEM              COMBINED_STR      SUP
    ---------------------- ----------------- ---------------------- ----------------- ----------------------
    1                      ;1;10;2;3;4;5;7;8 1                      ;1;10;2;3;4;5;7;8 2
    6                      ;10;2;3;4;5;8;9   1                      ;10;2;3;4;5;8;9;1 1     
    
  • How to restrict a Min - Max value field

    I have a form wih 8 areas where the user can enter the numbers. And a box of total auto calculates the values as the total sum.

    But I want to restrict the total field as max value is 60.

    When the max value is greater than 60, popup saying error

    "Value must not exceed 60.

    Mall clear fields (text1.value = "")

    Thank you.

    The custom calculation script could be something like:

    Customized for total fields calculation script

    (function () {}

    var sum = 0;

    An array of names of input fields

    Call upon him = ['text1', 'text2', 'Text3', 'text4', 'Rem5', 'Text6', 'Text7', 'Texte8'];

    Add up the values of the input fields

    for (var i = 0; i)< afields.length;="" i="" +="1)">

    sum += + getField(aFields[i]).value;

    }

    Set this field to the amount value, unless it is greater than 60

    If (sum<= 60)="">

    Event.Value = sum;

    } else {/ / clears all the fields and the user to alert}

    Event.Value = "";

    resetForm (aFields);

    App.Alert ("error goes here.", 3 ");

    }

    })();

    Set the names of the fields in the table invoke him to match the names of the fields and to change the alert text.

  • How to add a mini/maxi buttons &amp; lt; MX:Panel &amp; gt;

    Hello everyone, I'm new to flex. I'm using Flex3 and that you want to add a reduction and maximize buttons for the < mx:Panel > in the upper right corner. Could someone let me know what is the best approach?

    http://hasseg.org/blog/?p=113
    http://blogs.Adobe.com/FLEXdoc/2007/03/creating_resizable_and_draggab.html
    http://joelhooks.com/2008/05/26/superpanelplus-resizable-Flex-Panel-component-with-accessi wheat-style.

  • How to find records of value for a specific period of time?

    Hello

    I'm building an application where I need to use BDB to store tons of documents of the call.

    In the files, I have the following fields:
    1. appellant's
    2. to the appellant
    3. start time
    4. end of time
    5. account code
    6. user code
    I want to use the representation of microsecond of end times to use the key.

    So, how can I do the following database search?

    1. research all records of value between 2009-10-11, and now()
    2. find the value of all records between 2009-10-11 to now() with account-code = 100
    3. find the value of all records between 2009-10-11 to now() with account-code = 100 and user code = 10

    Are there similar examples out there that I can do?

    Thank you
    JB

    Look at this:
    http://www.Oracle.com/technology/documentation/Berkeley-DB/DB/api_c/dbc_get.html#DB_SET_RANGE

  • How to find a good practical tutorials BPM (specifically Oracle 12 c BPM composer)

    Questions for the BPM expert group?

    I found the link above, but it is not a comment section where I can ask my questions (or if there is I don't have access to it).

    I'm new to general and back to Oracle BPM Suite BPM. I evaluate my company see if it's something that we can use, but I found little of practical tutorials or examples for the BPM Suite 12 c. I have not yet figured out how to import from other sources BPM diagrams (and I know this feature exists). Any advice?

    Some resources can help:

    Series of articles by Oracle ACE associate Antonis Antoniou, one of panelists on the podcast.

    Resources provided by Oracle ACE Dan Atwood, another panelist podcast.

    That should keep busy you for a while!

    --

    Bob Rhubart-Oracle

  • How to find an object/text using a specific color? HAVE CS4

    Hi all:

    I have a very serious problem. I built a doc using a custom color palette, and then I changed the colors in the palette and modified also all objects and related graphics to the new palette.

    But there is one obsolete color still appearing in my color chart, and I can't remove it try all known ways.

    Therefore, there must be at least one thing that still use this color, hidden hidden somewhere.

    I tore up the doc apart, as well as all the docs of linked graphics and still can not find it.

    Is it possible to find a doc for something else (text, path, object, etc.) that uses a specific color? Less, then, I can find the darn thing.

    Sorry, I forgot to mention. I use CS4 I

    Thanks in advance.

    Hello

    I think that these can be useful...

    Method 1:

    Draw a rectangle with the color box. and go to Select > object > same fill color or Select > object > same outline color, then you can find the similar color objects.so you can easily remove.


    Method2: (If you have acrobat professional)

    Create a PDF file and open this file PDF Acrobat Professional. go to Advanced Options > print > overview of overprinting, keep there only that color. then it shows where you used this color. so that you can easily remove

    hoped it, would be useful...

    HARI

  • How to stop and restart a measurement with specific criteria?

    Hey guys,.

    I burn my brain trying to figure this problem on my program.

    For my research project, I use an O2 sensor which is coupled to a Labjack U12 card and that's why I make a value of 4 mg/L, based on the switch to an electric socket (connected to the analog output) that is connected to the ventilation system. So when I 3.8 mg/L lights aeration and 4,2 turns off.

    But I want to execute this measure for some time (maybe 10 minutes) and then stop the signal at the analogue output. After awhile the O2 measure will be reduced to values of 0 mg/L, but I want that when it reaches a specific value (perhaps 0.5 mg/L), is always idle for some time (maybe 2 min) and then again activates the signal at the analogue output (reboot cycle).

    Is it possible to was this concept using Dasylab? I would be very grateful if you could help me with this!

    I enclose 2 photos, the real configuration of my block Dasylab and the other is the extent expected after the new configuration.

    Hugs and Outlook for the suggestions.

    Celso

    Is the curve in the diagram of the output of the "Labjack: AI"-module?

    You can then use the following series of blocks:

    Direct the signal of the Labjack-block in a block-combitrigger: Start-event is when the signal is less than 0.5, Stop-event is when the value exceeds 0.5 (do NOT use events "is less to ' / ' exceeds '!).

    Connect the trigger block to a block Counter, which counts both the signal received (from the trigger-block) is TTL-high.

    Use another trigger-block just after the block Counter: beginning-event is when the signal exceeds {insert time in seconds}, Stop-event is "live".

    Now connect a block action, which controls the ventilation switch corresponding (light: curve rises, turn off: curve drops - is this correct?), the action should be triggered, if the signal of the previous block put on a rising.

    How to control the measurement time of 10 min with meter,-relaxation, switch-action-modules and is left as work at home.

  • Find dates MIN and MAX

    Please, advise how correctly find MIN and MAX dates.
    The XML code:
    <DATES>
    <DT>2011-02-24</DT>
    <DT>2011-02-25</DT>
    <DT>2011-02-26</DT>
    <DT>2011-02-27</DT>
    <DT>2011-02-28</DT>
    </DATES>
    Model:
    <?xdoxslt:minimum(DT)?>
    <?xdoxslt:maximum(DT)?>
    The output:
    0
    20110224
    Expected results:
    2011-02-24
    2011-02-28

    Hello

    If your data is:



    2008-10-04

    1


    2009-10-21

    3


    2009-11-05

    4


    2008-11-10

    2

    The maximum is given by: / ROWSET/ROW/DT [.. / DT_RANK = count (//ROW)]
    and the minimum is: / ROWSET/ROW/DT [.. / DT_RANK = 1]

    There may be more effective, but it works.

    concerning

    Jorge

  • How AutoSchedule Min Max planning?

    Hi all


    How Auto Min Max planning calendar?


    Thanks in advance.


    'Min - max planning report' is a concurrent request under the responsibility of the inventory.  You will need to just this simultaneous broadcast to run - no. Restock will create throughout the report while repopulate Yes will create demand for recordings of interface for min - max amounts.

Maybe you are looking for