sportdlockport
Technical User
I'm trying to perform a calculation for specific criteria within a defined group of data.
Example:
Field1 is the data for gouping.
If 78480 and 78478 in Field2 has the same value in Field1, then enter "Bundled" in Field3 on the same record line as 78480 from Field2. If 78480 and 78478 in Field2 does not have the same value in Field1, then enter "Separate" in Field3 on the same record line as 78480 from Field2.
Expected Results
Field1 Field2 Field3
1580 78480 Bundled
1580 78478
1580 93015
1580 78465
1582 78480 Separate
1583 78478
1583 80061
1584 78478
Example:
Field1 is the data for gouping.
If 78480 and 78478 in Field2 has the same value in Field1, then enter "Bundled" in Field3 on the same record line as 78480 from Field2. If 78480 and 78478 in Field2 does not have the same value in Field1, then enter "Separate" in Field3 on the same record line as 78480 from Field2.
Expected Results
Field1 Field2 Field3
1580 78480 Bundled
1580 78478
1580 93015
1580 78465
1582 78480 Separate
1583 78478
1583 80061
1584 78478