Hello there,
This is a formula, which I struggle with (the portion bolded):
=IF(AND([Project Number]@row > 1, {DAX Ambient Inventory Actual Install Date} < TODAY()), JOIN(COLLECT({DAX Ambient Inventory Install Location}, {DAX Ambient Inventory Project #}, [Project Number]@row)))
If project number is > 1 (or not blank) AND date is in the past, then JOIN/COLLECT. I know the JOIN/COLLECT portion is working with the 1st IF. But I struggle when I added the second IF (date in the past). Plus, how do I change project number 1 to NOT(ISBLANK)?
Thanks for helping me with both scenarios.
Best regards, Barbara