tourless
Board Regular
- Joined
- Feb 8, 2007
- Messages
- 144
- Office Version
- 365
- Platform
- Windows
Hi Folks,
Been a while... Anyway I'm looking at a simple list of all active customers and all their invoices. I've got three columns; Name, Invoice Date, and Invoice Amount. I'm looking for a way to say 'if the customer has invoices prior to 2019 then ignore them and move on to the next customer. Basically creating a list of new customers for 2019.
In a previous version I used an additional column which was a contract start date but that isn't always accurate so I had to scrap it. I've thought about concat'ing a helper column with customer name and 0 for dates prior then 2019 or 1 for dates. Or starting with just a list of customers then looping through that and saying with customer name, if customer has invoice date that does not start with 2019 then move on to the next customer.
I need some help wrapping my head around the logic for this and I'm open to all suggestions.
Thanks all!
Been a while... Anyway I'm looking at a simple list of all active customers and all their invoices. I've got three columns; Name, Invoice Date, and Invoice Amount. I'm looking for a way to say 'if the customer has invoices prior to 2019 then ignore them and move on to the next customer. Basically creating a list of new customers for 2019.
In a previous version I used an additional column which was a contract start date but that isn't always accurate so I had to scrap it. I've thought about concat'ing a helper column with customer name and 0 for dates prior then 2019 or 1 for dates. Or starting with just a list of customers then looping through that and saying with customer name, if customer has invoice date that does not start with 2019 then move on to the next customer.
I need some help wrapping my head around the logic for this and I'm open to all suggestions.
Thanks all!