Creating a pop-down using a range of cells (Like Excel LIST feature)

Can this be done in numbers. Instead of typing the data into a pop-up list to be pasted in an ongoing long spreadsheet, I was wondering if Numbers supports a similiar feature to Excel's MANAGE LISTS which allows the drop down to be locked to a range of cells instead. I know they are very similar, but wondering?
-Kevin

Kevin,
Presently Drop-Down menu's can't be created from cell ranges in Numbers. It sounds like a good feature, and has been asked about many times here. You can Send Feedback to the Numbers team and tell them what you would like to see in the next version of Numbers. The Feedback link is under the Numbers menu item.
Jerry

Similar Messages

  • How to know the total string length of a range of cell in excel sheets

    Hi,
           I am working on Excel automation. I want to read data of collection of cells from excel for that i need to know the total string length in one shot.
    Can anyone suggest me the answer for this

    Still not sure about your requirements, but how about this
    SQL> CREATE OR REPLACE FUNCTION get_max_length(p_table in varchar2, p_col in varchar2) return pls_integer
      2  is
      3    v_cnt pls_integer;
      4  begin
      5    execute immediate 'select max(length('||p_col||')) from '||p_table into v_cnt;
      6    return v_cnt;
      7  end get_max_length;
      8  /
    Function created.
    SQL>
    SQL> SELECT COLUMN_NAME,
      2         DATA_LENGTH,
      3         get_max_length(TABLE_NAME, COLUMN_NAME) max_length
      4  FROM USER_TAB_COLUMNS
      5  WHERE TABLE_NAME='EMP'
      6  AND DATA_TYPE like '%CHAR%'
      7  ;
    COLUMN_NAME                    DATA_LENGTH MAX_LENGTH
    ENAME                                   10          6
    JOB                                      9          9
    SQL>

  • Create pop-up menu from range of cells

    I'd like to create a table listing financial expenses categories along with summations for each category. I would also like to have pop-up menus in my expenses list whose values come from the main categories table.
    I want to be able to expand the categories list in the future and I don't want to have to copy an edited pop-up cell across dozens of sheets.
    Is this possible?

    Hopefully in the next version Apple will give us a better way to enter items in a popup menu. Choosing a list from a table would be a good feature.

  • IF Function using a range of cells

    Hello All,
    I am trying to make my own budget, which I was able to make in excell on my PC.  I just got my Mac so I'm trying to figure out how to do the same thing on here.  I want to essentially have the formula look in one column for a key word (IE groceries, clothes, etc) and return the corresponding value and sum them all up.  In my PC it looked like this:  {=SUM(IF(C4:C11="Groceries",E4:E11,0),IF(H4:H11="Groceries",J4:J11,0))  When I do this on my Mac it says that there is an error because "C4:C11 can't be used as one number within this function".  I tried using lookup but it wont add them all together.
    Thanks for the help!

    You appear to have two sets of values to sum—those in column E, flagged with a category in column C, and a second set in column J, flagged in column H.
    You'll need a SUMIF statement for each of these sets, then a means of adding (or summing) the two results. The resulting formula will be similar in some ways to what you've listed.
    Information on the SUMIF function and its syntax is available in the Function Browser, as Wayne mentioned. If you'll be writing additional formulas in future, though, I'd also suggest downloading the two handy references provided by Apple, the Numbers '09 User Guide and the iWork Formulas and Functions User Guide. You'll find links for both in the Help menu in Numbers.
    Here's the formula I used for the tables above. It incorporates a couple of features specific to Numbers, which you can read about in the two guides mentioned.
    Summary::B2 (and filled down the rest of column B):
    =SUM(SUMIF(Data :: C,A2,Data :: E),SUMIF(Data :: H,A2,Data :: J))
    Regards,
    Barry

  • Fill down from D1 to active cell in excel ??

    Hi all. I am trying to write a script to take the values from column A and subtract the value of A$1 from the rest of column A. To do this manually I set D1 = A1-A$1 and then fill down in column D to the last used row in column A. Then copy-special paste values from column D to column A. Below is what I have written so far, but the "select (ranges "D1" thru active cell)" selects cells D1 and the active cell ($D$5) not from cell D1 down to the active cell.
    Any ideas for a newbie?
    tell application "Microsoft Excel"
    set formula of cell "D1" to "=A1-A$1"
    select (get end range "A:A" direction toward the bottom)
    set theEnd to (get first row index of active cell)
    select cell 4 of row theEnd
    select (ranges "D1" thru active cell)
    fill down (ranges "D1" thru active cell)
    end tell

    I figured out a way to do what I was after, but I would think there is a more direct way of doing it.
    If anyone has a way to slim down or clean-up this script, please let me know.
    Here is the script I have now.
    tell application "Microsoft Excel"
    set formula of cell "D1" to "=A1-A$1"
    select (get end range "A:A" direction toward the bottom)
    set theEnd to (get first row index of active cell)
    select column 4 of row theEnd
    set lastRow to "D" & theEnd as string
    set range1 to "D1:" & lastRow
    fill down range (range1)
    end tell

  • Report generation: Using only bottom border cell in Excel

    I'm trying to write a report to Excel. for each 2 rows I want the cells to have a bottom border.
    With the VI " Excel set Cell Color and Border VI" I have 2 options, using inside border and outside border.
    Outside border seems to be the top and bottom border. However , I can only put them both on and off, I can't use them seperatly.
    Is there a way of telling this VI that I only want to have a bottom border?
    Idealy I would like to select a cellstyle like one can do in Excel:

    Hello kev91,
    Can you give me some more information about the software versions you're using?
    Is this LabVIEW 2012?
    Which version of Excel are you using?
    Can you share an example of how the final Excel-file should look like?
    It would also be useful to see what you already have written in LabVIEW so that we can just change/modify that code.
    Kind Regards,
    Thierry C - Applications Engineering Specialist Northern European Region - National Instruments
    CLD, CTA
    If someone helped you, let them know. Mark as solved and/or give a kudo.

  • How do I create a drop-down menu in Numbers?

    Just a simple question - wanting to create options in a column I've created (similar to the drop down menu above, when you select font size or font type.
    Thanks!

    select the cell(s) you want to contain a pop-down menu, then open the cells inspector:
    then set the items in the inspector by double click each item and editing the contents:

  • Can I have a pop down menu on the left and then text fields directly to the right? I can only get them to be one above the other.

    Hi All,
    I am building a form and would like to create a pop down menu on the left (and ideally with the options being colour boxes boxes but this does not seem possible), and then have three text separated text lines on the right of the pop down menu for notes related to the pop down choices.
    Do you know if this is possible?
    Thanks,
    Matt

    It sounds like you're creating the form in FormsCentral. You have limited options in the FormsCentral designer as far as layout. You can place multiple fields on a line, or one field per line. If you create the design/layout in a program like InDesign or Word, generate a PDF, and add the fields form in Acrobat, you have complete flexibility over the placement of the fields.
    The items in a dropdown field are limited to text that are all the same color.

  • I keep getting a pop-down bar from Firefox that asks me if I want to allow things from the page I am entering?! What is it?

    Most of the time it's just an annoyance, but if I'm on my banking page, it knocks me off?!

    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    *Use a compressed image type like PNG or JPG to save the screenshot
    *Make sure that you do not exceed the maximum size of 1 MB
    You can get a possibly colored Lego block icon on the left end of the location bar that indicates that Firefox is blocking a plugin.
    *https://support.mozilla.org/kb/why-do-i-have-click-activate-plugins
    Please update the Shockwave Flash 13.0 r0 plugin.
    The currently installed version is outdated and has known security vulnerabilities.
    *https://www.mozilla.org/plugincheck/

  • Using s:Range to create a life bar

    Hi, im attempting to use a Range control to make a life bar, Binding the maximun and value properites to an integer. No matter what I am going it seems the Maximun properties will only go to 100.
    This shows up on the screen but the bar is 1/2 full, I would expect it to be 1/4 full. Am I missing how this control works or am I using it wrong? Any insight would be greate apprieciated.
    Thanks!

    but for some reason I can't stop imovie, panning in and out on individual photo's/clips of my film, so whereas when i flick through the photo's on my camera, it creates a pretty good stop motion film, but on movie it looks as though I've held everything by hand not using a tripod, making it jaunty and not playing well.
    iMovie '08 installs with the Ken Burns Effects preference selected. When you add a photo, it is automatically added by turning it into a "still frame" sequence of frames at the default length with the KBE applied. To get rid of it make sure your "Project" aspect ratio matches the aspect of your photos. Then select the photo sequence in the "Project" window, select the "Crop" tool, and choose the "Fit" option in the preview window. This will get rid of the KBE. Now all you have to do is select any single frame in your "Project" sequence (or multiple frames if you want to "slow" down the final motion sequence in your project), split the sequence, and then discard the unwanted frames. (You could also use Command-C to temporally "store" your selected frame(s) to memory, discard the entire sequence and then use Command-V to paste the frame(s) in memory back into the project window at the proper location in your "timeline.")

  • Pop-up while creating a sales order using VA01

    Hi Experts,
           i need to create a pop up in transaction VA01 to input a custom field value. i have done that and it is working fine.
    But when we use the Sales order create BAPI to create a sales order the pop-up still appears.
    This is not required.
    I need to pop-up only for online execution.
    I have checked that parameters of T180 and it is same in both cases.
    Even sy-batch does not help.
    Please suggest how i can avoid this.
    Thanks & Regards,
    Amit

    Hi,
    Check SAP Note 209278 - Display of customer-specific fields in sales doc for mantaining your own fields,
    Regards,
    Eduardo

  • I am trying to create a pop up page, using iweb 08

    I want to create a custom size pop up page using iweb08, using a html generator, I created the html code, I plugged it in using the html snippet widget. But its not working. Do you know what I am doing wrong?
    I love the look of http://jquery.com/demo/thickbox/ but I really don't understand the instructions, and if I did would it work with iweb?
    I have to say, I am pregnant, and my brain isn't working as well as it usually does. So please think of me as a not very intelligent person when you are explaining how to create the pop up.
    Bless u for your help.
    www.sarahyoga.com

    You may want to consider Lytebox: http://www.dolem.com/lytebox it's much lighter than jquery & thickbox.
    You can see example here: http://web.mac.com/mhartinger/mark-andrewhartinger.com/Home.html
    Mark has all the code in his page's html snippets.
    I have integrated Lytebox into iWeb, but it involves with quite a bit of coding; I'm planning on writing an app to automatically generate all needed the code.

  • Creating cascading drop down boxes in SharePoint 2010 using one list

    We have a support request form tied to a list that end users input data into which when submitted sends out an email.
    Is it possible to create a drop down box on the form that limits the choices in the "subcategory" column, based on what is chosen in the "category" column.  
    For instance in the category column we have SharePoint, Oracle, and Web Tools as choices. 
    In the subcategory column we have items related to each category. We only want items that are related to the selected choice to appear in the subcategory drop down box. 
    I see examples in InfoPath using "Multiple Lists" (one list for city, one for state, etc), but nothing using the same list.  I would rather not use multiple lists if possible. 
    Anyone have any ideas?  Thanks.

    Hi,
    According to your post, you want to create a cascading drop-down list box using one list.
    To achieve what you want, we can:
    Create two fields(category and subcategory) in drop-down list box type in the form in InfoPath.
    Add the list which contains the values of the category and subcategory columns to the form as an external data.
    Right click the category field, click Drop-Down List Box Properties, and choose Get choices from an external data source.
    Choose the list added in step2 in Data source, click XPath behind Entries, click the category column in the list, select Show only entries with unique display names.
    Right click the subcategory field, click Drop-Down List Box Properties, and choose Get choices from an external data source.
    Choose the list added in step2 in Data source, click XPath behind Entries, click the subcategory column in the list, then click Filter Data.
    Click Add, select the category column in the list in the first box, select is equal to in the second box, choose select  a field or group in the third box, then choose Main in the Fields and select the category field in the form.
    Click OK.
    Best regards.
    Thanks

  • Is it possible to create a drop down menu using form fields rather than text?

    Is it possible to create a drop down menu using form fields rather than text?

    Yes, correct - values of form fields. If one is blank, then the field would be blank - yes? If two or more have the same value that is fine.
    A standard dropdown ... As shown here. If there is an easier way to do this, I'd love to hear your suggestions. Thank you!

  • I created my first movie using one long video (all photos) clip created in Keynote and imported to Imovie.  I added many music clips, some overlapping. I now want to lay down a new updated video clip, eliminate the original but retain the audio. Can I?

    I created my first movie using one long video (a montage of photos) clip created in Keynote and imported to Imovie.  I added many music clips, some overlapping. I now want to lay down a new updated video clip, eliminate the original video, but retain the audio. Can I?  And if so, how.  I cant seem to
    find the info anywhere in help.

    I would suggest that you go to iMovie/Preferences and make sure that Advanced Tools are enabled.
    Then, you can drag your new video clip on top of your old clip and a popup menu should appear. Choose REPLACE.

Maybe you are looking for

  • Cisco ISE 1.2.1 deplyomet issue with Anyconnect and Profiling

    Hi All, We are running cisco ise box in 1.2.1 version wherein I am facing below issue while deployment. We are having two ISE boxes where One box act as Primary Admin,Secondary MNT and Policy Service and Second Box act as Secondary Admin,Primary MNT

  • Getting Dump CALL_FUNCTION_SYSCALL_ONLY

    Hi Expert , while finished the   SM:SELFDIAGNOSIS  this job in Solution manager system so in that moment i'm getting a CALL_FUNCTION_SYSCALL_ONLY dump in quality server. Runtime Errors         CALL_FUNCTION_SYSCALL_ONLY Date and Time          25.08.2

  • Won't display mpeg, mov, avi correctly

    Hello all. I am using CS4. I've had this same issue the entire time I've had CS4, but I thought I'd ask on here. I see lots of people have different issues with different file types, but I can't seem to find a standard answer. My issues is that my pr

  • Container definition for Abstract Synchronus Interface

    I am trying the simple scenario where the bpm process consumes soap request message (opens S/A bridge). After it queries another web services and sends back synchronously soap response, closing S/A bridge. I've walked through different weblogs and fo

  • Reg.G/L account 221004 cannot be used

    Dear All In our IDES system I am trying to raise Process order with E & L combination,If I do so,the following error occured. Please help me. "G/L account 221004 cannot be used (please correct) Message no. ME045 Diagnosis Comparison of the field sele