J
JimS
I tried the following forumla (and many, many others) but it obviously
doesn't work.
=averageif(c15:c2500=b2,x15:x2500="e",n15:n2500)
I type a name into B2 that corresponds with some of the names in
Column C. When those names match an "e" in column X I then want to
average the corresponding values in column N.
An example:
b2 = zz
c15 = zz x15= e n15 = $10.00
c16 = zz x16= e n16 = $20.00
c17 = zz x17= p n17 = $30.00
c18 =aa x18 =e n18 = $ 5.00
Since x17 = p and doesn't meet the criteria, and because c18=aa and
also fails the criteria, I would then average the values in column N,
rows 15 and 16 getting $15 for an answer.
doesn't work.
=averageif(c15:c2500=b2,x15:x2500="e",n15:n2500)
I type a name into B2 that corresponds with some of the names in
Column C. When those names match an "e" in column X I then want to
average the corresponding values in column N.
An example:
b2 = zz
c15 = zz x15= e n15 = $10.00
c16 = zz x16= e n16 = $20.00
c17 = zz x17= p n17 = $30.00
c18 =aa x18 =e n18 = $ 5.00
Since x17 = p and doesn't meet the criteria, and because c18=aa and
also fails the criteria, I would then average the values in column N,
rows 15 and 16 getting $15 for an answer.