RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
Can excel use the datedif function to calculate MINUTES? I know that Access
can, but I want to use it in Excel.
I know this is .worksheet.functions but it may be worth pointing out
that the VBA function DateDiff may be used to calculate minutes e.g.
this in the VBE Immediate Window:
? DateDiff("n", Now - 1, Now)
1440
Presumably this is what the OP means by 'I know that Access can' i.e.
MS Access uses the same VBA library as Excel and the VBA5 functions
(as distinct from methods) may be used in Jet queries.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.