Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need an expression to find the largest date in 6 different date fields.
Any ideas?
This should work:
=rangemax(max(D1), max(D2), max(D3), max(D4), max(D5), max(D6))
This should work:
=rangemax(max(D1), max(D2), max(D3), max(D4), max(D5), max(D6))