Hi there,
I am half way to solving my issue but just can't get the formula correct. Here's what I am trying to accomplish using these three fields to assign a 1 or 0 to the new field.
- If [customer] is equal to the [customer] in the next row but the [FindNearestRank] and [DistanceMiles] is not equal then 1 else 0.
- If [customer] is equal to the [customer] in the next row and the [FindNearestRank] and [DistanceMiles] is equal then 1 else 0.
Basically, I am trying to group the same [customer] if they are also grouped by [FindNearestRank] and [DistanceMiles] assign 1. If they are in the same grouping, then I only want to count them once.
In the example, I have included a column for my [Desired New Field].
Thanks in advance for you assistance.
Jessica