=sumif function

L

Lim

=sumif(range,criteria,sum_range)
Suggestion: to allow the sumif function to work even if (....sum_range) be
replaced by cell formula, just like vlookup function. example
=vlookup(criteria,range,off-set column,false) where offset can be replaced
by a cell with value 1, 2, 3 etc
What I mean for sumif function, if sum_range (is column B:B) can be replaced
by a cell contains "B:B" string.
Rgds,



----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...dg=microsoft.public.excel.worksheet.functions
 
A

Ashish Mathur

Hi,

You can already do that. You can use a formula like

=SUMIF(C6:C11,C14,INDIRECT(G6))

where G6 holds the range to be summed I.e. D6:D11

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top