I could really use some help. I am trying to use a VLOOKUP formula with an auto numbering column. I tried with and without a trim function but stil having issues.
Receives an #unparseable error - =IFERROR(VLOOKUP(TRIM([Event_ID]@row), {Onsite Feedback Form Range 3}, 4, false), "")
Doesn't return any information - =IFERROR(VLOOKUP([Event_ID]@row, {Onsite Feedback Form Range 4}, 4, false), "")
Help??