I'm trying to figure out how to combine these two functions
=IF(I2>30,"YES","NO")
=DATEDIF(H2,NOW(),"YD")

Basically, I want to know if 30 days has past since the date entered. If it has past to output a Yes, if not, a No. Thanks in advance!