List upcoming birthdays
To list the next n upcoming birthdays from a larger table of names and birthdays, you can use a formula based on the INDEX, XMATCH, and SORTBY functions, with help from TODAY, TEXT, SEQUENCE, and LET. In the example shown, the formula in E5 is: =LET( …Read more