Hello,
I'm currently having issues with my VLOOKUP auto-populate formula, which is spread across multiple sheets.
(1) Formula works in another sheet;
(2) As shown below, I didn't receive an error message. However, it isn't pulling the information at all and instead inputs "-" or blank in each field.
Formula Used:
=IFERROR(VLOOKUP([Task Name]3, {Project Intake Sheet Range 3}, 7, false), "-")
Context:
Screenshot of sheet where formula lives. As you can see it isn't pulling the data from the other sheet and automatically inserts "-" or blank in fields.
Screenshot of sheet where data is being pulled from.