hello forum,
i would need your help with the folowwing issue:
i have list of vendors with the folowing format:
col A - list of vendor code
col K - the corespondign amnt
there can be multiples lines with the same vendor code in list A.
what i would like to do is the folowing:
to extract from the whole list the list of unique vendors code that meet the folowing criterias:
1) the vendor code appears in the list more than 1 time
2) the amnts in the col K have to have both pozitive and negative amnts for the same vendor code [ in other words the extracted list of vendors code should exclude those vendors code for which there are either only pozitive or either only negative amnts
for ex:
COL A col K
1 -100
1 -100
2 2453
3 100
3 200
4 -100
4 45
5 -98
6 -1776
6 45
6 67
for this case the result shoul be displayed in col N as such:
vendor code:
4
6
thank you in advance
i would need your help with the folowwing issue:
i have list of vendors with the folowing format:
col A - list of vendor code
col K - the corespondign amnt
there can be multiples lines with the same vendor code in list A.
what i would like to do is the folowing:
to extract from the whole list the list of unique vendors code that meet the folowing criterias:
1) the vendor code appears in the list more than 1 time
2) the amnts in the col K have to have both pozitive and negative amnts for the same vendor code [ in other words the extracted list of vendors code should exclude those vendors code for which there are either only pozitive or either only negative amnts
for ex:
COL A col K
1 -100
1 -100
2 2453
3 100
3 200
4 -100
4 45
5 -98
6 -1776
6 45
6 67
for this case the result shoul be displayed in col N as such:
vendor code:
4
6
thank you in advance