Hello all,
Here is my question. I have a query that calculates the average weight of an item. I would like to assign that weight to a predefined grade. Let’s say I have the following grading scale:
Grade Range
A 0-999
B 1000-99999
C 100000-999999
If the Average weight of Item X is 5000 lbs i want the Grade column to return a "B"
How can I do this?
-Thanks
Here is my question. I have a query that calculates the average weight of an item. I would like to assign that weight to a predefined grade. Let’s say I have the following grading scale:
Grade Range
A 0-999
B 1000-99999
C 100000-999999
If the Average weight of Item X is 5000 lbs i want the Grade column to return a "B"
How can I do this?
-Thanks
Comment