📚 Practice Mode

Excel Functions and VBA Programming

Learn at your own pace with hints and detailed explanations

1 / 19
Multiple Choice

Find the function that returns the difference between two dates in terms of month.

  1. dateadd(mon,'01/01/2010',getdate())
  2. datediff(mon,'01/01/2010',getdate())
  3. datesub(mm,'01/01/2010',getdate())
  4. datediff(mm,'01/01/2010',getdate())