How to get the max value in a column based from distinct values in another column
Hi mates. Can you please help me to get the max value in a column based from distinct values in another column?
For example is like this
How to find the max value of "Car" based on the left table?
Please kindly help me, this is urgent.
Tags:
Best Answer
-
Try a MAX/COLLECT
=MAX(COLLECT(Number:Number, Vehicles:Vehicles, "Car"))
Answers
-
Try a MAX/COLLECT
=MAX(COLLECT(Number:Number, Vehicles:Vehicles, "Car"))
-
Can you please help me again to get the distinct list name of the vehicle? I really appreciate your help Paul!!!
-
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!