I can not figure out why this is not working for me. I get the previous & future but anything for today comes up as Future.
IF({Meeting Date Calc}=Today(), “Today”,
IF({Meeting Date Calc}>Today(), “Future”,
IF({Meeting Date Calc}<Today(), “Previous”)...