Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I am stuck. I am trying to use the "SUMIF" function in conjunjunction with "NAME" references and a combo box. For example, I have groups of cells aligned in columns that are named. I have a combo box that I created using 'cell validation' containing the months. An example of 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 as MAR. The combo box displays 'TEXT' and I want it to be referenceing the NAME instead. Can anyone help? If you need to see the excel spreadsheet to understand, I can send. -- sseavert ------------------------------------------------------------------------ sseavert's Profile: http://www.excelforum.com/member.php...o&userid=33579 View this thread: http://www.excelforum.com/showthread...hreadid=533566 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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. -- sseavert Wrote: I am stuck. I am trying to use the "SUMIF" function in conjunjunction with "NAME" references and a combo box. For example, I have groups of cells aligned in columns that are named. I have a combo box that I created using 'cell validation' containing the months. An example of 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 as MAR. The combo box displays 'TEXT' and I want it to be referenceing the NAME instead. Can anyone help? If you need to see the excel spreadsheet to understand, I can send. -- Bryan Hessey ------------------------------------------------------------------------ Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059 View this thread: http://www.excelforum.com/showthread...hreadid=533566 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Yes... This worked. Thank you for your help. -- sseavert ------------------------------------------------------------------------ sseavert's Profile: http://www.excelforum.com/member.php...o&userid=33579 View this thread: http://www.excelforum.com/showthread...hreadid=533566 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Good to see, and thanks for your response -- sseavert Wrote: Yes... This worked. Thank you for your help. Bryan Hessey Wrote: 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. -- -- Bryan Hessey ------------------------------------------------------------------------ Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059 View this thread: http://www.excelforum.com/showthread...hreadid=533566 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Nesting Combo Boxes /Returning an Array | Excel Discussion (Misc queries) | |||
Dynamic Combo Box | Excel Worksheet Functions | |||
connecting combo boxes to yield data in another cell. | Excel Discussion (Misc queries) | |||
dynamic combo boxes | Excel Worksheet Functions | |||
How do I autofill combo boxes with their destination cell? | Excel Worksheet Functions |