Identifying Multiples

z168

Board Regular
Joined
Nov 4, 2009
Messages
165
I have this scenario...

8a551a6d.jpg



I need to know how to flag when:

ID# visit date are same day or a day apart + Store Loc are different + Case are different

I may be asking too much from vlookups at this point :confused:

Thank in advance!:pray:
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
I have this scenario...

8a551a6d.jpg



I need to know how to flag when:

ID# visit date are same day or a day apart + Store Loc are different + Case are different

I may be asking too much from vlookups at this point :confused:

Thank in advance!:pray:

In the last column use this

assuming that your data starts from CELL A1

=IF(countif(A$1:A1,A1)>1,"Flag!","")
 
Upvote 0
Thank for the reply EarthWorm. and sorry for the late response. I was out of town for a week for some R&R

anyway, with the formula you gave, it only accounts for the repeats of the customer ID#. I need to be able to flag ONLY if:
1) ID#s are same
2) Dates are same
3) Stores are different

:confused:
 
Upvote 0
Thank for the reply EarthWorm. and sorry for the late response. I was out of town for a week for some R&R

anyway, with the formula you gave, it only accounts for the repeats of the customer ID#. I need to be able to flag ONLY if:
1) ID#s are same
2) Dates are same
3) Stores are different

:confused:
Hmmm...

You're requirements are different from the initial post:

I need to know how to flag when:

ID# visit date are same day or a day apart + Store Loc are different + Case are different
Can you come up with definitive requirements?
 
Upvote 0

Forum statistics

Threads
1,224,603
Messages
6,179,855
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top