I want to count each occurrence of an item in one column (Item Number) based on more than one variable to give the sequence of the item, 1, 2, 3, 4, 5, 6, etc. using table structure.
I use COUNTIF(INDEX([Item Number],1):[@[Item Number]],[@[Item Number]])
and have included a file with the formula...