I have a spreadsheet I'm trying to figure out. Below is my data:
A B C
Exception Date Units
short 3/3 2
over 3/3 3
short 3/3 4
short 3/3 1
over 3/3 5
What I want is in a seperate column to show how many units were short and over. I know I can use countif to find how many times short or over appears in the sheet. But I need the quantity in column C to correspond with that.
This is what i'm hoping for:
A B C D E
Exception Date Units total short total over
short 3/3 2 7 8
over 3/3 3
short 3/3 4
short 3/3 1
over 3/3 5
I also know I can sort and get this informatin but it will update constantly. So what i'm looking for is how many total units are short and over in the entire sheet.
Hope this makes since, let me know if you need more clarification and I'll try.
Thanks
A B C
Exception Date Units
short 3/3 2
over 3/3 3
short 3/3 4
short 3/3 1
over 3/3 5
What I want is in a seperate column to show how many units were short and over. I know I can use countif to find how many times short or over appears in the sheet. But I need the quantity in column C to correspond with that.
This is what i'm hoping for:
A B C D E
Exception Date Units total short total over
short 3/3 2 7 8
over 3/3 3
short 3/3 4
short 3/3 1
over 3/3 5
I also know I can sort and get this informatin but it will update constantly. So what i'm looking for is how many total units are short and over in the entire sheet.
Hope this makes since, let me know if you need more clarification and I'll try.
Thanks