Hello,
I have a table of Visit information for various customers.
I need to identify what we consider as our customer, which means that if the customer visited our store (Store1)
In the Table below I need to get the column OurCustomer
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer ID[/TD]
[TD]Store[/TD]
[TD]Visit Date[/TD]
[TD]Store1[/TD]
[TD]OurCustomer[/TD]
[/TR]
[TR]
[TD]Jon1[/TD]
[TD]Store1[/TD]
[TD]4/1/2018[/TD]
[TD]Y[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]Jon1[/TD]
[TD]Store2[/TD]
[TD]3/26/2018[/TD]
[TD]N[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]Jon1[/TD]
[TD]Store2[/TD]
[TD]11/20/2017[/TD]
[TD]N[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]Doe1[/TD]
[TD]Store2[/TD]
[TD]3/15/2018[/TD]
[TD]N[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]Doe1[/TD]
[TD]Store2[/TD]
[TD]2/10/2017[/TD]
[TD]N[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]Jane1[/TD]
[TD]Store1[/TD]
[TD]2/10/2018[/TD]
[TD]Y[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]Jane1[/TD]
[TD]Store1[/TD]
[TD]3/20/2015[/TD]
[TD]Y[/TD]
[TD]Y[/TD]
[/TR]
</tbody>[/TABLE]
Please help how I can achieve the above result.
I am a newbie in excel and working with excel 2010.
Thank you
I have a table of Visit information for various customers.
I need to identify what we consider as our customer, which means that if the customer visited our store (Store1)
In the Table below I need to get the column OurCustomer
[TABLE="width: 500"]
<tbody>[TR]
[TD]Customer ID[/TD]
[TD]Store[/TD]
[TD]Visit Date[/TD]
[TD]Store1[/TD]
[TD]OurCustomer[/TD]
[/TR]
[TR]
[TD]Jon1[/TD]
[TD]Store1[/TD]
[TD]4/1/2018[/TD]
[TD]Y[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]Jon1[/TD]
[TD]Store2[/TD]
[TD]3/26/2018[/TD]
[TD]N[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]Jon1[/TD]
[TD]Store2[/TD]
[TD]11/20/2017[/TD]
[TD]N[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]Doe1[/TD]
[TD]Store2[/TD]
[TD]3/15/2018[/TD]
[TD]N[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]Doe1[/TD]
[TD]Store2[/TD]
[TD]2/10/2017[/TD]
[TD]N[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]Jane1[/TD]
[TD]Store1[/TD]
[TD]2/10/2018[/TD]
[TD]Y[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]Jane1[/TD]
[TD]Store1[/TD]
[TD]3/20/2015[/TD]
[TD]Y[/TD]
[TD]Y[/TD]
[/TR]
</tbody>[/TABLE]
Please help how I can achieve the above result.
I am a newbie in excel and working with excel 2010.
Thank you