Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have to calculate the first, second and third classified of a race based on times. Which function can I use?
Best regards,
francesco
Hi,
Can you share a sample?
I want to know who are the first, second and third who have the lowest time,I don't know what you need more?
I have the fields name, event(race) and time of every athlete
Try using firstsortedvalue().
Firstsortedvalue(name, time) - first (took least time)
Firstsortedvalue(name, time, 2) - second
...
sorry, i solved with fisrtsortedvalue
thx, I had already found this function 2 minutes before I read you