I have 2 data sheets, both entering the same data and same formula for the summary field:
=VLOOKUP("GL Golive", [Task Name]:[Start Date], 11, 0)
I am trying to get a matched start date for the row contains task name "GL Golive". However, one sheet works perfectly, the other sheet shows invalid operation. Both of the summary fields are set as Date Field.
How is it even possible for the exactly same formula work in one sheet but didn't work in the second sheet which is a copy of the first sheet?