'Average' Function on 1500 lines

L

Logan

I'm creating a price list and need to have an average price list out of
6 prices on the end end of each line for about 1500 lines.
Individually doing this would take a long time, any tips?
 
D

Domenic

Assuming Columns A through F contain your prices, try...

G1, copied down:

=AVERAGE(A1:F1)

Hope this helps!
 
G

gls858

Logan said:
I'm creating a price list and need to have an average price list out of
6 prices on the end end of each line for about 1500 lines.
Individually doing this would take a long time, any tips?
If your pricing is in col A to F in col G
put =Average(A1:F1) and copy it down col G
by grabbing the lower right hand corner.

gls858
 

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


Top