Divide One Amount for Duplicates

G

Guest

I have an average of 3,000 rows with duplicated invoices. My excel sheets
reflects in each row the sold out inventory items for each invoice. Column A
reflects the invoice number; column B the inventory items; Column C the
quantities sold for each inventroy item and Column D the total shipping
amount for the invoice.

The total shipment amount is always reflected in each sold out inventory
item. What is the formula to distribute the total shipment for an invoice to
all the inventory item quantities for a particular invoice?

I badly need HELP!!!!!
 
R

RagDyer

Don't know if I understand exactly what you're looking for.

Do you want the total dollar amount of each invoice to be duplicated along
side *every* item that was on that particular invoice?

Do I assume that Column D is the total amount for that particular item, for
that particular invoice?

If so, try this in E2, and copy down as needed:

=SUMIF($A$2:$A$3000,A2,$D$2:$D$3000)

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

template creates invoice - how to create summary worksheet? 13
tracking inventory 5
Formula Question 1
multiply negative 2
SUBTOTAL QUERY 5
HELP!!! 1
Formula Help 3
SUMIF or SUMPRODUCT or ?? 2

Top