divide column b by column a

4

4idy

Column A contains various differnet values, each refering to the quantity of
a particular type of product in my database.

Column B contains the sum price for the quantity of products based on the
price of 1 of that type of product.

e.g. Column A: 4, Column B: 20, so there are 4 of this type of product at £5
each = 20.

I need to know how I can get excel to show me the price for a single product
for all of the rows in my database.
 
G

Glenn

4idy said:
Column A contains various differnet values, each refering to the quantity of
a particular type of product in my database.

Column B contains the sum price for the quantity of products based on the
price of 1 of that type of product.

e.g. Column A: 4, Column B: 20, so there are 4 of this type of product at £5
each = 20.

I need to know how I can get excel to show me the price for a single product
for all of the rows in my database.

Assuming you have headers in row 1, put the following in C2 and copy down as needed:

=B2/A2
 
G

Glenn

4idy said:
Column A contains various differnet values, each refering to the quantity of
a particular type of product in my database.

Column B contains the sum price for the quantity of products based on the
price of 1 of that type of product.

e.g. Column A: 4, Column B: 20, so there are 4 of this type of product at £5
each = 20.

I need to know how I can get excel to show me the price for a single product
for all of the rows in my database.

Assuming you have headers in row 1, put the following in C2 and copy down as needed:

=B2/A2
 

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

Top