Forum Discussion
clh_1496
Dec 16, 2021Brass Contributor
formula that finds closest future date to today's date
Hi all, I'm looking for a formula that looks in a Table's column (Contract Due Date), and finds the closest future date to today's current date so I can set up a graph that automatically shows th...
- Dec 16, 2021
Let's say you enter the formula in K2.
=SMALL(IF(Table3[Contract Due Date (BaseLine)]>TODAY(),Table3[Contract Due Date (BaseLine)]),ROW(K2)ROW($K$2)+1)
Fill down.
HansVogelaar
Dec 16, 2021MVP
Let's say you enter the formula in K2.
=SMALL(IF(Table3[Contract Due Date (BaseLine)]>TODAY(),Table3[Contract Due Date (BaseLine)]),ROW(K2)ROW($K$2)+1)
Fill down.