I'm trying to create a formula that counts the open orders based on the date the order was created. The thing complicating the formula is that it's for a metrics dashboard, so I need it to count the orders that are between 1-3 months old, 3-6 months old, 6-9 months old, 9-12 months old and over a year. I'm at a complete loss as to where to even start with the formula unfortunately. I know that it'll need to use the COUNTIFS function, as well as the TODAY function, but I'm not sure if I'll need a helper column to make it work. Any help to get this started would be appreciated.