NerakSeven
New Member
- Joined
- Jan 6, 2019
- Messages
- 14
Check in Sheet 1 the sum of the field “Long” is equal “Long” in Sheet 2 for the same “code” where “Ap” is “0”. If this is not correct put in sheet 2 in column “Sum” the value “Not correct”.
Sheet 1
<tbody>
</tbody>
Sheet 2
<tbody>
</tbody>
Sheet 1
Code | Long | Ap |
15-15 | 100 | 0 |
16-16 | 50 | 1 |
15-15 | 100 | 0 |
14-14 | 50 | 0 |
14-14 | 50 | 0 |
16-16 | 5 | 1 |
<tbody>
</tbody>
Sheet 2
Code | Long | Sum |
15-15 | 2350 | Not correct |
14-14 | 100 | |
16-16 | 87 | |
<tbody>
</tbody>