Forum Discussion
Anonymous
3 years agoNot applicable
Add date and time columns together without creating a calculated column or using power query
In my hypothetical, I need to find the number of drafts for each of the below articles. You will notice that some books had multiple drafts e-mailed on the same day, so it's necessary to use both th...
vicky_
Super User
3 years agoYou can use MAX(Most Recently Emailed Draft's Date, Most Recently Emailed Draft's Time), or MAXX() if you've got multiple rows you need to look at.
Anonymous
3 years agoNot applicable
Hmm, when I try to put two columns in one MAX() function I get a warning red line.