chrisaroundtown
Technical User
I am trying to find the minimum values for a single record across a number of fields.
For example, lets say I have the following data:
Name Test1 Test2 Test3 LowScore
Adam 30 20 25
Fred 45 15 35
Julie 40 25 30
I can use a Totals query to show the minimum score for Test1, Test2 or Test3. What I need to do is show Adam's lowest score or Fred's lowest score regardless of which Test it was in for the LowScore field.
It sounds like a simple MIN formula but I can't get it to work. I want to be able to say MIN(Test1,Test2,Test3) but it is just not happening for me.
Any ideas?
Thanks
Chris
For example, lets say I have the following data:
Name Test1 Test2 Test3 LowScore
Adam 30 20 25
Fred 45 15 35
Julie 40 25 30
I can use a Totals query to show the minimum score for Test1, Test2 or Test3. What I need to do is show Adam's lowest score or Fred's lowest score regardless of which Test it was in for the LowScore field.
It sounds like a simple MIN formula but I can't get it to work. I want to be able to say MIN(Test1,Test2,Test3) but it is just not happening for me.
Any ideas?
Thanks
Chris