Forum Discussion

lucaricci90's avatar
lucaricci90
New Member
4 years ago
Solved

Return minimum value for each row

Hello,

 

I have two tables, joined by case number

 

1st table

case numberresponse time
a10
a15
a20
b5
b8

 

2nd table

case numberresponse time
asmallest value of first table
bsmallest value of first table

 

I have tried using the MIN function but it returns the min value of the 1st table regardless the case number. Instead I need it for each case number.

 

Do you know how to do this?

 

Thank you!!

1 Reply