C
cs
Hi,
Given a grocery store price list (=A1:B7):
ITEM: PRICE:
Apple $0.33
Honey $2.25
Bread $1.13
Eggs $1.35
Steak $2.25
Syrup $1.30
and my shopping list (=A11:B13):
ITEM: QUANTITY:
Steak 2
Eggs 3
.... I'm trying to calculate the bill ($8.55) in a
single cell using an {=array function}. I can't
get {sumproduct} to work due to the different
number of rows in the two lists. Any ideas?
Thanks in advance!
-Carl
Given a grocery store price list (=A1:B7):
ITEM: PRICE:
Apple $0.33
Honey $2.25
Bread $1.13
Eggs $1.35
Steak $2.25
Syrup $1.30
and my shopping list (=A11:B13):
ITEM: QUANTITY:
Steak 2
Eggs 3
.... I'm trying to calculate the bill ($8.55) in a
single cell using an {=array function}. I can't
get {sumproduct} to work due to the different
number of rows in the two lists. Any ideas?
Thanks in advance!
-Carl