Can't enter minus sign in Google Docs spreadsheet

In a Google Docs spreadsheet, I can't enter a minus sign (hyphen) in a cell until I've typed in a number, then I can go back and enter the minus sign. I think this started with Firefox 15.0, and I have replicated it on another Mac, both running OS 10.7.4.

This is not just Mozilla problem, but same for all browsers. You can use the minus key on the numpad of your keyboard, but not the dash key. Unfortunately, if you are not using full-size keyboard, you can't easily access the numpad minus.
I have been using this method myself on my laptop: hit any number/letter, then quickly hit backspace and then dash. This for some reason lets the dash key to enter as a minus sign.
Graendal's way is much better, but still, I don't understand why Google decided not to allow the dash sign to be used as a minus sign.

Similar Messages

  • Google Docs spreadsheet performance is poor in Firefox 4

    With Google Docs spreadsheets in Firefox 4 I experience a significant amount of slowdown and unresponsiveness when loading, editing or navigating any given document. This seems to be tied to hardware acceleration - if I deselect "Use hardware acceleration when available" or change "gfx.direct2d.disabled" to true I do not have this problem.

    Maybe this pref extensions.webservice.discoverURL
    https://services.addons.mozilla.org/en-US/firefox/discovery/4.0/Windows
    <blockquote><pre>Something good is coming!
    This area will soon explain what add-ons are, feature some of the best, and help you pick from thousands of ways to customize Firefox.
    Until then, visit the Firefox Add-ons website.</pre></blockquote>

  • Entering minus sign in CWNumEdit

    Environment: Visual C++ 6.0.
    I add a CWNumEdit control to a dialog. I disable range checking on the control. The user can enter digits into the control or change the value with the arrow buttons. However, the user cannot type a minus sign into the control. If the arrow buttons are used, a negative value can be generated, and then modified by typing digits, but the minus sign can't be entered directly from the keyboard. Is this a bug?

    I have tried to reproduce this behavior with our tools for VC++ 6.0 It behaves as expected in both VC++ and VB. Try building a very simple project from scatch where you just drop a Numeric Edit on the panel, and give it a run. It should be able to behave as expected. If it still does not, post back to this thread, and make sure to include what version you are using. Thanks.

  • Difference Btwn Trash Can and Red Minus Sign when Deleting Documents

    Hello, can someone please confirm for me the technical difference between the Trash Can button and the Red Minus sign button in the Documentation tabs? For instance, does the red minus sign delete the document from the project whereas the trash can also removes the document from the Knowledge Warehouse database? Also, how does this translate to deleting links to documents from the documentation tabs?
    Thank you,
    M. Neal

    Hello Megan,
    1. Trash can icon indicates basically as you stated it: With this button you can physically delete documents from the Knowledge Warehouse. Before doing so, however, the system automatically checks if the document to be deleted is still used by any other element in a structure, let's say another process (where-used). If so, you first have to detach this document from the affected processes - which takes us to the red minus icon.
    2.  Red minus icon: This translates to removing your document assignment from the documentation tabs (so basically to deleting document links). The document is not physically deleted - it stays in the Knowledge Warehouse database and can be re-assigned - if needed.
    I hope this answers your questions.
    Best regards,
    Doreen Baseler

  • Safari and Google Docs&Spreadsheets

    When I switched to Leopard I decided to use Safari to browse the web leaving my glorious Firefox just because.... I wanted to try.
    Today I discovered that if I try to enter a document in my Google Docs a window appears saying :
    "Oops, sorry Safari is not yet supported.
    Do you want to continue?"
    Is that possible? Is there a solution?
    Message was edited by: maxito71

    Everything changed with last update. I forgot to tell, sorry.

  • How can I enter a hyperlink in my numbers spreadsheet

    I'm trying to make a list of options in a spreadsheet. I want to link each item to a different internet site. How do I do that?

    Set the cell to text and copy or type the url. Make sure to include the protocol (http:// for example). Tappiong on the cell will allow you to reset the dispaly text.

  • Can't download word docs or PDF's from Google Docs

    I cannot download word docs or pdf's from Google docs.  I can download MP3's.
    I get an error message saying IE can't find the website.
    The google docs forum response to this problem was to uninstall the current version of Flash and install Flash 10.1  I'd like to try this suggestion but don't know how to implement the procudure or where to find Flash 10.1 and choose which version of it to install
    What is the best way to do that?
    I currently have Flash Player 10.3.181.14 installed
    I use IE Ver 8.0.6001.1870
    And Windows XP pro version 5.1.2600 SP 3 Build 2600
    Thanks in advance for any help you can offer

    I cannot quite understand how Google Docs is related to Flash Player.  But anyway, to revert to an earlier Flash Player version
    downoad the FP uninstaller from http://kb2.adobe.com/cps/141/tn_14157.html and save it to disk;
    download the archived FP 10.1 installers from http://kb2.adobe.com/cps/142/tn_14266.html and save it to disk;
    close all browser instances, then run the downloaded uninstaller;
    extract the latest 10.1 installer (ActiveX for IE, plugin for other browsers) and run it.
    Don't hesitate to ask again if my instructions are not clear.

  • Quantity should populate with minus sign.

    Hi All,
    I want to populate GR quantity for mat doc with minus value if movement type is 102 or someother.
    I want to write a routine in transformations.
    So how can I?

    Hi Baazi,
    You can maintain the minus sign in characteristic routine of transformation.
    Map. movement type and GR quanity from source to GR quanityt of target
    if source_fields-movement_type = '102'.
    result = GR quantity * -1.
    else
    result = GR Quantity.
    endif.
    -- Selva

  • Minus sign at the end of the value, Need to get Preceeding minus sign.

    Hello gurus,
    I am using following code in web dynpro to get data from a FM and downloading it to excel.
    for the numeric values I am getting minus sign at the end of the value in excel. but If I display the value in alv, it is coming fine. Please let me know where I am going wrong.
    ex: 4568-
          CALL FUNCTION 'Z_EXTRACT'
            EXPORTING
              extract   = z_extract
            TABLES
              it_data       = tab_et.
          DESCRIBE TABLE tab_et.
          IF sy-tfill GT 0.
            CLEAR: text, xtext.
            DATA :    v_fore9ldepl(17)      TYPE n.
            LOOP AT tab_et INTO rec_et.
             MOVE:
              WRITE:  rec_et-fore9ldepl TO v_fore9ldepl DECIMALS 3.
              CONCATENATE  text '1'
                                rec_et-z0g_cwwter                          
                                v_fore9ldepl
                     cl_abap_char_utilities=>newline INTO text SEPARATED BY ','.
                      cl_abap_char_utilities=>newline INTO text SEPARATED BY
                      cl_abap_char_utilities=>horizontal_tab.
            ENDLOOP.
            CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
              EXPORTING
                text   = text
              IMPORTING
                buffer = xtext.
            CLEAR:  filename, wa_files.
            CONCATENATE 'EXTRACT'   '.XLS' INTO filename.
            wa_files-content = xtext.
            wa_files-filename = filename.
            APPEND wa_files TO files.
      DATA izip TYPE REF TO cl_abap_zip.
      DATA output_file TYPE xstring.
      CREATE OBJECT izip.
      LOOP AT files INTO wa_files.
        izip->add( name = wa_files-filename
                    content = wa_files-content ).
      ENDLOOP.
      output_file = izip->save( ).
      CALL METHOD cl_wd_runtime_services=>attach_file_to_response(
      EXPORTING
      i_filename = 'TEST.ZIP'
      i_content = output_file
      i_mime_type = 'ZIP/APPLICATION'
           i_in_new_window = abap_false
      i_in_new_window = abap_true
      i_inplace = abap_false ).

    Hi,
    In the Context attribute tyr to use the properties of formatting where you can have the MINUS sign in the front of the value..
    If this is working fine then when you use any standard export of ALV the same (AS iS) is shown in Excel right...
    Regards,
    Lekha.

  • Google Docs Automatic Integration

    Can I automatically integrate FormsCentral with Google Docs and/or Dropbox?

    No, we don't integrate with those. You would have to export the data to Excel and import into Google Docs.
    Randy

  • Font looks distorted and faint with Google Docs

    Hey all. When I create a Google Doc (spreadsheet) the text looks oddly thin, creating this weird, distorted, faint version of Arial 10pt. It only looks like this on Firefox (30.0) and not on Chrome or IE.
    Check out screen shots here:
    Firefox: http://screencast.com/t/rWaA1QXg9jIF
    Chrome & IE: http://screencast.com/t/ujtrpv8C
    Please understand it actually looks a lot worse here in real life. The screen shot blurs the lines a little, making it look similar - when it reality, its VERY different.
    This is a new problem and only happens with newly created Google Doc Spreadsheets. Any help here would be appreciated.
    Thanks!
    Sham

    I'm not even sure why hardware acceleration was disabled. I have now enabled it, and it has helped.
    However, it seems the text is not evenly spaced out. Some are normal space, others are too close together.
    Again, a little odd. Here's a pic: http://screencast.com/t/h8zHtwkP
    Still trying to work though this. Any other feedback or suggestions are welcomed. :-)

  • Iphone 5 - can't delete albums in the albums no minus sign when in edit

    I need to free up storage on my Iphone 5...when I am in ALBUMS ...I chose EDIT and NO MINUS sign appears to the left.  I have old photo albums from a blackberry torch and photos from various camers got loaded up I am guessing through Itunes on a PC that no longer works.  I do not want these photos on my phone I have them stored on a external drive.  I love my phone I just don't want all these darn photos taking up so much room.  What the heck can I do??? ahhh! HELP

    You need a 3rd party iPhone file browser such as TouchCopy. See: https://discussions.apple.com/docs/DOC-3141. This covers more than photos, but it should still be useful.
    Note, however, that if the photos were taken with a higher resolution camera than the iPhones the images that you copy back to your computer will be lower quality than the originals, as images in the Photo app are optimized for the iPhone's screen.

  • Why can't I post my resume from Pages to the web or an email on my iPad?? I've tried using iCab, downloading google docs, etc. I understand it's not possible from iPad but why???

    Why can't I post my resume from Pages to the web or an email on my iPad?? I've tried using iCab, downloading google docs, etc. I understand it's not possible from iPad but why??? If I can't use safari to do it is there any other way?? Seriously, are iPads only used for watching Hulu, playing games, fb and twitter? My phone can do that!! Worst $500 I ever spent.

    We don't want to email it.....  we want to upload it.
    Then why did you say (emphasis added):
    Why can't I post my resume from Pages to the web or an email on my iPad??
    There are plenty of methods for putting a resume online, where a potential employer can download it, though admittedly the iPad is less flexible in this regard than a computer.  Nobody ever has claimed otherwise.  However, I get the feeling you're not actually looking for an answer to anything, and you're just posting to complain.  Note that that is a violation of the Apple Support Communities Terms of Use, which you agreed to when signing up for an account here.
    I wish I had gotten a Galaxy Tab.
    Then sell your iPad and go buy one.  You will have no problems whatsoever finding a buyer.

  • May seem silly, but I can't seem to cut and paste from delta computer services (land role) to google docs

    How can I cut and paste from Delta Computer Systems (land roles) to Google Docs using my new MacBook Pro?

    How can I cut and paste from Delta Computer Systems (land roles) to Google Docs using my new MacBook Pro?

  • How can I stop Firefox from opening pdfs in Google Docs?

    Whenever I want to look at or download a webspage which is a Microsoft Word or a pdf document, I am automatically sent to Google Docs to view it. Mayvbe bexcauuse of my satellite connection, I cthen have huge problems in downloading these webpages. How can I disconnect Firefox from automatically opening these pages in Google Docs?

    Thanks for the suggestion. Unfortunately, these settings are exactly the same on my troublesome PC as they are on my laptop which does not have this problem. The PC is Windows 7, and laptop is XP. I have in the past used the PC to access google documents.

Maybe you are looking for

  • Not able to assign vendor on SC

    Hello Experts, (SRM 5.0; Extended Classic) I'm facing an issue with indicating vendor on shopping card. When I create a shopping card and open tab Sources of Supply / Service Agents, there is only "Preferred Vendor" field active. Above that there is

  • Opening pdf files in 10.8

    I can't open pdf files in Mountain lion. I followed all the old posts but none helped and most were a year old. I downloaded the lated reader from Adobe tonight and that didn't help either. No other issues with 10.8, I really like this new OS, but th

  • Slow Internet Speed after Leopard

    I'm having a funny problem since the installation of Leopard and that is very slow internet browsing speed. But its not as simple as it sounds. I have another Windows PC on the same network; when its on mac internet speed is slow, when Windows PC is

  • Cluster storage won't mount on restart

    This has been happening for awhile (in 10.5+10.6), but when I restart my computer my "shared" storage drive does not mount automatically. The Cluster storage resides on a local drive (which is mounted), so I'm not sure what steps would be necessary t

  • Successful install and restart but failed to restart again, fan loud

    My Mac would not boot up. It showed a grey screen with a no entry logo and the fan sounded like it was going to take off. I switched it off and tried again (3x) no good. I used my husband's pc to read the discussions and tried BobP1776's advice to sw