Hello,
I have 2 existing SmartSheets:
- Sheet 1: A Master sheet with 2 columns:
- Sheet 2: Another Sheet where only the "Die Name" where "Is Die 1 New?" = "true" is captured.
I have tried the following formula under row 1 under "Unique Die Name" in the 2nd sheet: =INDEX(COLLECT({Die Name}, {Is Die 1 New?}, "true"), 1)
This seems to work fine with the 1st row entry on my 2nd sheet. The problem is, when I click and drag the formula onto the rows below the 1st row, it appears as if the formula does not change at all.
The goal: I would like sheet #2 to display, for each row in sheet #1 where "Is Die 1 new?" = true, the corresponding die name (A,B, and C).
I don't know why I am only getting "A" for all rows in the new sheet. It would make more sense if I saw a few errors rather than the same value repeating.
Any help would be much appreciated.