Forum Discussion
MaherDaer
Feb 22, 2023Copper Contributor
Assistance needed with function to update expired travel dates in Excel.
Hi team I am in need of some assistance regarding a function in Excel. I am looking for a way to automatically update a travel date that has already expired in a cell to the next valid date bas...
MaherDaer
Feb 27, 2023Copper Contributor
Thanks for your reply, appreciate it, but the formula not working for me as you can see the attached picture
OliverScheurich
Feb 27, 2023Gold Contributor
=IF($C$3<TODAY(),SMALL(IF($E$3:$E$12>TODAY(),$E$3:$E$12),1),"")I assume the error is because you don't work with Office 365 or Excel 2021. An alternative could be above formula which works in my desktop Excel 2013 version. The formula has to be entered with ctrl+shift+enter if one doesn't work with Office 365 or Excel 2021.