I have one table for shipping (Production Priorities) :
And another table for Project Revenue Recognition (Revenue Recognition Forecast):
I would like to write a formula to auto-populate the max ship date for each project.
=MAX(COLLECT({Production Priorities Range 1}:{Production Priorities Range 1}, {Production Priorities Range 2}, [HELPER COLUMN - Project Number and Suffix]1)
Production Priorities Range 1 = Ship Date
Production Priorities Range 2 = HELPER COLUMN - Project Number and Suffix
The formula keeps coming up as #UNPARSEABLE
Help!