Im trying to collect and Join names of vendors where the delivery date is greater than or equal to one cell and less than or equal to another cell. i just cant seem to get the syntax right. Below is my current formula. Am i using the AND formula incorrectly?
=JOIN(COLLECT({Glass Orders Range 1}, {Glass Orders Range 2}, AND(>=[Date in Final]22, <=[Date in Final]25)))