I am hoping to pull in a specific value from a list that corresponds to the value entered in the cell next to it. For the below example, if the "store" = 0323, then pull in the "group" # from the "group data" # that is next to that "store data" # in a list (i.e. 290).
Using the formula =IF(Store@row = [Store Data]@row, [Group Data]@row, " "), will pull in the "group data" # into the "group" cell if it's on the same line, but it's not referencing a list so it wont grab the correct "group" # if its on a different line.
I was able to find a formula for excel (shown below- user enters "store #" and sheet populates the correct "Group") but just haven't been able to find the right one for Smartsheet yet.
I am also in favor of using a reference sheet if that would simplify setting this up.
Any help would be much appreciated!!