I have two rows of data
Row B = price of product
Row C = quantity of producst
I need to get the summary price:
(B1xC1)+(B2xC2)+(B3xC3)+..+(Bn+Cn)
I don't know n (quantity of columns) because n is changing from time to time (from 50-1000). And I don't want to specify all n in formula.
Is it possible to write a summation formula for any n?
