Forum Discussion
Anonymous
5 years agoNot applicable
Date
I have two columns - quantity and date i want to find the date when max quantity was sold?
- 5 years ago
Hi Anonymous ,
Or do like this.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
5 years agoAnonymous , Try this
lastnonblankvalue(Table[Qty],max(Table[date]))