I can't seem to get this formula to work. Can anyone see what it is i'm doing wrong?
The formula is:
=SUMIFS(TablePrice[NewPrice],H6,TablePrice[Tier],H7,TablePrice[Term],H5,TablePrice[PublicationID])
The file is attached. I appreciate the help.
I can't seem to get this formula to work. Can anyone see what it is i'm doing wrong?
The formula is:
=SUMIFS(TablePrice[NewPrice],H6,TablePrice[Tier],H7,TablePrice[Term],H5,TablePrice[PublicationID])
The file is attached. I appreciate the help.
You have the order of the parameters wrong
Sumifs(sumrange, criteria range 1, criterion 1, criteria range 2, criterion 2, ....)
=SUMIFS(TablePrice[NewPrice],TablePrice[Tier],H6,TablePrice[Term],H7,TablePrice[PublicationID],H5)
syntax looks wrong in sumifs the range to be summed is first followed by the conditional ones
SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2,
criteria2], …)
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks