Due to the 500k cell limitation, I have to break my source data up into multiple files. I am attempting to write a formula that looks for the MIN date across date columns in two files when the row includes the customer name. This is what I have and it isn't working. Would love some help.
=MIN(COLLECT({sheet1-date}, {sheet1-customer}, Label1, {sheet2-date}, {sheet2-customer}, "customer name"))
Also, when I read the help document on COLLECT, it says all criteria must be met in order for SS to successfully collect the data. What would I do if the customer only appears in 1 of the 2 sheets? I am trying to set up a template and would like it to work if the customer is in one or both sheets?
Thanks in advance.