Combo Box using Name Ref

  • Thread starter Thread starter sseavert
  • Start date Start date
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
 
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 2
Add a combo box 1
Combo Box and Sorting 3
Combo box value does not update in Excel 2007 4
combo boxes 1
Combo box result text not number 2
SUMIF, use List as a Range 2
Combo Box/Drop down box 1

Back
Top