Hi folks. Let's say I have a sheet with the following data:
Then I make a second sheet that links to the first, looking for matches of both the Name and Date. What I want, in this second sheet, is to eventually show that on 12/25, Matt is Eating a Sandwich (first row of new sheet) and Using the Toilet (second row of new sheet). Since there's no time data, it's up to your imagination which order this occurs in.
I know (more or less) how to use Index/Collect to find these two values. But I'm struggling with how to pull them, individually, into separate rows. I don't want a single aggregate row of "Ate a Sandwich, Used the Toilet".
In Filemaker, there's a function (approximately) called GET NTH that allows you to pull specific related values by number (If GET NTH = 1, "Ate a Sandwich", else if GET NTH = 2, "Used the Toilet"). But I'm stalled and can't figure out how to do this same thing in Smartsheets. Help! Help help help!