Combo Box using Name Ref

S

sseavert

I am stuck. I am trying to use the "SUMIF" function in conjunjunctio
with "NAME" references and a combo box. For example, I have groups o
cells aligned in columns that are named. I have a combo box that
created using 'cell validation' containing the months. An example o
the formula I am trying to get to work is as follows:

=SUMIF(COSTCENTER,A11,MAR)

COSTCENTER is a group of cells that have a defined name as well a
MAR.
The combo box displays 'TEXT' and I want it to be referenceing the NAM
instead.

Can anyone help? If you need to see the excel spreadsheet t
understand, I can send
 
B

Bryan Hessey

If I read you correctly, then

=SUMIF(CostCentre,A11,INDIRECT($A$12))

where A12 contains the selected Month, which is a named range, will
work.

--
 

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

Similar Threads

Combo box 0
Combo Box Problem 0
Excel - Wich Function should I use? 1
combo box2 reading a cell like vlookup 0
Combo Box 2
SUMIF, use List as a Range 2
Add a combo box 1
Combo Box and Sorting 3

Top