Hi,
I am having trouble grouping by a certain criteria.
This is my table in a simpler format:
Description | Amount
Hot 3
Cold 4
Freeze 2
Warm 1
Now, I want to group by description, but specifying which categories I want used. ie.
Group by (hot and warm and cold)
so that they say total : 8..
Is this simple to do, I've looked for help on this matter but no place has been clear about this.
tia ~ vise
I am having trouble grouping by a certain criteria.
This is my table in a simpler format:
Description | Amount
Hot 3
Cold 4
Freeze 2
Warm 1
Now, I want to group by description, but specifying which categories I want used. ie.
Group by (hot and warm and cold)
so that they say total : 8..
Is this simple to do, I've looked for help on this matter but no place has been clear about this.
tia ~ vise