A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Wow, did some trouleshooting: I tested several IF statements and it seemed the problem is the IF statement only recognised calculations with integers. I therefore altered the formula to use the INT() function to convert the calculation to integers before executing the condition.
=INT(DATEDIF(Today,ExpiryDate,"D"))
Thank you for your assistance.