Is it possible to convert a cell formula to a column formula if it references a different sheet?
Here is the formula in question:
=VLOOKUP([Project Name]@row, {AM Master Info List Range 2}, 5, false)
Where [Project Name] is a column in the current sheet, and {AM Master Info List Range 2} is a range from a different sheet. I am currently unable to convert this formula to a column formula and was wondering why?