Hey there,
As the title states, i am trying to return True or False value to a cell if a 'Location' holds more than one 'Stock Code'. I have worked out a long way around by getting 2 other cells to return "1's" and "0's" and a third cell that determines the True or False however, i do not always get the correct result.
It would be good if i could only have one formula in one cell that determines what i am after. Example below.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]LINE[/TD]
[TD]Stock Code[/TD]
[TD]Location[/TD]
[TD]Does location hold more than 1 Stock Code (that is not the same stock Code)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]PN001[/TD]
[TD]AB10[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]PN020[/TD]
[TD]AB10[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]PN002[/TD]
[TD]AB11[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]PN003[/TD]
[TD]AB12[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]PN004[/TD]
[TD]AB13[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]PN030[/TD]
[TD]AB13[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]PN005[/TD]
[TD]AB14[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]PN005[/TD]
[TD]AB14[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks In advance.
As the title states, i am trying to return True or False value to a cell if a 'Location' holds more than one 'Stock Code'. I have worked out a long way around by getting 2 other cells to return "1's" and "0's" and a third cell that determines the True or False however, i do not always get the correct result.
It would be good if i could only have one formula in one cell that determines what i am after. Example below.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]LINE[/TD]
[TD]Stock Code[/TD]
[TD]Location[/TD]
[TD]Does location hold more than 1 Stock Code (that is not the same stock Code)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]PN001[/TD]
[TD]AB10[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]PN020[/TD]
[TD]AB10[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]PN002[/TD]
[TD]AB11[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]PN003[/TD]
[TD]AB12[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]PN004[/TD]
[TD]AB13[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]PN030[/TD]
[TD]AB13[/TD]
[TD]TRUE[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]PN005[/TD]
[TD]AB14[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]PN005[/TD]
[TD]AB14[/TD]
[TD]FALSE[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks In advance.