A
Alexa
How can I get the sum of all cells in a range which have
a certain column and row header? I tried looking at the
SUMPRODUCT function, but I can't figure out how to tell
the function to look at the column and row headers. If
I'm not making sense just ask and I'll try to be more
clear. Thanks for your help.
More specifically I have a table of prices, dates on the
y axis, and categories on the x axis. What I want to do
is apply a sum to the whole table that will add up each
month's total for each category. For example to get the
Jan total for Supplies I would call summonth(1, Supplies,
B2:F20) where column A has dates, and row 1 has
categories.
a certain column and row header? I tried looking at the
SUMPRODUCT function, but I can't figure out how to tell
the function to look at the column and row headers. If
I'm not making sense just ask and I'll try to be more
clear. Thanks for your help.
More specifically I have a table of prices, dates on the
y axis, and categories on the x axis. What I want to do
is apply a sum to the whole table that will add up each
month's total for each category. For example to get the
Jan total for Supplies I would call summonth(1, Supplies,
B2:F20) where column A has dates, and row 1 has
categories.