Random date generator

I would like to generate a random date in the next X months (say 3). How would I go about that?

I use Omnifocus and want to set a random future defer date. It takes day inputs so in other words I could put any interger from 1-90 (to use my 3 month example). Would not need to be date format and maybe this would be easier.

Thanks!

You can use the RAND(n) function to return a random number.

Perhaps something like:

Insert Text by Typing %Calculate%30+RAND(60)%

1 Like

Works, you rock Peter, thanks!