I'm a relatively new Smartsheet user and am struggling with some of the formulas. I want to do a VLOOKUP to pull data from one sheet to another but I am only getting the value from the first row.
On Sheet 1 - I want to return the value in the "Production" field, where the "Live Date Within 60 Days" value = "Yes" from Sheet 2.
I can only get the "Production" value (93) from the first row to return, for every row.
Sheet 1: =VLOOKUP("Yes", {Prod Defects}, 2, false)
Note that {Prod Defects} is my sheet reference range from Sheet 2.
Sheet 1:
Sheet 2: