US20140237339A1 - For a given cell in a spreadsheet, evaluating an unlimited number of conditional formatting rules and applying multiple corresponding formats to the cell - Google Patents

For a given cell in a spreadsheet, evaluating an unlimited number of conditional formatting rules and applying multiple corresponding formats to the cell Download PDF

Info

Publication number
US20140237339A1
US20140237339A1 US14/263,924 US201414263924A US2014237339A1 US 20140237339 A1 US20140237339 A1 US 20140237339A1 US 201414263924 A US201414263924 A US 201414263924A US 2014237339 A1 US2014237339 A1 US 2014237339A1
Authority
US
United States
Prior art keywords
cell
cells
conditional formatting
rule
formatting
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US14/263,924
Inventor
Benjamin C. Chamberlain
Bruce Cordell Jones
Christopher M. Street
Eric B. Vigesaa
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=38287060&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=US20140237339(A1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Microsoft Corp filed Critical Microsoft Corp
Priority to US14/263,924 priority Critical patent/US20140237339A1/en
Publication of US20140237339A1 publication Critical patent/US20140237339A1/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: JONES, BRUCE CORDELL, CHAMBERLAIN, BENJAMIN C., STREET, CHRISTOPHER M., VIGESAA, ERIC B.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • G06F17/246
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04847Interaction techniques to control parameter settings, e.g. interaction with sliders or dials
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents

Definitions

  • Data visualization techniques and conditional formatting of data enable users to scan and quickly comprehend large quantities of information. Such techniques may also aid in alerting users to anomalies and other data of interest.
  • Visualization tools can include charts, graphs, and reports that collect, summarize, and/or otherwise transform data into meaningful shapes, colors, and patterns. Closer to the source, data visualization has also included the use of conditional formatting in user interfaces, such as spreadsheets, which frequently serve as receptacles of raw data.
  • Conditional formatting enables users to modify the look of data in place, for example, in a cell by changing the appearance of the cell based on the content of the cell (or some other determining condition).
  • FIG. 1 depicts a prior art range of cells 100 that is typically present in a user interface, the cells of which are conditionally formatted.
  • cell A1 provides an example of the default or unformatted version of a cell.
  • Cell A2 provides an example of a first conditionally formatted cell
  • cell A4 provides an example of a second conditionally formatted cell.
  • Cells A2 and A4 received new formatting automatically based on a condition associated with the cells.
  • FIG. 2 depicts a prior art dialog 200 where formats conditioned upon values being within certain ranges are selected.
  • the two conditions supplied here (and applied to the range of cells 100 ) format cells in a particular fashion when the value contained within each is evaluated as being between a certain range (10 and 20 for condition 1, 15 and 30 for condition 2).
  • the conditions utilized in conditional formats are limited to two possible Boolean outputs—TRUE or FALSE. If the condition supplied evaluates to TRUE, then the format is applied. If the condition supplied evaluates to FALSE, then the format is not applied.
  • Dialog 200 demonstrates that, while useful, conditional formatting can be limiting as to certain available formats (e.g., font, cell color, borders). Furthermore, a given range of cells is provided a maximum of three conditional formats that can be applied, each providing no more than one possible format when evaluating to TRUE. Still further, once a condition for a cell is evaluated to TRUE, no additional conditions for that cell are evaluated and thus, no additional formatting is applied to the cell.
  • certain available formats e.g., font, cell color, borders.
  • embodiments of the present invention relate to applying and evaluating an unlimited number of conditional formatting rules to a given range of cells. Additionally, multiple conditional formatting rules may be evaluated to TRUE for the same cell contained in a user interface and multiple formats applied to that cell.
  • a method for applying multiple conditional formatting rules to a plurality of data cells is provided.
  • a range of data cells for which multiple conditional formatting rules are to be applied is determined.
  • a condition type and format type that are to be applied is also determined and associated with the range of cells.
  • Parameters that are used determine if the formatting type is to be applied are also associated with the cells.
  • a priority for the conditional formatting rule is also specified with respect to other conditional formatting rules. Assigning a priority to conditional formatting rules provides the ability to evaluate multiple conditional formatting rules in a logical manner.
  • a method for evaluating multiple conditional formatting rules applied to a user interface is provided.
  • a first rule is selected and a cell associated with the selected rule is identified for the evaluation.
  • the conditional formatting rule is evaluated to determine if the condition evaluates to TRUE. If the condition evaluates to TRUE, it is determined if a format type associated with the conditional formatting rule conflicts with a format type previously applied to the cell. If the format type does not conflict with a previously applied format type, the formatting is applied to the cell.
  • a computer-readable medium having computer executable components for applying and evaluating multiple conditional formatting rules.
  • the components include a conditional formatting rules control component, a conditional formatting rules evaluation component, and a formatting resolution component.
  • the conditional formatting rules control component controls the priority ranking for a plurality of conditional formatting rules associated with a user interface.
  • the conditional formatting rules evaluation component is used to evaluate a first conditional formatting rule for a cell that is part of the user interface.
  • the formatting resolution component determines if a formatting type of the first conditional formatting rule conflicts with a formatting type previously applied to the cell being evaluated.
  • FIG. 1 depicts a prior art example of a range of conditionally formatted cells in a user interface
  • FIG. 2 depicts a prior art example of a dialog for conditionally formatting cells
  • FIG. 3A is a block diagram of a user interface that provides a user with the ability to apply multiple conditional formatting rules to a cell, or range of cells;
  • FIG. 3A-1 is a first portion of the block diagram shown in FIG. 3A ;
  • FIG. 3A-2 is a second portion of the block diagram shown in FIG. 3A ;
  • FIG. 3A-3 is a third portion of the block diagram shown in FIG. 3A ;
  • FIG. 3B is another block diagram of a user interface that provides a user with the ability to apply multiple conditional formatting rules to a cell, or range of cells;
  • FIG. 3B-1 is a first portion of the block diagram shown in FIG. 3B ;
  • FIG. 3B-2 is a second portion of the block diagram shown in FIG. 3B ;
  • FIG. 3B-3 is a third portion of the block diagram shown in FIG. 3C ;
  • FIG. 4 is a block diagram of a user interface illustrating the evaluation of two conditional formatting rules for the same range of cells and the application of formats associated with each conditional formatting rule being applied to the same cells, in accordance with an embodiment of the present invention
  • FIG. 4-1 is a first portion of the block diagram shown in FIG. 4 ;
  • FIG. 4-2 is a second portion of the block diagram shown in FIG. 4 ;
  • FIG. 4-3 is a third portion of the block diagram shown in FIG. 4 ;
  • FIG. 5 is a block diagram of a user interface illustrating the application and evaluation of multiple conditional formatting rules in which some format types are not applied to cells because of conflicting format types of higher priority conditional formatting rules, according to an embodiment of the present invention
  • FIG. 5-1 is a first portion of the block diagram shown in FIG. 5 ;
  • FIG. 5-2 is a second portion of the block diagram shown in FIG. 5 ;
  • FIG. 5-3 is a third portion of the block diagram shown in FIG. 5 ;
  • FIG. 6 is a flow diagram of a conditional formatting application routine for applying multiple conditional formats to one or more cells contained within a user interface, in accordance with an embodiment of the present invention
  • FIG. 7 is a flow diagram of a conditional formatting evaluation routine for evaluating multiple conditional formatting rules associated with a user interface, in accordance with an embodiment of the present invention.
  • FIG. 8A is a block diagram illustrative of a network environment for providing a network-based user interface
  • FIG. 8B is another block diagram illustrative of a network environment for providing a network-based user interface.
  • embodiments of the present invention relate to applying and evaluating an unlimited number of conditional formatting rules to a given range of cells. More specifically, the present invention relates to a user interface that may be provided as part of a stand-alone system or in conjunction with a network-based system that provides the ability for a user to apply multiple conditional formatting rules to a range of cells and have all of those conditional formatting rules evaluated.
  • a user interface may be provided as part of a stand-alone system or in conjunction with a network-based system that provides the ability for a user to apply multiple conditional formatting rules to a range of cells and have all of those conditional formatting rules evaluated.
  • Formats need not be evaluated using only TRUE or FALSE as determinative results. Instead, cell formats applied can vary depending upon an associated value (e.g., the value in the cell itself), providing more formats that may be more meaningful to a user. Formats may be applied to a range of cells where a format value is determined for each cell in the range and one or more aspects of the format vary based on the format value. For example, as the value in a cell increases, the background color or shade is adjusted, the size of an in-cell data bar grows, or the selection of an in-cell icon changes.
  • conditional formatting rules there need not be a limit to the number of conditional formatting rules that can be applied to a cell or range of cells within a user interface.
  • any number of conditional formatting rules may be applied to a cell or range of cells.
  • multiple conditional formatting rules may be evaluated for a particular cell and the format for each rule that is evaluated to TRUE may be applied to the cell, provided that it does not conflict with a format applied by a prior conditional formatting rule.
  • FIG. 3A is a block diagram of a user interface 300 that provides a user with the ability to apply multiple conditional formatting rules to a cell or range of cells within a user interface, in accordance with an embodiment of the present invention.
  • a user may select a conditional formatting rule for application to a range of cells.
  • predefined conditional formatting rules may be provided to a user and organized into group views.
  • the initial drop-down menu 310 identifies a high level set of conditional formatting rule groups 311 , 312 , 313 , 314 , 315 , each group containing one or more predefined conditional formatting rules.
  • conditional formatting rule group “Top/Bottom Rules” 312 includes the predefined conditional formatting rules of “Top n Items” 321 , “Top n %” 322 , “Bottom n Items” 323 , “Bottom n %” 324 , “Above Average” 325 , and “Below Average” 326 , each as specified by the sub-drop-down menu 320 . Additional rules that are part of the “Top/Bottom” 312 conditional formatting rules group may also be viewed by selecting the “More Rules” 327 . As specified by the names, each of the predefined conditional formatting rules that are part of the conditional formatting rules group Top/Bottom Rules 312 relates to identification of the top or bottom number of cells in a range of cells.
  • the cells 505 , 520 , 522 , 526 , 528 include the top five values and when the rule is evaluated, each of those values is displayed in italics, thereby visually distinguishing those cells from the other cells in the selected range.
  • rules are prioritized at the level of the user interface.
  • FIG. 3B (including FIGS. 3B-1 , 3 B- 2 , and 3 B- 3 ) is a block diagram illustrating a more advanced view of a user interface 300 that provides a user with the ability to apply multiple conditional formatting rules to a cell or range of cells within a user interface, in accordance with an embodiment of the present invention.
  • the pop-up window 330 provided in the user interface 300 provides the ability for a user to select multiple conditional formatting rules based on rule types, provided in a rule type window 337 , and specifies the parameters and formats to be used in evaluating a rule, provided via a criteria window 338 .
  • rule types include, but are not limited to, “Format all cells based on their values” 331 , “Format only cells that contain .
  • the criteria window 338 provides the user with the appropriate parameter selections for the predefined rule associated with the selected rule type.
  • the criteria window 338 provides the user with the different parameter options that may be used with the selected rule type. For example, a user may specify, via a drop-down list 339 , whether to identify the top, bottom, or middle cells in the range of selected cells and, via text entry space 340 , how many of those cells are to be evaluated as TRUE.
  • a user may specify, by selecting a checkbox 341 , that a percentage of the cells are to be evaluated as TRUE.
  • the criteria window 338 allows the user to specify the formatting that is to be applied to the cells that are evaluated as TRUE. Any type of formatting 342 may be applied to a cell including, but not limited to, bold, italics, underline, border, shadow, fill color, alignment, etc.
  • conditional formatting rules may be applied to a cell and/or range of cells.
  • the total number of conditional formatting rules is only limited by the processing power of the device that is providing the user interface and/or performing the evaluation. Additionally, regardless of the number of conditional formatting rules, each rule may be evaluated and the associated formatting applied to a cell, regardless of whether other rules have already been evaluated as TRUE for the same cell.
  • FIG. 4 (including FIGS. 4-1 , 4 - 2 , and 4 - 3 ) is a block diagram of a user interface illustrating the evaluation of two conditional formatting rules for the same range of cells and the application of formats associated with each conditional formatting rule being applied to the same cells, in accordance with an embodiment of the present invention.
  • a conditional formatting rule is evaluated as TRUE for a particular cell
  • any additional conditional formatting rules associated with that cell are not evaluated.
  • embodiments of the present invention evaluate all conditional formatting rules for a particular cell and apply the formatting for each rule, provided that the formatting does not conflict with a higher priority rule.
  • rules are prioritized on a user interface level and evaluated in order of priority. If a high priority rule evaluates as TRUE for a cell and applies a format to that cell, a lower priority rule that evaluates as TRUE will not apply a conflicting format to that same cell. However, if the formats do not conflict, both formats may be applied to the cell.
  • Conditional formatting rules created for one or more cells of a user interface may be viewed collectively for the user interface via a “Formatting Rules Legend” window 450 .
  • the rules for a user interface 300 are evaluated based on priority, regardless of the range of cells to which they apply. In an alternative embodiment, rules may be given priority on a cell-by-cell basis and are evaluated cell-by-cell.
  • the rule identified first in the Formatting Rules Legend window 450 may be assigned the highest priority.
  • the Formatting Rules Legend may display a priority number for each conditional formatting rule.
  • conditional formatting rules may be re-prioritized automatically or by a user. For example, if a user adds a new rule, it may be given the highest priority (or lowest priority) for the conditional formatting rules associated with the user interface and each of the existing conditional formatting rules may be automatically re-prioritized accordingly.
  • a user via the Formatting Rules Legend 450 , may re-prioritize currently existing rules.
  • conditional formatting rule “Above Average” 451 may be applied to cells D5-D31, E7, and F1-F15
  • conditional formatting rule 453 may be applied to cells D11-D40, H9-H22, and O1-O5.
  • a user may modify the range for a particular conditional formatting rule by modifying the range in the Applies To window 441 , 442 .
  • the rule with the highest priority is evaluated first for all cells associated with that rule and the formatting applied to those cells. Subsequently, the rule with the next highest priority is evaluated and the formatting applied, as appropriate.
  • the parameters for the Above Average 451 rule are predefined for the rule and simply specify that cells containing values above the average of values in the range of cells are to be formatted as specified by the associated format.
  • the formatting 443 associated with the conditional formatting rule Above Average 451 will apply a hatching to all cells in which the value is above the average for the cells within the range of associated cells (D5 through D31).
  • the formatting associated with a conditional formatting rule may be modified by a user selecting in the formatting box 443 , a different format for the rule.
  • the average for the values contained in the range of cells (in this example, the resulting average being 447.85) is computed and the appropriate formatting is applied to those cells that include a value above that average. Because the Above Average 451 rule is the highest priority rule for the user interface, the formatting is applied to all cells in the associated range that evaluate as TRUE. Thus, cells D5 405 , D10 410 , D15 415 , D17 417 , D18 418 , D20 420 , D22 422 , D26 426 , D28 428 , and D29 429 will have a hatching format applied to the cell, as they each contain a value that is above the average value for the associated range of cells.
  • the rule with the second highest priority is evaluated and the appropriate formatting applied to cells within the range of associated cells, provided that the formatting does not conflict with formatting that was applied by a higher priority conditional formatting rule.
  • a format applied manually by a user may be overwritten by a format associated with a conditional formatting rule.
  • a user may specify that a manually applied format is not to be overwritten by a format from a conditional formatting rule, regardless of priority.
  • a user may specify which priority conditional formatting rules may overwrite a conflicting format applied manually and which priority conditional formatting rules cannot overwrite manually applied formatting.
  • the rule with the second highest priority is the “Icon Set” 453 conditional formatting rule.
  • the icon set conditional formatting rule may utilize default parameters or utilize parameters specified by a user.
  • the parameters being utilized is a default of three icons in which cells with a value in the bottom one third of values in the range of cells is applied to an icon with dense dots 432 , cells with the middle third of values in the range of cells are applied to an icon with medium density dots 432 , and cells with a value in the top third of values in the range of cells are applied to an icon with light density dots 433 .
  • the formatting of the icons may be assigned to the cells.
  • each of the cells 405 - 431 is assigned an icon corresponding to the appropriate value matching the threshold assigned to the Icon set rule 453 .
  • Cells containing values in the bottom third of the values-namely, D7 407 , D8 408 , D9 409 , D12 412 , D14 414 , D16 416 , D23 423 , D24 424 , and D30 430 are configured to display a dense icon next to the value.
  • Cells containing values in the top third of the values-namely, D5 405 , D10 410 , D15 415 , D20 420 , D22 422 , D26 426 , D28 428 , and D29 429 are configured to display a lightly dense icon next to the value.
  • cells D5 405 , D10 410 , D15 415 , D17 417 , D18 418 , D20 420 , D22 422 , D26 426 , D28 428 , and D29 429 have been formatted to include both hashing and an icon.
  • formatting may be grouped into conflicting categories such that if one format in a group is applied to a cell, another format in the same group cannot be applied to the same cell.
  • Like formats are included in the same group.
  • one formatting group called FILL, may include hatching the cell body, coloring the cell body a particular color, etc.
  • FILL may include hatching the cell body, coloring the cell body a particular color, etc.
  • some format types that are commonly considered similar, such as bold and italics do not conflict with one another and, as a result, are not included in the same formatting group.
  • a user may specify whether lower conditional formatting rules should be evaluated if a particular conditional formatting rule evaluates to TRUE. In one embodiment, this may be identified by a user selecting a “Stop if True” box 440 associated with a conditional formatting rule displayed in the Formatting Rules Legend window 450 . For purposes of the description, indicating that subsequent conditional formatting rules should not be evaluated, is referred to herein as “Stop if True.” Stop if True refers to any indication or flag, etc., that specifies that lower priority rules are not to be evaluated for a cell if a higher priority rule has been evaluated to be TRUE.
  • a Stop if True may be applied on a per conditional formatting rule, per cell, basis.
  • multiple conditional formatting rules may be applied to a cell or range of cells and any combination of those rules with any combination of cells may be selected for Stop if True.
  • Stop if True 440 is selected for a particular conditional formatting rule, as that rule is evaluated, for each cell in which the conditional formatting rule evaluates to TRUE, it is indicated that any subsequent, or lower priority, conditional formatting rules associated with that cell are not to be evaluated for that cell.
  • the lower priority conditional evaluation rule, Icon Set 453 is not evaluated.
  • conditional formatting rule Icon Set 453 is not evaluated for cells D5 405 , D10 410 , D15 415 , D17 417 , D18 418 , D20 420 , D22 422 , D26 426 , D28 428 , and D29 429 .
  • FIG. 5 (including FIGS. 5-1 , 5 - 2 , and 5 - 3 ) is a block diagram of a user interface illustrating the application and evaluation of multiple conditional formatting rules in which some format types are not applied to cells because of conflicting format types of higher priority conditional formatting rules, according to an embodiment of the present invention.
  • three additional conditional formatting rules are defined for the range of cells D5-D31 505 - 531 .
  • the conditional formatting rules of Data Bar 541 , Below Average 542 , and Top 5 543 are added to the list of conditional formatting rules for the user interface 300 .
  • the Data Bar 541 , Below Average 542 , and Top 5 543 conditional formatting rules each have parameters and formatting types associated with the particular rule that is used when the conditional formatting rule is evaluated.
  • the Data Bar 541 rule includes the parameters of identifying, via a sized data bar in each cell, the value of that cell with respect to other cells within the range. As such, each cell in the range of cells for Data Bar 541 will always evaluate to TRUE.
  • the format type 544 of data bar 541 and the format type 443 of Above Average 451 are in the same formatting group.
  • the data bar 541 formatting 544 is not applied because it is a conflicting format of a lower priority conditional formatting rule. As such, the data bar formatting is not applied to cells D5 505 , D10 510 , D15 515 , D17 517 , D18 518 , D20 520 , D22 522 , D26 526 , D28 528 , and D29 529 .
  • Performing conflict resolution on a cell-by-cell basis to ensure that a formatting type of a higher priority conditional formatting rule is not replaced by a conflicting formatting type of a lower priority conditional formatting rule provides the ability to evaluate multiple conditional formatting rules and apply multiple different formatting types without losing formatting information for higher priority conditional formatting rules.
  • FIG. 6 is a flow diagram of a conditional formatting application routine for applying multiple conditional formatting rules to one or more cells contained within a user interface, in accordance with an embodiment of the present invention.
  • the conditional formatting application routine 600 begins at block 601 .
  • a range of cells for which one or more conditional formatting rules is to be applied is determined.
  • the range of cells may be any combination of cells contained within the user interface.
  • the range of cells may be a continuous range within a column, cells from multiple columns, cells within a continuous range of rows, etc.
  • a condition type and parameters for a conditional formatting rule are determined for the range of cells.
  • a condition type identifies the type of a conditional formatting rule.
  • the parameters are associated with the identified condition type and may include threshold values for which these cells are to be evaluated.
  • the formatting to be applied to the cell if the condition is evaluated to TRUE is determined.
  • the priority for a conditional formatting rule may be automatically applied or manually adjusted by the user.
  • any basis may be used. For example, the most recently added conditional formatting rules may be given the highest priority. Alternatively, the oldest conditional formatting rules may be given the highest/lowest priority. If it is determined at decision block 609 that the priority for the conditional formatting rule is to be adjusted, at block 611 the priority is adjusted with respect to other defined conditions.
  • FIG. 7 is a flow diagram of a conditional formatting evaluation routine for evaluating multiple conditional formatting rules associated with a user interface, in accordance with an embodiment of the present invention.
  • the conditional formatting evaluation routine 700 begins at block 701 .
  • a conditional formatting rule with the highest priority for the user interface is identified.
  • priority may be assigned to a conditional formatting rule automatically or by a user identifying a priority that is to be applied to the conditional formatting rule.
  • conditional formatting rules are given a priority at a user interface level. However, in an alternate embodiment, conditional formatting rules may be given a priority at a cell-by-cell level.
  • a cell associated with the conditional formatting rule is selected for evaluation.
  • decision block 709 it is determined whether the conditional formatting rule evaluates to TRUE for the selected cell. If it is determined at decision block 709 that the evaluated condition is TRUE for the selected cell, at decision block 711 a determination is made whether a conflicting format has previously been applied to that cell by another condition. In an embodiment of the present invention, a distinguishment is made between formatting applied by a previously evaluated conditional formatting rule and formatting applied by a user. In one embodiment, if a conflicting format has been applied by a user, formatting from a conditional formatting rule may be used to replace the format applied manually.
  • the format that is to be applied by the currently evaluated conditional formatting rule is not applied as it replaces or conflicts with the previously applied format. If it is determined at decision block 711 that a conflicting format has not been applied by another conditional formatting rule, at block 713 the format is applied to the cell. If the formatting to be applied is a Boolean format (in other words, it is either TRUE or FALSE) and is not dependent on other cells within the range, the format may be immediately applied to the cell. However, if the format to be applied is dependent upon the evaluation of other cells within the range for the condition, the evaluation may be determined based on the other cells within the range and then the format is applied for all cells within that range.
  • a Boolean format in other words, it is either TRUE or FALSE
  • decision block 715 After application of the format at block 713 , or if it is determined at decision block 711 that a conflicting format has previously been applied, at decision block 715 a determination is made as to whether additional formats for the currently evaluated conditional formatting rule are to be applied to the cell selected at block 705 . If it is determined at decision block 715 that additional formats are to be applied, control returns to decision block 711 and the conditional formatting evaluation routine 700 continues. However, if it is determined at decision block 715 that there are no additional formats to be applied to the selected cell based on the currently evaluated condition, at decision block 717 a determination is made as to whether Stop if True is to be set for the evaluated cell. If it is determined at decision block 717 that Stop if True is to be set, at block 719 the cell is identified as having completed evaluation. In one embodiment, this may be accomplished by setting a flag, identified in this application as a Stop if True flag.
  • decision block 717 If it is determined at decision block 717 that Stop if True is not to be set, after Stop if True has been set at block 719 or if it is determined at decision block 707 that evaluation for the selected cell is not to be completed, at decision block 721 a determination is made as to whether there are additional cells within the range associated with the current conditional formatting rule that need to be evaluated. If it is determined at decision block 721 that there are additional cells within the range to be evaluated, control returns to block 705 , and the conditional formatting evaluation routine 700 continues.
  • decision block 723 a determination is made as to whether additional conditional formatting rules for the user interface are to be evaluated. If it is determined at decision block 723 that additional conditional formatting rules for the user interface are to be evaluated, control returns to block 703 and the conditional formatting evaluation routine 700 continues. If it is determined at decision block 723 that no additional conditional formatting rules for the user interface are to be evaluated, the conditional formatting evaluation routine 700 completes, as illustrated by block 725 .
  • each condition for each cell may be evaluated first, regardless of priority, and the results retained or stored, based on priority as they are evaluated. After all conditions for a cell have been evaluated and retained in order of priority, the appropriate formatting may be determined for that cell based on the retained evaluations. As discussed above, conditions with a higher prior that evaluated to true would have formatting applied but conditions with lower priority that would resulting in a conflicting format would not be applied. Additionally, prior to applying the formatting for the evaluation conditions, it can determined if a higher priority condition is associated with a Stop if True and if so, all lower priority conditions may be ignored.
  • FIGS. 8A and 8B an illustrative networked operating environment 800 will be described.
  • the operating environment 800 includes a plurality of receiving computing devices, such as client computing devices 802 , that can communicate via a communication network, such as the Internet or an intranet.
  • client computing devices 802 can include a software application, such as a browser software application, to facilitate communication via the network.
  • the operating environment also includes one or more sending computing devices, such as an application server 804 , that communicate with the client computing devices 802 .
  • Application servers 804 can provide the user interface to the client computing devices 802 .
  • application servers 804 can provide the user interface 200 that can be displayed on the client computing devices 802 .
  • client computing device 802 and/or application servers 804 can correspond to a variety of computing devices, such as personal computers, hand-held computers, mobile computers, mobile telephones, server computers, and the like.
  • the client computing devices 802 can generate a request for a user interface application via the communication network.
  • the application request is received at an appropriate application server 804 , which generates or otherwise retrieves the appropriate code to generate the user interface 200 on the client computing device.
  • the code is then transmitted to the client computing device 802 .

Abstract

Generally described, embodiments of the present invention relate to applying and evaluating conditional formatting rules to a given range of cells. Additionally, multiple conditional formatting rules may be evaluated to TRUE for the same cell contained in a user interface and multiple formats applied to that cell.

Description

    CROSS REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. patent application Ser. No. 12/618,446, filed Nov. 13, 2009, and entitled FOR A GIVEN CELL IN A SPREADSHEET, EVALUATING AN UNLIMITED NUMBER OF CONDITIONAL FORMATTING RULES AND APPLYING MULTIPLE CORRESPONDING FORMATS TO THE CELL, now U.S. Pat. No. 8,713,422, issued on Apr. 29, 2014, which is a continuation of U.S. patent application Ser. No. 11/337,762, filed Jan. 23, 2006, and entitled MULTIPLE CONDITIONAL FORMATTING, now U.S. Pat. No. 7,634,717, issued on Dec. 15, 2009, the disclosures of which are incorporated by reference herein in their entirety.
  • BACKGROUND
  • Data visualization techniques and conditional formatting of data enable users to scan and quickly comprehend large quantities of information. Such techniques may also aid in alerting users to anomalies and other data of interest. Visualization tools can include charts, graphs, and reports that collect, summarize, and/or otherwise transform data into meaningful shapes, colors, and patterns. Closer to the source, data visualization has also included the use of conditional formatting in user interfaces, such as spreadsheets, which frequently serve as receptacles of raw data.
  • Conditional formatting enables users to modify the look of data in place, for example, in a cell by changing the appearance of the cell based on the content of the cell (or some other determining condition). FIG. 1 depicts a prior art range of cells 100 that is typically present in a user interface, the cells of which are conditionally formatted. Here, cell A1 provides an example of the default or unformatted version of a cell. Cell A2 provides an example of a first conditionally formatted cell, and cell A4 provides an example of a second conditionally formatted cell. Cells A2 and A4 received new formatting automatically based on a condition associated with the cells.
  • FIG. 2 depicts a prior art dialog 200 where formats conditioned upon values being within certain ranges are selected. The two conditions supplied here (and applied to the range of cells 100) format cells in a particular fashion when the value contained within each is evaluated as being between a certain range (10 and 20 for condition 1, 15 and 30 for condition 2). The conditions utilized in conditional formats are limited to two possible Boolean outputs—TRUE or FALSE. If the condition supplied evaluates to TRUE, then the format is applied. If the condition supplied evaluates to FALSE, then the format is not applied.
  • Dialog 200 demonstrates that, while useful, conditional formatting can be limiting as to certain available formats (e.g., font, cell color, borders). Furthermore, a given range of cells is provided a maximum of three conditional formats that can be applied, each providing no more than one possible format when evaluating to TRUE. Still further, once a condition for a cell is evaluated to TRUE, no additional conditions for that cell are evaluated and thus, no additional formatting is applied to the cell.
  • SUMMARY
  • This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This summary is not intended to identify key features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter.
  • Generally described, embodiments of the present invention relate to applying and evaluating an unlimited number of conditional formatting rules to a given range of cells. Additionally, multiple conditional formatting rules may be evaluated to TRUE for the same cell contained in a user interface and multiple formats applied to that cell.
  • In accordance with one aspect, a method for applying multiple conditional formatting rules to a plurality of data cells is provided. In that method a range of data cells for which multiple conditional formatting rules are to be applied is determined. For the determined range, a condition type and format type that are to be applied is also determined and associated with the range of cells. Parameters that are used determine if the formatting type is to be applied are also associated with the cells. A priority for the conditional formatting rule is also specified with respect to other conditional formatting rules. Assigning a priority to conditional formatting rules provides the ability to evaluate multiple conditional formatting rules in a logical manner.
  • In accordance with another aspect, a method for evaluating multiple conditional formatting rules applied to a user interface is provided. To accomplish the task of evaluating multiple conditional formatting rules, a first rule is selected and a cell associated with the selected rule is identified for the evaluation. Upon selection of a cell, the conditional formatting rule is evaluated to determine if the condition evaluates to TRUE. If the condition evaluates to TRUE, it is determined if a format type associated with the conditional formatting rule conflicts with a format type previously applied to the cell. If the format type does not conflict with a previously applied format type, the formatting is applied to the cell.
  • In accordance with still another aspect of the present invention, a computer-readable medium having computer executable components for applying and evaluating multiple conditional formatting rules is provided. The components include a conditional formatting rules control component, a conditional formatting rules evaluation component, and a formatting resolution component. The conditional formatting rules control component controls the priority ranking for a plurality of conditional formatting rules associated with a user interface. The conditional formatting rules evaluation component is used to evaluate a first conditional formatting rule for a cell that is part of the user interface. Finally, the formatting resolution component determines if a formatting type of the first conditional formatting rule conflicts with a formatting type previously applied to the cell being evaluated.
  • DESCRIPTION OF THE DRAWINGS
  • The foregoing aspects and many of the attendant advantages of this invention will become more readily appreciated as the same become better understood by reference to the following detailed description, when taken in conjunction with the accompanying drawings, wherein:
  • FIG. 1 depicts a prior art example of a range of conditionally formatted cells in a user interface;
  • FIG. 2 depicts a prior art example of a dialog for conditionally formatting cells;
  • FIG. 3A is a block diagram of a user interface that provides a user with the ability to apply multiple conditional formatting rules to a cell, or range of cells;
  • FIG. 3A-1 is a first portion of the block diagram shown in FIG. 3A;
  • FIG. 3A-2 is a second portion of the block diagram shown in FIG. 3A;
  • FIG. 3A-3 is a third portion of the block diagram shown in FIG. 3A;
  • FIG. 3B is another block diagram of a user interface that provides a user with the ability to apply multiple conditional formatting rules to a cell, or range of cells;
  • FIG. 3B-1 is a first portion of the block diagram shown in FIG. 3B;
  • FIG. 3B-2 is a second portion of the block diagram shown in FIG. 3B;
  • FIG. 3B-3 is a third portion of the block diagram shown in FIG. 3C;
  • FIG. 4 is a block diagram of a user interface illustrating the evaluation of two conditional formatting rules for the same range of cells and the application of formats associated with each conditional formatting rule being applied to the same cells, in accordance with an embodiment of the present invention;
  • FIG. 4-1 is a first portion of the block diagram shown in FIG. 4;
  • FIG. 4-2 is a second portion of the block diagram shown in FIG. 4;
  • FIG. 4-3 is a third portion of the block diagram shown in FIG. 4;
  • FIG. 5 is a block diagram of a user interface illustrating the application and evaluation of multiple conditional formatting rules in which some format types are not applied to cells because of conflicting format types of higher priority conditional formatting rules, according to an embodiment of the present invention;
  • FIG. 5-1 is a first portion of the block diagram shown in FIG. 5;
  • FIG. 5-2 is a second portion of the block diagram shown in FIG. 5;
  • FIG. 5-3 is a third portion of the block diagram shown in FIG. 5;
  • FIG. 6 is a flow diagram of a conditional formatting application routine for applying multiple conditional formats to one or more cells contained within a user interface, in accordance with an embodiment of the present invention;
  • FIG. 7 is a flow diagram of a conditional formatting evaluation routine for evaluating multiple conditional formatting rules associated with a user interface, in accordance with an embodiment of the present invention; and
  • FIG. 8A is a block diagram illustrative of a network environment for providing a network-based user interface;
  • FIG. 8B is another block diagram illustrative of a network environment for providing a network-based user interface.
  • DETAILED DESCRIPTION
  • Generally described, embodiments of the present invention relate to applying and evaluating an unlimited number of conditional formatting rules to a given range of cells. More specifically, the present invention relates to a user interface that may be provided as part of a stand-alone system or in conjunction with a network-based system that provides the ability for a user to apply multiple conditional formatting rules to a range of cells and have all of those conditional formatting rules evaluated. Although the present invention will be described with relation to illustrative user interfaces and operating environments, one skilled in the relevant art will appreciate that the disclosed embodiments are illustrative in nature and should not be construed as limiting.
  • Formats need not be evaluated using only TRUE or FALSE as determinative results. Instead, cell formats applied can vary depending upon an associated value (e.g., the value in the cell itself), providing more formats that may be more meaningful to a user. Formats may be applied to a range of cells where a format value is determined for each cell in the range and one or more aspects of the format vary based on the format value. For example, as the value in a cell increases, the background color or shade is adjusted, the size of an in-cell data bar grows, or the selection of an in-cell icon changes.
  • Additionally, as described in more detail below, there need not be a limit to the number of conditional formatting rules that can be applied to a cell or range of cells within a user interface. For example, referring briefly to FIG. 5, any number of conditional formatting rules may be applied to a cell or range of cells. In further contrast to the prior art, in an embodiment of the present invention, multiple conditional formatting rules may be evaluated for a particular cell and the format for each rule that is evaluated to TRUE may be applied to the cell, provided that it does not conflict with a format applied by a prior conditional formatting rule.
  • FIG. 3A (including FIGS. 3A-1, 3A-2, and 3A-3) is a block diagram of a user interface 300 that provides a user with the ability to apply multiple conditional formatting rules to a cell or range of cells within a user interface, in accordance with an embodiment of the present invention. From a drop-down menu 310, a user may select a conditional formatting rule for application to a range of cells. To ease this selection, predefined conditional formatting rules may be provided to a user and organized into group views. For example, the initial drop-down menu 310 identifies a high level set of conditional formatting rule groups 311, 312, 313, 314, 315, each group containing one or more predefined conditional formatting rules. For example, the conditional formatting rule group “Top/Bottom Rules” 312 includes the predefined conditional formatting rules of “Top n Items” 321, “Top n %” 322, “Bottom n Items” 323, “Bottom n %” 324, “Above Average” 325, and “Below Average” 326, each as specified by the sub-drop-down menu 320. Additional rules that are part of the “Top/Bottom” 312 conditional formatting rules group may also be viewed by selecting the “More Rules” 327. As specified by the names, each of the predefined conditional formatting rules that are part of the conditional formatting rules group Top/Bottom Rules 312 relates to identification of the top or bottom number of cells in a range of cells.
  • A user may select one of the predefined rules by selecting its name from the sub-drop-down 320 and provide specific parameters that the rule is to use for evaluation. For example, if a user selects the conditional formatting rule of “Top n Items” 321, the user will be provided the ability to specify the number “n” of top items that are to be identified. In addition to identifying the specific parameters for the conditional formatting rule, a user may also select the formatting that is to be applied to the cells that are evaluated as TRUE. If a user selects the rule of “Top n Items” 321, provides the parameter of n=5, and selects to have the values of those cells displayed in italics, the five cells in the range of selected cells that include the top five values will display those values with italics. In the example provided in FIG. 5, the cells 505, 520, 522, 526, 528 include the top five values and when the rule is evaluated, each of those values is displayed in italics, thereby visually distinguishing those cells from the other cells in the selected range.
  • As described in more detail with respect to FIG. 5, to enable the ability to evaluate multiple conditional formatting rules and apply multiple formats to cells in a user interface without resulting in conflicting formats being applied to a cell, in one embodiment, rules are prioritized at the level of the user interface.
  • FIG. 3B (including FIGS. 3B-1, 3B-2, and 3B-3) is a block diagram illustrating a more advanced view of a user interface 300 that provides a user with the ability to apply multiple conditional formatting rules to a cell or range of cells within a user interface, in accordance with an embodiment of the present invention. The pop-up window 330 provided in the user interface 300 provides the ability for a user to select multiple conditional formatting rules based on rule types, provided in a rule type window 337, and specifies the parameters and formats to be used in evaluating a rule, provided via a criteria window 338. Examples of rule types include, but are not limited to, “Format all cells based on their values” 331, “Format only cells that contain . . . ” 332, “Format only top or bottom ranked values” 333, “Format only values that are above or below the average” 334, “Format only unique or duplicate values” 335, and “Use a formula to determine which cells for format” 336.
  • Selection of one of the rule types 331-336 results in the criteria window 338 providing the user with the appropriate parameter selections for the predefined rule associated with the selected rule type. Thus, if a user selects the rule type “Format only top or bottom ranked values” 333, the criteria window 338 provides the user with the different parameter options that may be used with the selected rule type. For example, a user may specify, via a drop-down list 339, whether to identify the top, bottom, or middle cells in the range of selected cells and, via text entry space 340, how many of those cells are to be evaluated as TRUE. Optionally, a user may specify, by selecting a checkbox 341, that a percentage of the cells are to be evaluated as TRUE.
  • In addition to specifying the parameters that are to be used in evaluating the selected conditional formatting rule, the criteria window 338 allows the user to specify the formatting that is to be applied to the cells that are evaluated as TRUE. Any type of formatting 342 may be applied to a cell including, but not limited to, bold, italics, underline, border, shadow, fill color, alignment, etc.
  • As noted above, any number of conditional formatting rules may be applied to a cell and/or range of cells. In implementation, the total number of conditional formatting rules is only limited by the processing power of the device that is providing the user interface and/or performing the evaluation. Additionally, regardless of the number of conditional formatting rules, each rule may be evaluated and the associated formatting applied to a cell, regardless of whether other rules have already been evaluated as TRUE for the same cell.
  • FIG. 4 (including FIGS. 4-1, 4-2, and 4-3) is a block diagram of a user interface illustrating the evaluation of two conditional formatting rules for the same range of cells and the application of formats associated with each conditional formatting rule being applied to the same cells, in accordance with an embodiment of the present invention. As noted in the Background section, in existing user interfaces, after a conditional formatting rule is evaluated as TRUE for a particular cell, any additional conditional formatting rules associated with that cell are not evaluated. In contrast, embodiments of the present invention evaluate all conditional formatting rules for a particular cell and apply the formatting for each rule, provided that the formatting does not conflict with a higher priority rule.
  • In one example, rules are prioritized on a user interface level and evaluated in order of priority. If a high priority rule evaluates as TRUE for a cell and applies a format to that cell, a lower priority rule that evaluates as TRUE will not apply a conflicting format to that same cell. However, if the formats do not conflict, both formats may be applied to the cell.
  • Conditional formatting rules created for one or more cells of a user interface may be viewed collectively for the user interface via a “Formatting Rules Legend” window 450. The rules for a user interface 300 are evaluated based on priority, regardless of the range of cells to which they apply. In an alternative embodiment, rules may be given priority on a cell-by-cell basis and are evaluated cell-by-cell.
  • Referring to FIG. 4, the rule identified first in the Formatting Rules Legend window 450 may be assigned the highest priority. Alternatively, the Formatting Rules Legend may display a priority number for each conditional formatting rule. Regardless of the means for identifying rule priority, conditional formatting rules may be re-prioritized automatically or by a user. For example, if a user adds a new rule, it may be given the highest priority (or lowest priority) for the conditional formatting rules associated with the user interface and each of the existing conditional formatting rules may be automatically re-prioritized accordingly. Alternatively, a user, via the Formatting Rules Legend 450, may re-prioritize currently existing rules.
  • As illustrated in FIG. 4, two rules, “Above Average” 451 and “Icon Set” 453, have been associated with the user interface 300. Each of the associated conditional formatting rules 451, 453 is applied to the same range of cells D5 through D31, as shown by range windows 441, 442. While this example illustrates the application of two rules to the same range of cells within the user interface, embodiments of the present invention are not so constrained. For example, the conditional formatting rule “Above Average” 451 may be applied to cells D5-D31, E7, and F1-F15, while conditional formatting rule 453 may be applied to cells D11-D40, H9-H22, and O1-O5. Additionally, a user may modify the range for a particular conditional formatting rule by modifying the range in the Applies To window 441, 442.
  • Regardless of the associated cells, the rule with the highest priority is evaluated first for all cells associated with that rule and the formatting applied to those cells. Subsequently, the rule with the next highest priority is evaluated and the formatting applied, as appropriate.
  • The parameters for the Above Average 451 rule are predefined for the rule and simply specify that cells containing values above the average of values in the range of cells are to be formatted as specified by the associated format. The formatting 443 associated with the conditional formatting rule Above Average 451 will apply a hatching to all cells in which the value is above the average for the cells within the range of associated cells (D5 through D31). The formatting associated with a conditional formatting rule may be modified by a user selecting in the formatting box 443, a different format for the rule.
  • In evaluating the Above Average rule 451, the average for the values contained in the range of cells (in this example, the resulting average being 447.85) is computed and the appropriate formatting is applied to those cells that include a value above that average. Because the Above Average 451 rule is the highest priority rule for the user interface, the formatting is applied to all cells in the associated range that evaluate as TRUE. Thus, cells D5 405, D10 410, D15 415, D17 417, D18 418, D20 420, D22 422, D26 426, D28 428, and D29 429 will have a hatching format applied to the cell, as they each contain a value that is above the average value for the associated range of cells.
  • Upon completion of the evaluation of the Above Average 451 rule, the rule with the second highest priority is evaluated and the appropriate formatting applied to cells within the range of associated cells, provided that the formatting does not conflict with formatting that was applied by a higher priority conditional formatting rule. In one embodiment, while formatting applied to a cell by a higher priority rule may not be overwritten with a conflicting format of a lower priority rule, a format applied manually by a user may be overwritten by a format associated with a conditional formatting rule. In an alternative embodiment, a user may specify that a manually applied format is not to be overwritten by a format from a conditional formatting rule, regardless of priority. Alternatively, a user may specify which priority conditional formatting rules may overwrite a conflicting format applied manually and which priority conditional formatting rules cannot overwrite manually applied formatting.
  • Referring again to FIG. 4, the rule with the second highest priority is the “Icon Set” 453 conditional formatting rule. The icon set conditional formatting rule may utilize default parameters or utilize parameters specified by a user. In this example, the parameters being utilized is a default of three icons in which cells with a value in the bottom one third of values in the range of cells is applied to an icon with dense dots 432, cells with the middle third of values in the range of cells are applied to an icon with medium density dots 432, and cells with a value in the top third of values in the range of cells are applied to an icon with light density dots 433. Because the formatting to be applied as part of the evaluation of the Icon Set 453 rule does not conflict with the formatting applied by the higher priority Above Average 451 rule, the formatting of the icons may be assigned to the cells. As a result, each of the cells 405-431 is assigned an icon corresponding to the appropriate value matching the threshold assigned to the Icon set rule 453. Cells containing values in the bottom third of the values-namely, D7 407, D8 408, D9 409, D12 412, D14 414, D16 416, D23 423, D24 424, and D30 430—are configured to display a dense icon next to the value. Cells containing values in the middle third of the values-namely, D6 406, D11 411, D13 413, D17 417, D18 418, D19 419, D21 421, D25 425, and D31 431—are configured to display a medium density icon next to the value. Cells containing values in the top third of the values-namely, D5 405, D10 410, D15 415, D20 420, D22 422, D26 426, D28 428, and D29 429—are configured to display a lightly dense icon next to the value.
  • As can be seen from FIG. 4, the evaluation of both conditional formatting rules results in two different types of formatting being applied to the evaluated cells. As such, cells D5 405, D10 410, D15 415, D17 417, D18 418, D20 420, D22 422, D26 426, D28 428, and D29 429, have been formatted to include both hashing and an icon.
  • In determining if multiple formatting types can be applied to the same cell, formatting may be grouped into conflicting categories such that if one format in a group is applied to a cell, another format in the same group cannot be applied to the same cell. Like formats are included in the same group. For example, one formatting group, called FILL, may include hatching the cell body, coloring the cell body a particular color, etc. However, some format types that are commonly considered similar, such as bold and italics, do not conflict with one another and, as a result, are not included in the same formatting group.
  • In addition to being able to provide as many conditional formatting rules as computationally possible, a user may specify whether lower conditional formatting rules should be evaluated if a particular conditional formatting rule evaluates to TRUE. In one embodiment, this may be identified by a user selecting a “Stop if True” box 440 associated with a conditional formatting rule displayed in the Formatting Rules Legend window 450. For purposes of the description, indicating that subsequent conditional formatting rules should not be evaluated, is referred to herein as “Stop if True.” Stop if True refers to any indication or flag, etc., that specifies that lower priority rules are not to be evaluated for a cell if a higher priority rule has been evaluated to be TRUE. In one embodiment, a Stop if True may be applied on a per conditional formatting rule, per cell, basis. As such, multiple conditional formatting rules may be applied to a cell or range of cells and any combination of those rules with any combination of cells may be selected for Stop if True.
  • If Stop if True 440 is selected for a particular conditional formatting rule, as that rule is evaluated, for each cell in which the conditional formatting rule evaluates to TRUE, it is indicated that any subsequent, or lower priority, conditional formatting rules associated with that cell are not to be evaluated for that cell. In FIG. 4, if a user selects Stop if True 440 for the Above Average 451 rule, for each cell in which that rule evaluated to TRUE, the lower priority conditional evaluation rule, Icon Set 453, is not evaluated. As a result, the conditional formatting rule Icon Set 453 is not evaluated for cells D5 405, D10 410, D15 415, D17 417, D18 418, D20 420, D22 422, D26 426, D28 428, and D29 429.
  • FIG. 5 (including FIGS. 5-1, 5-2, and 5-3) is a block diagram of a user interface illustrating the application and evaluation of multiple conditional formatting rules in which some format types are not applied to cells because of conflicting format types of higher priority conditional formatting rules, according to an embodiment of the present invention. Continuing with the example provided in FIG. 4, three additional conditional formatting rules are defined for the range of cells D5-D31 505-531. In particular, the conditional formatting rules of Data Bar 541, Below Average 542, and Top 5 543 are added to the list of conditional formatting rules for the user interface 300. Similar to the Above Average 451 and Icon Set 453 conditional formatting rules, the Data Bar 541, Below Average 542, and Top 5 543 conditional formatting rules each have parameters and formatting types associated with the particular rule that is used when the conditional formatting rule is evaluated. In particular, the Data Bar 541 rule includes the parameters of identifying, via a sized data bar in each cell, the value of that cell with respect to other cells within the range. As such, each cell in the range of cells for Data Bar 541 will always evaluate to TRUE. However, in this example, the format type 544 of data bar 541 and the format type 443 of Above Average 451 are in the same formatting group. For cells that evaluate as TRUE for the Above Average 541 rule and have a hashing format 443 applied, the data bar 541 formatting 544 is not applied because it is a conflicting format of a lower priority conditional formatting rule. As such, the data bar formatting is not applied to cells D5 505, D10 510, D15 515, D17 517, D18 518, D20 520, D22 522, D26 526, D28 528, and D29 529.
  • In contrast, the formatting types associated with the conditional formatting rules of Below Average 542 and Top 5 543 do not conflict with any formatting types of the higher priority conditional formatting rules. As a result, the format type for those conditional formatting rules will be applied to all cells that evaluate to TRUE.
  • Performing conflict resolution on a cell-by-cell basis to ensure that a formatting type of a higher priority conditional formatting rule is not replaced by a conflicting formatting type of a lower priority conditional formatting rule provides the ability to evaluate multiple conditional formatting rules and apply multiple different formatting types without losing formatting information for higher priority conditional formatting rules.
  • FIG. 6 is a flow diagram of a conditional formatting application routine for applying multiple conditional formatting rules to one or more cells contained within a user interface, in accordance with an embodiment of the present invention. The conditional formatting application routine 600 begins at block 601. At block 603, a range of cells for which one or more conditional formatting rules is to be applied is determined. The range of cells may be any combination of cells contained within the user interface. For example, the range of cells may be a continuous range within a column, cells from multiple columns, cells within a continuous range of rows, etc.
  • At block 605, a condition type and parameters for a conditional formatting rule are determined for the range of cells. As discussed above, a condition type identifies the type of a conditional formatting rule. The parameters are associated with the identified condition type and may include threshold values for which these cells are to be evaluated. In addition to determining the condition type and parameters, at block 607 the formatting to be applied to the cell if the condition is evaluated to TRUE is determined.
  • At decision block 609, a determination is made as to whether the priority for the conditional formatting rule being applied is to be adjusted. As discussed above, the priority for a conditional formatting rule may be automatically applied or manually adjusted by the user. For automatic application of priorities, any basis may be used. For example, the most recently added conditional formatting rules may be given the highest priority. Alternatively, the oldest conditional formatting rules may be given the highest/lowest priority. If it is determined at decision block 609 that the priority for the conditional formatting rule is to be adjusted, at block 611 the priority is adjusted with respect to other defined conditions.
  • However, if it is determined at decision block 609 that the priority does not need to be adjusted, at decision block 613 a determination is made as to whether evaluation of conditional formatting rules should stop if that condition is evaluated to TRUE. As discussed above in FIG. 4, a user may select Stop if True to indicate that lower priority conditional formatting rules are not to be evaluated for a cell if a particular condition evaluates to TRUE. If it is determined at decision block 613 that Stop if True has been set, at block 615 that determination is associated with the conditional formatting rule for the selected range of cells.
  • After a determination that Stop if True is selected and that determination is applied to the range of cells, as illustrated by block 615, or if it is determined at decision block 613 that Stop if True is not selected, at decision block 617 a determination is made as to whether additional conditional formatting rules for the range of selected cells identified at block 603 is to be added. If it is determined at decision block 617 that additional conditional formatting rules are to be applied for the determined range of cells, control is returned to block 605 and the routine continues. However, if it is determined at decision block 617 that additional conditional formatting rules are not to be applied to the selected range of cells, the conditional formatting application routine 600 completes, as illustrated by block 619.
  • FIG. 7 is a flow diagram of a conditional formatting evaluation routine for evaluating multiple conditional formatting rules associated with a user interface, in accordance with an embodiment of the present invention. The conditional formatting evaluation routine 700 begins at block 701. At block 703 a conditional formatting rule with the highest priority for the user interface is identified. As discussed above, priority may be assigned to a conditional formatting rule automatically or by a user identifying a priority that is to be applied to the conditional formatting rule. As discussed above, conditional formatting rules are given a priority at a user interface level. However, in an alternate embodiment, conditional formatting rules may be given a priority at a cell-by-cell level. Upon identification of a conditional formatting rule that is to be evaluated, at block 705 a cell associated with the conditional formatting rule is selected for evaluation.
  • For the selected cell, at decision block 707, a determination is made as to whether evaluation of the conditional formatting rule is to be applied. In particular, if a previous conditional formatting rule is evaluated to TRUE and Stop if True has been selected (i.e., a user has indicated that lower priority conditional formatting rules are not to be evaluated if that condition is evaluated to TRUE), it will be determined at decision block 707 that this evaluation is not to be completed for that cell.
  • If it is determined at decision block 707 that the cell is to be evaluated, at decision block 709, it is determined whether the conditional formatting rule evaluates to TRUE for the selected cell. If it is determined at decision block 709 that the evaluated condition is TRUE for the selected cell, at decision block 711 a determination is made whether a conflicting format has previously been applied to that cell by another condition. In an embodiment of the present invention, a distinguishment is made between formatting applied by a previously evaluated conditional formatting rule and formatting applied by a user. In one embodiment, if a conflicting format has been applied by a user, formatting from a conditional formatting rule may be used to replace the format applied manually.
  • In contrast, if a conflicting format has been applied by a higher priority conditional formatting rule, the format that is to be applied by the currently evaluated conditional formatting rule is not applied as it replaces or conflicts with the previously applied format. If it is determined at decision block 711 that a conflicting format has not been applied by another conditional formatting rule, at block 713 the format is applied to the cell. If the formatting to be applied is a Boolean format (in other words, it is either TRUE or FALSE) and is not dependent on other cells within the range, the format may be immediately applied to the cell. However, if the format to be applied is dependent upon the evaluation of other cells within the range for the condition, the evaluation may be determined based on the other cells within the range and then the format is applied for all cells within that range.
  • After application of the format at block 713, or if it is determined at decision block 711 that a conflicting format has previously been applied, at decision block 715 a determination is made as to whether additional formats for the currently evaluated conditional formatting rule are to be applied to the cell selected at block 705. If it is determined at decision block 715 that additional formats are to be applied, control returns to decision block 711 and the conditional formatting evaluation routine 700 continues. However, if it is determined at decision block 715 that there are no additional formats to be applied to the selected cell based on the currently evaluated condition, at decision block 717 a determination is made as to whether Stop if True is to be set for the evaluated cell. If it is determined at decision block 717 that Stop if True is to be set, at block 719 the cell is identified as having completed evaluation. In one embodiment, this may be accomplished by setting a flag, identified in this application as a Stop if True flag.
  • If it is determined at decision block 717 that Stop if True is not to be set, after Stop if True has been set at block 719 or if it is determined at decision block 707 that evaluation for the selected cell is not to be completed, at decision block 721 a determination is made as to whether there are additional cells within the range associated with the current conditional formatting rule that need to be evaluated. If it is determined at decision block 721 that there are additional cells within the range to be evaluated, control returns to block 705, and the conditional formatting evaluation routine 700 continues.
  • However, if it is determined at decision block 721 that there are no additional cells within the range associated with the conditional formatting rule identified at block 703, at decision block 723 a determination is made as to whether additional conditional formatting rules for the user interface are to be evaluated. If it is determined at decision block 723 that additional conditional formatting rules for the user interface are to be evaluated, control returns to block 703 and the conditional formatting evaluation routine 700 continues. If it is determined at decision block 723 that no additional conditional formatting rules for the user interface are to be evaluated, the conditional formatting evaluation routine 700 completes, as illustrated by block 725.
  • In an alternative embodiment to that described with respect to FIG. 7, each condition for each cell may be evaluated first, regardless of priority, and the results retained or stored, based on priority as they are evaluated. After all conditions for a cell have been evaluated and retained in order of priority, the appropriate formatting may be determined for that cell based on the retained evaluations. As discussed above, conditions with a higher prior that evaluated to true would have formatting applied but conditions with lower priority that would resulting in a conflicting format would not be applied. Additionally, prior to applying the formatting for the evaluation conditions, it can determined if a higher priority condition is associated with a Stop if True and if so, all lower priority conditions may be ignored.
  • The embodiments described above may be implemented on a stand-alone computing device or as part of a networked environment in which some or all of the interface, evaluation of conditional formatting rules, and/or data viewed through the user interface is obtained from or computed by other networked computing devices. With reference now to FIGS. 8A and 8B, an illustrative networked operating environment 800 will be described.
  • With reference to FIG. 8A, the operating environment 800 includes a plurality of receiving computing devices, such as client computing devices 802, that can communicate via a communication network, such as the Internet or an intranet. In an illustrative embodiment, client computing devices 802 can include a software application, such as a browser software application, to facilitate communication via the network. The operating environment also includes one or more sending computing devices, such as an application server 804, that communicate with the client computing devices 802. Application servers 804 can provide the user interface to the client computing devices 802. Additionally, application servers 804 can provide the user interface 200 that can be displayed on the client computing devices 802. One skilled in the relevant art will appreciate that the client computing device 802 and/or application servers 804 can correspond to a variety of computing devices, such as personal computers, hand-held computers, mobile computers, mobile telephones, server computers, and the like.
  • With reference to FIG. 8B, in an illustrative embodiment, the client computing devices 802 can generate a request for a user interface application via the communication network. The application request is received at an appropriate application server 804, which generates or otherwise retrieves the appropriate code to generate the user interface 200 on the client computing device. The code is then transmitted to the client computing device 802.
  • While illustrative embodiments have been illustrated and described, it will be appreciated that various changes can be made therein without departing from the spirit and scope of the invention.

Claims (1)

What is claimed is:
1. A method for evaluating a plurality of conditional formatting rules applied to a user interface, the method comprising:
identifying a cell contained in the user interface associated with a plurality of conditional formatting;
identifying a first conditional formatting rule for formatting the cell contained in the user interface, the first conditional formatting rule having a first priority and a first formatting
determining, with a computing device, if the first conditional formatting rule is satisfied for the cell; and
if the first conditional formatting rule is satisfied for the cell, applying only the first formatting.
US14/263,924 2006-01-23 2014-04-28 For a given cell in a spreadsheet, evaluating an unlimited number of conditional formatting rules and applying multiple corresponding formats to the cell Abandoned US20140237339A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/263,924 US20140237339A1 (en) 2006-01-23 2014-04-28 For a given cell in a spreadsheet, evaluating an unlimited number of conditional formatting rules and applying multiple corresponding formats to the cell

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US11/337,762 US7634717B2 (en) 2006-01-23 2006-01-23 Multiple conditional formatting
US12/618,446 US8713422B2 (en) 2006-01-23 2009-11-13 For a given cell in a spreadsheet, evaluating an unlimited number of conditional formatting rules and applying multiple corresponding formats to the cell
US14/263,924 US20140237339A1 (en) 2006-01-23 2014-04-28 For a given cell in a spreadsheet, evaluating an unlimited number of conditional formatting rules and applying multiple corresponding formats to the cell

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/618,446 Continuation US8713422B2 (en) 2006-01-23 2009-11-13 For a given cell in a spreadsheet, evaluating an unlimited number of conditional formatting rules and applying multiple corresponding formats to the cell

Publications (1)

Publication Number Publication Date
US20140237339A1 true US20140237339A1 (en) 2014-08-21

Family

ID=38287060

Family Applications (3)

Application Number Title Priority Date Filing Date
US11/337,762 Active 2028-02-01 US7634717B2 (en) 2006-01-23 2006-01-23 Multiple conditional formatting
US12/618,446 Active 2026-08-12 US8713422B2 (en) 2006-01-23 2009-11-13 For a given cell in a spreadsheet, evaluating an unlimited number of conditional formatting rules and applying multiple corresponding formats to the cell
US14/263,924 Abandoned US20140237339A1 (en) 2006-01-23 2014-04-28 For a given cell in a spreadsheet, evaluating an unlimited number of conditional formatting rules and applying multiple corresponding formats to the cell

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US11/337,762 Active 2028-02-01 US7634717B2 (en) 2006-01-23 2006-01-23 Multiple conditional formatting
US12/618,446 Active 2026-08-12 US8713422B2 (en) 2006-01-23 2009-11-13 For a given cell in a spreadsheet, evaluating an unlimited number of conditional formatting rules and applying multiple corresponding formats to the cell

Country Status (9)

Country Link
US (3) US7634717B2 (en)
EP (2) EP1984807B1 (en)
JP (1) JP4447650B2 (en)
KR (1) KR101365865B1 (en)
CN (1) CN101371218B (en)
BR (1) BRPI0706293B1 (en)
MX (1) MX2008008437A (en)
RU (1) RU2431181C2 (en)
WO (1) WO2007087236A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140310649A1 (en) * 2013-04-11 2014-10-16 Apple Inc. Pop-up menu interface

Families Citing this family (152)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8515912B2 (en) 2010-07-15 2013-08-20 Palantir Technologies, Inc. Sharing and deconflicting data changes in a multimaster database system
US8930331B2 (en) 2007-02-21 2015-01-06 Palantir Technologies Providing unique views of data based on changes or rules
JP2009181501A (en) * 2008-01-31 2009-08-13 Toshiba Corp Mobile communication equipment
US10747952B2 (en) 2008-09-15 2020-08-18 Palantir Technologies, Inc. Automatic creation and server push of multiple distinct drafts
US20100083088A1 (en) * 2008-09-30 2010-04-01 Apple Inc. Defining custom formats
US8150814B2 (en) * 2009-04-07 2012-04-03 Business Objects Software Ltd. System and method of data cleansing using rule based formatting
US20110078103A1 (en) * 2009-09-29 2011-03-31 Sap Ag Framework to support application context and rule based ui-control
WO2021161104A1 (en) 2020-02-12 2021-08-19 Monday.Com Enhanced display features in collaborative network systems, methods, and devices
WO2021024040A1 (en) * 2019-08-08 2021-02-11 Mann, Roy Digital processing systems and methods for automatic relationship recognition in tables of collaborative work systems
US11410129B2 (en) 2010-05-01 2022-08-09 Monday.com Ltd. Digital processing systems and methods for two-way syncing with third party applications in collaborative work systems
CA2718360A1 (en) * 2010-10-25 2011-01-05 Ibm Canada Limited - Ibm Canada Limitee Communicating secondary selection feedback
US10409892B2 (en) * 2011-01-26 2019-09-10 Microsoft Technology Licensing, Llc Formatting data by example
US8619090B2 (en) 2011-09-23 2013-12-31 The Mathworks, Inc. Text import tool for a technical computing environment
US8543939B2 (en) * 2011-06-07 2013-09-24 The Mathworks, Inc. Graphical data conversion/translation
US8799240B2 (en) 2011-06-23 2014-08-05 Palantir Technologies, Inc. System and method for investigating large amounts of data
US9092482B2 (en) 2013-03-14 2015-07-28 Palantir Technologies, Inc. Fair scheduling for mixed-query loads
US9547693B1 (en) 2011-06-23 2017-01-17 Palantir Technologies Inc. Periodic database search manager for multiple data sources
US8732574B2 (en) 2011-08-25 2014-05-20 Palantir Technologies, Inc. System and method for parameterizing documents for automatic workflow generation
US8504542B2 (en) 2011-09-02 2013-08-06 Palantir Technologies, Inc. Multi-row transactions
US9501849B2 (en) * 2012-05-11 2016-11-22 Vmware, Inc. Multi-dimensional visualization tool for browsing and troubleshooting at scale
US9081975B2 (en) 2012-10-22 2015-07-14 Palantir Technologies, Inc. Sharing information between nexuses that use different classification schemes for information access control
US9348677B2 (en) 2012-10-22 2016-05-24 Palantir Technologies Inc. System and method for batch evaluation programs
US9501761B2 (en) 2012-11-05 2016-11-22 Palantir Technologies, Inc. System and method for sharing investigation results
US9123086B1 (en) 2013-01-31 2015-09-01 Palantir Technologies, Inc. Automatically generating event objects from images
JP5802691B2 (en) * 2013-02-15 2015-10-28 東京エレクトロン株式会社 Substrate processing apparatus, simulation apparatus, program, and simulation method
US10037314B2 (en) 2013-03-14 2018-07-31 Palantir Technologies, Inc. Mobile reports
US8937619B2 (en) 2013-03-15 2015-01-20 Palantir Technologies Inc. Generating an object time series from data objects
US8917274B2 (en) 2013-03-15 2014-12-23 Palantir Technologies Inc. Event matrix based on integrated data
US9965937B2 (en) 2013-03-15 2018-05-08 Palantir Technologies Inc. External malware data item clustering and analysis
US8903717B2 (en) 2013-03-15 2014-12-02 Palantir Technologies Inc. Method and system for generating a parser and parsing complex data
US8788405B1 (en) 2013-03-15 2014-07-22 Palantir Technologies, Inc. Generating data clusters with customizable analysis strategies
US8868486B2 (en) 2013-03-15 2014-10-21 Palantir Technologies Inc. Time-sensitive cube
US8909656B2 (en) 2013-03-15 2014-12-09 Palantir Technologies Inc. Filter chains with associated multipath views for exploring large data sets
US8930897B2 (en) 2013-03-15 2015-01-06 Palantir Technologies Inc. Data integration tool
US8855999B1 (en) 2013-03-15 2014-10-07 Palantir Technologies Inc. Method and system for generating a parser and parsing complex data
US10275778B1 (en) 2013-03-15 2019-04-30 Palantir Technologies Inc. Systems and user interfaces for dynamic and interactive investigation based on automatic malfeasance clustering of related data in various data structures
US8799799B1 (en) 2013-05-07 2014-08-05 Palantir Technologies Inc. Interactive geospatial map
US10229101B2 (en) 2013-06-14 2019-03-12 Microsoft Technology Licensing, Llc Smart fill
US9223773B2 (en) 2013-08-08 2015-12-29 Palatir Technologies Inc. Template system for custom document generation
US9335897B2 (en) 2013-08-08 2016-05-10 Palantir Technologies Inc. Long click display of a context menu
US9565152B2 (en) 2013-08-08 2017-02-07 Palantir Technologies Inc. Cable reader labeling
US8713467B1 (en) 2013-08-09 2014-04-29 Palantir Technologies, Inc. Context-sensitive views
US9785317B2 (en) 2013-09-24 2017-10-10 Palantir Technologies Inc. Presentation and analysis of user interaction data
CA2924826A1 (en) * 2013-09-27 2015-04-02 Ab Initio Technology Llc Evaluating rules applied to data
US8938686B1 (en) 2013-10-03 2015-01-20 Palantir Technologies Inc. Systems and methods for analyzing performance of an entity
US8812960B1 (en) 2013-10-07 2014-08-19 Palantir Technologies Inc. Cohort-based presentation of user interaction data
US9116975B2 (en) 2013-10-18 2015-08-25 Palantir Technologies Inc. Systems and user interfaces for dynamic and interactive simultaneous querying of multiple data stores
US8924872B1 (en) 2013-10-18 2014-12-30 Palantir Technologies Inc. Overview user interface of emergency call data of a law enforcement agency
US8832594B1 (en) * 2013-11-04 2014-09-09 Palantir Technologies Inc. Space-optimized display of multi-column tables with selective text truncation based on a combined text width
US9021384B1 (en) 2013-11-04 2015-04-28 Palantir Technologies Inc. Interactive vehicle information map
US8868537B1 (en) 2013-11-11 2014-10-21 Palantir Technologies, Inc. Simple web search
US9105000B1 (en) 2013-12-10 2015-08-11 Palantir Technologies Inc. Aggregating data from a plurality of data sources
US9734217B2 (en) 2013-12-16 2017-08-15 Palantir Technologies Inc. Methods and systems for analyzing entity performance
US10579647B1 (en) 2013-12-16 2020-03-03 Palantir Technologies Inc. Methods and systems for analyzing entity performance
US9552615B2 (en) 2013-12-20 2017-01-24 Palantir Technologies Inc. Automated database analysis to detect malfeasance
US10356032B2 (en) 2013-12-26 2019-07-16 Palantir Technologies Inc. System and method for detecting confidential information emails
US8832832B1 (en) 2014-01-03 2014-09-09 Palantir Technologies Inc. IP reputation
US9043696B1 (en) 2014-01-03 2015-05-26 Palantir Technologies Inc. Systems and methods for visual definition of data associations
US9483162B2 (en) 2014-02-20 2016-11-01 Palantir Technologies Inc. Relationship visualizations
US9009827B1 (en) 2014-02-20 2015-04-14 Palantir Technologies Inc. Security sharing system
US9727376B1 (en) 2014-03-04 2017-08-08 Palantir Technologies, Inc. Mobile tasks
US8935201B1 (en) 2014-03-18 2015-01-13 Palantir Technologies Inc. Determining and extracting changed data from a data source
US9836580B2 (en) 2014-03-21 2017-12-05 Palantir Technologies Inc. Provider portal
US9857958B2 (en) 2014-04-28 2018-01-02 Palantir Technologies Inc. Systems and user interfaces for dynamic and interactive access of, investigation of, and analysis of data objects stored in one or more databases
US9009171B1 (en) 2014-05-02 2015-04-14 Palantir Technologies Inc. Systems and methods for active column filtering
US9535974B1 (en) 2014-06-30 2017-01-03 Palantir Technologies Inc. Systems and methods for identifying key phrase clusters within documents
US9619557B2 (en) 2014-06-30 2017-04-11 Palantir Technologies, Inc. Systems and methods for key phrase characterization of documents
US9256664B2 (en) 2014-07-03 2016-02-09 Palantir Technologies Inc. System and method for news events detection and visualization
US9202249B1 (en) 2014-07-03 2015-12-01 Palantir Technologies Inc. Data item clustering and analysis
US9021260B1 (en) 2014-07-03 2015-04-28 Palantir Technologies Inc. Malware data item analysis
US9785773B2 (en) 2014-07-03 2017-10-10 Palantir Technologies Inc. Malware data item analysis
US10572496B1 (en) 2014-07-03 2020-02-25 Palantir Technologies Inc. Distributed workflow system and database with access controls for city resiliency
EP3180322A4 (en) 2014-08-14 2018-01-10 Shell Internationale Research Maatschappij B.V. One-step production of furfural from biomass
US9454281B2 (en) 2014-09-03 2016-09-27 Palantir Technologies Inc. System for providing dynamic linked panels in user interface
US9767172B2 (en) 2014-10-03 2017-09-19 Palantir Technologies Inc. Data aggregation and analysis system
US9501851B2 (en) 2014-10-03 2016-11-22 Palantir Technologies Inc. Time-series analysis system
US11231840B1 (en) 2014-10-05 2022-01-25 Splunk Inc. Statistics chart row mode drill down
US10261673B2 (en) * 2014-10-05 2019-04-16 Splunk Inc. Statistics value chart interface cell mode drill down
US9785328B2 (en) 2014-10-06 2017-10-10 Palantir Technologies Inc. Presentation of multivariate data on a graphical user interface of a computing system
US9984133B2 (en) 2014-10-16 2018-05-29 Palantir Technologies Inc. Schematic and database linking system
US9229952B1 (en) 2014-11-05 2016-01-05 Palantir Technologies, Inc. History preserving data pipeline system and method
US9043894B1 (en) 2014-11-06 2015-05-26 Palantir Technologies Inc. Malicious software detection in a computing system
US10362133B1 (en) 2014-12-22 2019-07-23 Palantir Technologies Inc. Communication data processing architecture
US9348920B1 (en) 2014-12-22 2016-05-24 Palantir Technologies Inc. Concept indexing among database of documents using machine learning techniques
US9367872B1 (en) 2014-12-22 2016-06-14 Palantir Technologies Inc. Systems and user interfaces for dynamic and interactive investigation of bad actor behavior based on automatic clustering of related data in various data structures
US10552994B2 (en) 2014-12-22 2020-02-04 Palantir Technologies Inc. Systems and interactive user interfaces for dynamic retrieval, analysis, and triage of data items
US9870205B1 (en) 2014-12-29 2018-01-16 Palantir Technologies Inc. Storing logical units of program code generated using a dynamic programming notebook user interface
US9335911B1 (en) 2014-12-29 2016-05-10 Palantir Technologies Inc. Interactive user interface for dynamic data analysis exploration and query processing
US9817563B1 (en) 2014-12-29 2017-11-14 Palantir Technologies Inc. System and method of generating data points from one or more data stores of data items for chart creation and manipulation
US10372879B2 (en) 2014-12-31 2019-08-06 Palantir Technologies Inc. Medical claims lead summary report generation
US11302426B1 (en) 2015-01-02 2022-04-12 Palantir Technologies Inc. Unified data interface and system
US10387834B2 (en) 2015-01-21 2019-08-20 Palantir Technologies Inc. Systems and methods for accessing and storing snapshots of a remote application in a document
US9727560B2 (en) 2015-02-25 2017-08-08 Palantir Technologies Inc. Systems and methods for organizing and identifying documents via hierarchies and dimensions of tags
EP3611632A1 (en) 2015-03-16 2020-02-19 Palantir Technologies Inc. Displaying attribute and event data along paths
US9886467B2 (en) 2015-03-19 2018-02-06 Plantir Technologies Inc. System and method for comparing and visualizing data entities and data entity series
US10628834B1 (en) 2015-06-16 2020-04-21 Palantir Technologies Inc. Fraud lead detection system for efficiently processing database-stored data and automatically generating natural language explanatory information of system results for display in interactive user interfaces
US9418337B1 (en) 2015-07-21 2016-08-16 Palantir Technologies Inc. Systems and models for data analytics
US9454785B1 (en) 2015-07-30 2016-09-27 Palantir Technologies Inc. Systems and user interfaces for holistic, data-driven investigation of bad actor behavior based on clustering and scoring of related data
US9996595B2 (en) 2015-08-03 2018-06-12 Palantir Technologies, Inc. Providing full data provenance visualization for versioned datasets
US9456000B1 (en) 2015-08-06 2016-09-27 Palantir Technologies Inc. Systems, methods, user interfaces, and computer-readable media for investigating potential malicious communications
US10489391B1 (en) 2015-08-17 2019-11-26 Palantir Technologies Inc. Systems and methods for grouping and enriching data items accessed from one or more databases for presentation in a user interface
US9600146B2 (en) 2015-08-17 2017-03-21 Palantir Technologies Inc. Interactive geospatial map
US10102369B2 (en) 2015-08-19 2018-10-16 Palantir Technologies Inc. Checkout system executable code monitoring, and user account compromise determination system
US10853378B1 (en) 2015-08-25 2020-12-01 Palantir Technologies Inc. Electronic note management via a connected entity graph
US11150917B2 (en) 2015-08-26 2021-10-19 Palantir Technologies Inc. System for data aggregation and analysis of data from a plurality of data sources
US9485265B1 (en) 2015-08-28 2016-11-01 Palantir Technologies Inc. Malicious activity detection system capable of efficiently processing data accessed from databases and generating alerts for display in interactive user interfaces
US10706434B1 (en) 2015-09-01 2020-07-07 Palantir Technologies Inc. Methods and systems for determining location information
US9576015B1 (en) 2015-09-09 2017-02-21 Palantir Technologies, Inc. Domain-specific language for dataset transformations
US10296617B1 (en) 2015-10-05 2019-05-21 Palantir Technologies Inc. Searches of highly structured data
US9760556B1 (en) 2015-12-11 2017-09-12 Palantir Technologies Inc. Systems and methods for annotating and linking electronic documents
US9542446B1 (en) 2015-12-17 2017-01-10 Palantir Technologies, Inc. Automatic generation of composite datasets based on hierarchical fields
US10089289B2 (en) 2015-12-29 2018-10-02 Palantir Technologies Inc. Real-time document annotation
US9823818B1 (en) 2015-12-29 2017-11-21 Palantir Technologies Inc. Systems and interactive user interfaces for automatic generation of temporal representation of data objects
US9996236B1 (en) 2015-12-29 2018-06-12 Palantir Technologies Inc. Simplified frontend processing and visualization of large datasets
US11086640B2 (en) * 2015-12-30 2021-08-10 Palantir Technologies Inc. Composite graphical interface with shareable data-objects
US9612723B1 (en) 2015-12-30 2017-04-04 Palantir Technologies Inc. Composite graphical interface with shareable data-objects
US10698938B2 (en) 2016-03-18 2020-06-30 Palantir Technologies Inc. Systems and methods for organizing and identifying documents via hierarchies and dimensions of tags
US10268833B2 (en) 2016-04-07 2019-04-23 International Business Machines Corporation Method for conditional permission control in a digital data sheet based on a formula
US10324609B2 (en) 2016-07-21 2019-06-18 Palantir Technologies Inc. System for providing dynamic linked panels in user interface
US10719188B2 (en) 2016-07-21 2020-07-21 Palantir Technologies Inc. Cached database and synchronization system for providing dynamic linked panels in user interface
US10437840B1 (en) 2016-08-19 2019-10-08 Palantir Technologies Inc. Focused probabilistic entity resolution from multiple data sources
US10133588B1 (en) 2016-10-20 2018-11-20 Palantir Technologies Inc. Transforming instructions for collaborative updates
US10318630B1 (en) 2016-11-21 2019-06-11 Palantir Technologies Inc. Analysis of large bodies of textual data
US10044836B2 (en) 2016-12-19 2018-08-07 Palantir Technologies Inc. Conducting investigations under limited connectivity
US10460602B1 (en) 2016-12-28 2019-10-29 Palantir Technologies Inc. Interactive vehicle information mapping system
US10216811B1 (en) 2017-01-05 2019-02-26 Palantir Technologies Inc. Collaborating using different object models
US11074277B1 (en) 2017-05-01 2021-07-27 Palantir Technologies Inc. Secure resolution of canonical entities
US10956406B2 (en) 2017-06-12 2021-03-23 Palantir Technologies Inc. Propagated deletion of database records and derived data
US10942947B2 (en) 2017-07-17 2021-03-09 Palantir Technologies Inc. Systems and methods for determining relationships between datasets
US10403011B1 (en) 2017-07-18 2019-09-03 Palantir Technologies Inc. Passing system with an interactive user interface
US10956508B2 (en) 2017-11-10 2021-03-23 Palantir Technologies Inc. Systems and methods for creating and managing a data integration workspace containing automatically updated data models
US11061874B1 (en) 2017-12-14 2021-07-13 Palantir Technologies Inc. Systems and methods for resolving entity data across various data structures
US10853352B1 (en) 2017-12-21 2020-12-01 Palantir Technologies Inc. Structured data collection, presentation, validation and workflow management
GB201800595D0 (en) 2018-01-15 2018-02-28 Palantir Technologies Inc Management of software bugs in a data processing system
US11599369B1 (en) 2018-03-08 2023-03-07 Palantir Technologies Inc. Graphical user interface configuration system
US10698911B1 (en) * 2018-03-15 2020-06-30 Keysight Technologies, Inc. Method for ranking possible causes for anomalies in large data sets
US10754822B1 (en) 2018-04-18 2020-08-25 Palantir Technologies Inc. Systems and methods for ontology migration
US10885021B1 (en) 2018-05-02 2021-01-05 Palantir Technologies Inc. Interactive interpreter and graphical user interface
US11061542B1 (en) 2018-06-01 2021-07-13 Palantir Technologies Inc. Systems and methods for determining and displaying optimal associations of data items
US11119630B1 (en) 2018-06-19 2021-09-14 Palantir Technologies Inc. Artificial intelligence assisted evaluations and user interface for same
US11436359B2 (en) 2018-07-04 2022-09-06 Monday.com Ltd. System and method for managing permissions of users for a single data type column-oriented data structure
US11698890B2 (en) 2018-07-04 2023-07-11 Monday.com Ltd. System and method for generating a column-oriented data structure repository for columns of single data types
US11023653B2 (en) * 2018-10-17 2021-06-01 Kyocera Document Solutions Inc. Simplified formatting for variable data production with vertical resolution of dependencies
US20210149553A1 (en) 2019-11-18 2021-05-20 Monday.Com Digital processing systems and methods for real-time resource and capacity allocation in collaborative work systems
EP4062313A1 (en) 2019-11-18 2022-09-28 Monday.com Ltd. Collaborative networking systems, methods, and devices
US11829953B1 (en) 2020-05-01 2023-11-28 Monday.com Ltd. Digital processing systems and methods for managing sprints using linked electronic boards
IL297858A (en) 2020-05-01 2023-01-01 Monday Com Ltd Digital processing systems and methods for enhanced collaborative workflow and networking systems, methods, and devices
US11277361B2 (en) 2020-05-03 2022-03-15 Monday.com Ltd. Digital processing systems and methods for variable hang-time for social layer messages in collaborative work systems
US11928315B2 (en) 2021-01-14 2024-03-12 Monday.com Ltd. Digital processing systems and methods for tagging extraction engine for generating new documents in collaborative work systems
US11741071B1 (en) 2022-12-28 2023-08-29 Monday.com Ltd. Digital processing systems and methods for navigating and viewing displayed content
US11886683B1 (en) 2022-12-30 2024-01-30 Monday.com Ltd Digital processing systems and methods for presenting board graphics
US11893381B1 (en) 2023-02-21 2024-02-06 Monday.com Ltd Digital processing systems and methods for reducing file bundle sizes

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5204939A (en) * 1989-12-14 1993-04-20 Fujitsu Limited Rule base processing system and rule evaluation control method therein
US6349315B1 (en) * 1996-05-01 2002-02-19 Casio Computer Co., Ltd. Document output apparatus
US6460059B1 (en) * 1998-08-04 2002-10-01 International Business Machines Corporation Visual aid to simplify achieving correct cell interrelations in spreadsheets
US6851088B1 (en) * 1999-12-07 2005-02-01 International Business Machines Corporation Conditional highlighting of given cells in a dynamic HTML table
US20050063365A1 (en) * 2003-07-11 2005-03-24 Boban Mathew System and method for multi-tiered rule filtering
US20050132284A1 (en) * 2003-05-05 2005-06-16 Lloyd John J. System and method for defining specifications for outputting content in multiple formats

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0619549A1 (en) * 1993-04-01 1994-10-12 Gerhard Dipl.-Ing. Müller-Dorn Processing of valves in an active combined textual and graphical form
US5632009A (en) * 1993-09-17 1997-05-20 Xerox Corporation Method and system for producing a table image showing indirect data representations
JPH10187679A (en) 1996-12-26 1998-07-21 Casio Comput Co Ltd Table processor and storage medium
US6640234B1 (en) 1998-12-31 2003-10-28 Microsoft Corporation Extension of formulas and formatting in an electronic spreadsheet
IL161141A0 (en) 2001-10-02 2004-08-31 Citrix Systems Inc Methods for distributed program execution with file - type association in a client-server network
US20040044628A1 (en) 2002-08-27 2004-03-04 Microsoft Corporation Method and system for enforcing online identity consent polices

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5204939A (en) * 1989-12-14 1993-04-20 Fujitsu Limited Rule base processing system and rule evaluation control method therein
US6349315B1 (en) * 1996-05-01 2002-02-19 Casio Computer Co., Ltd. Document output apparatus
US6460059B1 (en) * 1998-08-04 2002-10-01 International Business Machines Corporation Visual aid to simplify achieving correct cell interrelations in spreadsheets
US6851088B1 (en) * 1999-12-07 2005-02-01 International Business Machines Corporation Conditional highlighting of given cells in a dynamic HTML table
US20050132284A1 (en) * 2003-05-05 2005-06-16 Lloyd John J. System and method for defining specifications for outputting content in multiple formats
US20050063365A1 (en) * 2003-07-11 2005-03-24 Boban Mathew System and method for multi-tiered rule filtering

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140310649A1 (en) * 2013-04-11 2014-10-16 Apple Inc. Pop-up menu interface
US9317182B2 (en) * 2013-04-11 2016-04-19 Apple Inc. Pop-up menu interface

Also Published As

Publication number Publication date
EP1984807A4 (en) 2012-06-27
KR101365865B1 (en) 2014-02-21
JP2009524174A (en) 2009-06-25
US8713422B2 (en) 2014-04-29
US20070174760A1 (en) 2007-07-26
WO2007087236A3 (en) 2007-11-01
US7634717B2 (en) 2009-12-15
CN101371218A (en) 2009-02-18
EP2738684A1 (en) 2014-06-04
JP4447650B2 (en) 2010-04-07
BRPI0706293A2 (en) 2011-03-22
BRPI0706293B1 (en) 2018-10-09
US20100122152A1 (en) 2010-05-13
KR20080089607A (en) 2008-10-07
MX2008008437A (en) 2008-09-23
EP1984807B1 (en) 2014-03-05
EP1984807A2 (en) 2008-10-29
WO2007087236A2 (en) 2007-08-02
RU2431181C2 (en) 2011-10-10
EP2738684B1 (en) 2017-11-29
RU2008130412A (en) 2010-01-27
CN101371218B (en) 2012-05-30

Similar Documents

Publication Publication Date Title
US20140237339A1 (en) For a given cell in a spreadsheet, evaluating an unlimited number of conditional formatting rules and applying multiple corresponding formats to the cell
EP1999632B1 (en) Dynamic thresholds for conditional formats
US7111238B1 (en) System and method for maintaining text formatting consistency within an electronic document
EP1634272B1 (en) Multi-layer graphical user interface
US5586242A (en) Font manager with selective access of installed fonts
CA2517481C (en) One click conditional formatting method and system for software programs
US20160321552A1 (en) Automatic recognition and insights of data
US20040205575A1 (en) Method and system for incorporating a value in a document
US20070226606A1 (en) Method of processing annotations using filter conditions to accentuate the visual representations of a subset of annotations
US8370344B2 (en) Information processing apparatus, information processing method, information processing program and recording medium for determining an order of displaying search items
US20080005689A1 (en) Apparatus and method for defining file object attribute perspectives
US6938219B2 (en) Method and system for displaying actions and historical content in an output view
CN116991934A (en) Data display method, system, device and storage medium

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034747/0417

Effective date: 20141014

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:039025/0454

Effective date: 20141014

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CHAMBERLAIN, BENJAMIN C.;JONES, BRUCE CORDELL;STREET, CHRISTOPHER M.;AND OTHERS;SIGNING DATES FROM 20060120 TO 20060123;REEL/FRAME:052348/0759

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION