Helloitsme
New Member
- Joined
- Feb 19, 2021
- Messages
- 34
- Office Version
- 365
- Platform
- Windows
Hello all, unfortunately I can't get XL2BB program to work, so I'll try to describe my issue. It is likely an easy fix but I just can't seem to wrap my head around it.
Basically, I'm looking at the "Unique?" column. In this column I have used the following function:
=IF(COUNTIF(B:B;E2)>1;"";"X")
I want the column to fill in an X, when it detects a unique value that is not present in the left table. However, the "Fiber DSL" value is clearly visible in the left table, and I don't understand why an X is returned for this one.
Any help is greatly appreciated!
Line | Value | Line | Value | Unique? | |
FIBER DSL | 029860000 | COAX I/E-KUNDE | 028020000 | X | |
TASTET AF: | 076604000 | FIBER DSL | 029860000 | X | |
M104895 | 076604000 | TASTET AF: | 076604000 |
Basically, I'm looking at the "Unique?" column. In this column I have used the following function:
=IF(COUNTIF(B:B;E2)>1;"";"X")
I want the column to fill in an X, when it detects a unique value that is not present in the left table. However, the "Fiber DSL" value is clearly visible in the left table, and I don't understand why an X is returned for this one.
Any help is greatly appreciated!