Good afternoon,
Given these populated columns: Invoice Number, Invoice Item $ amount, Invoice item counter (increments the number of items on an invoice until the invoice number changes; at which point it resets to 1), I need to populate the columns titled Invoice Total $ Amount and Invoice Total # of items, I can't have these as a subtotal I need to have these values next to each individual record. In other words, both the Invoice Total $ Amount and Invoice Total # of Items will have the same values until the data in the Invoice Number column changes.
I am fairly certain that I cannot use a formula for this as there is no stable pattern associated with the change in Invoice Number so I must write a loop. Please help me write a loop for this.
Thanks for reading and for your assistance, have a wonderful day!
Bookmarks