Combining the first 3 columns in a 5-columns dataset. If there is the same value (Combined) in different rows than the value I have combined, I want them to count and give the relevant 3 column information.
I want it to warn messagebox: EXAMPLE 1003889 -50,000.00 4 count same...
Column1 | Column2 | Column3 |
EXAMPLE0 | 1003338 | -2,386,230.68 |
EXAMPLE2 | 2007246 | -75,659.00 |
EXAMPLE1 | 1003889 | -50,000.00 |
EXAMPLE1 | 1003889 | -50,000.00 |
EXAMPLE1 | 1003889 | -50,000.00 |
EXAMPLE1 | 1003889 | -50,000.00 |