Data Shuttle when they are more than one line for the Unique ID

Annaleah Morrow
Annaleah Morrow ✭✭✭✭✭
edited 01/08/25 in Add Ons and Integrations

I have a source file with a mess of data. I pretty much have it cleaned up so that for each of my phase dates I have a raw data file that I can export and attach into my clean sheet. The problem is that once it hits the first row with the matching opportunity ID# (unique field) it stops matching. I need it to go to the next one. I'm fine if it only gives me the first instance in each column, but out of the 10 options it only gave me the first two columns (first instance). Ideas on what I can do within Data Shuttle? Mesh is not an option at this time.

Below is the source file. I would be totally happy if it took the first occurrence for Plan Begin/End, A/C Begin, End, etc. It brought in Plan Begin/End only.

Tags:

Best Answer

  • Annaleah Morrow
    Annaleah Morrow ✭✭✭✭✭
    Answer ✓

    I figured out how to get the target sheet to pull up the values to be across the whole row with this value in Plan Phase Start:

    =IF(CONTAINS("Plan", Phase@row), [Start Date]@row, INDEX([Start Date]:[Start Date], MATCH([OPP #]@row, COLLECT([OPP #]:[OPP #], Phase:Phase, CONTAINS("Plan", @cell)), 0)))

Answers