Skip to content

Compare Items #6

@navferty

Description

@navferty

User selects two ranges one by one.

Then new workbook is created, and active sheet contains three ranges:

  • values from first range, not present in second
  • values that are present in both ranges
  • values from first range, not present in second

Comparison by entire row in selection. Both ranges must be of equal width (number of columns selected).

Example 1:

First selection:

1 a
B b
3 z
4 d

Second selection:

B b
3 c
4 d
5 a
6 a

Result:

1 a   B b   3 c
3 z   4 d   5 a
6 a

Example 2:

First selection:

1 a
B b

Second selection:

1
b

Result:

Error message

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions