Could someone please help me with this formula.
I need incremental count based on quantity.
Thx
Ray..
I Have the following
item qty
test1item001 4
test2item001 2
test3item001 1
But I want below.. Im not to pushed about the quantity field but I need to print the items.
item qty
test1item001 1
test1item002 1
test1item003 1
test1item004 1
test2item001 1
test2item002 1
test3item001 1
Bookmarks