ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Combo boxes and AutoSum (https://www.excelbanter.com/excel-worksheet-functions/256631-combo-boxes-autosum.html)

sc

Combo boxes and AutoSum
 
What function would I use to add a range of numbers that includes a combo
box? I tried AutoSum but the Total doesn't recalculate when I change the
number in the combo box. Thanks so much!

T. Valko

Combo boxes and AutoSum
 
Do you have the combo box linked to a cell?

A combo box does not occupy a cell, it "floats" on top of the worksheet. If
you have the combo box linked to a cell the linked cell will return the
*index number* of the selected item. Depending on what numbers you have as
selections for the combo box, you then have to associate the selection index
number with the actual value of the selected number.

For example, if you have these numbers as selections for the combo box:

10
20
30

If you select 10 the linked cell will return 1. 10 is the first item in the
list so it has an index number of 1. 20 is the second item in the list so it
has an index number of 2. 30 is the third item in the list so it has an
index number of 3.

So, you'd have to convert those index numbers to their actual values. It's
not difficult but you'd have to provide more detailed info as to what the
numbers are and *where* they're located as the source for the combo box.

--
Biff
Microsoft Excel MVP


"sc" wrote in message
...
What function would I use to add a range of numbers that includes a combo
box? I tried AutoSum but the Total doesn't recalculate when I change the
number in the combo box. Thanks so much!





All times are GMT +1. The time now is 11:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com