Between function in a formula.

Between function in a formula.

Hopefully a quick one for the gurus… I have two relative date Objects ([first day of last month] and [last day of last month])

I would like to use these in a formula… such as =[something] where (([date]>=[first day of last month]) and ([date]<=[last day of last month]))

What is the correct syntax for this?

Thanks in advance for any help…


jaanse (BOB member since 2011-01-24)

Hi,

Try this,

=[Something] Where ([Date] Between ([First Day of Last Month];[Last Day of Last Month]))

M H Mohammed :us: (BOB member since 2010-06-16)

Perfect, thank!

Seems obvious when you know how! :crazy_face:


jaanse (BOB member since 2011-01-24)