Is it possible to easily view the actual (not displayed) value of a cell?

Is it possible to easily view the actual value of a cell calculated by a formula, not the displayed value after it has been rounded off?
For instance, if you enter the number 1.23456789 and display it rounded to 3 decimal places, you can still see the full, actual value in the formula bar:
The problem arises when you reference that number in a formula: you can't see the underlying value (even though it's obviously known to Numbers):
Is there a way to get the formula bar (or a tooltip) to show the full, unrounded value? Changing the display to more decimal places is not very convenient, especially on big spreadsheets. Maybe it could be done via AppleScript?
A related issue arises when you try to look at the sum or average of a number: if the numbers being summed have the same number of rounded decimals, the sum displayed is rounded too. I find this very annoying: I want to see the actual value, not how my spreadsheet may be displaying it in that cell.
Although, curiously, rounding to any number of decimals as long as they are not all the same displays the full, correct underlying values:
Has anyone come up with workarounds for these issues?

I did it with an AppleScript.
Now any time I have a cell or cell range selected, I do one click (AppleScript menu > Display Value at Full Precision), and it shows me a popup alert that simply reads:
     rowname : columnname
     value
Here's the script:
tell application "Numbers"
          try
                    set selectedTables to (tables of sheets of front document whose selection range is not missing value)
                    repeat with selectedTable in selectedTables -- tables of each sheet
                              if contents of selectedTable is not {} then -- the list is not empty, it's the selected sheet
                                        set selectedCells to cells of selection range of (get item 1 of selectedTable)
                                        repeat with i in selectedCells -- each selected cell
                                                  set {selectedRow, selectedColumn, selectedVal} to {row, column, value} of i
  --                                                  display alert "value of " & name of selectedRow & " : " & name of selectedColumn & " (" & address of selectedRow & ":" & address of selectedColumn & ")" message selectedVal
  display alert name of selectedRow & " : " & name of selectedColumn message selectedVal
                                        end repeat
                                        return
                              end if
                    end repeat
          on error eMsg number eNum
  display alert eMsg
          end try
end tell
( Props to Jacques Rioux who posted code to get me started at https://discussions.apple.com/thread/3964938 )

Similar Messages

  • Can I view the smart board display on an iPad

    My daughter is vsually challenged and is not able to read the teachers notes on the smartboard.  It is my hope that I can assist the school in setting up a link between the ipad and the smartboard so that my daughter can view the smart board display on her ipad.  In this way she would hopefully be able to see what the rest of hte class sees and would have the option to pinch and zoom, etc.  Any guideance in trying to solve this problem would be appreciated.
    I have read many articles on how to mirror the ipad on the smartboard or control the smartboard from the ipad but that is not my intent.  I would invision that my daughters ipad would simply be a duplicate screen of what the teacher places on the board.  It could be the teachers handwritten notes, a document, a picture, or a movie....
    I look forward to any suggestions.

    Different smartboards work differently.  I suspect your fastest route to finding any answers is to find out what smartboard system the school is using and contact the manufacturers.

  • View layout is not displaying, ( The page cannot be displayed)

    Hi guys,
          we have recently installed the ECC6. In webdynpro component, the view layout is not displaying, instead it showing the error message like  " the page cannot be displayed".
    I came to know that, in order to display the view layout we need to activate some services .
    Please let me know what are the services should activate in order to display the layout.
    Regards
    Srinivas

    Hi Sana,
    this is very absic problem in webdynpro, lots of threades are there do search..
    getting error 'Page cannot be displayed' in view layout
    ABAP Web Dynpro : view designer layout error !
    Layout Tab Preview: This program cannot display the webpage
    Cheers,
    Kris.

  • Main Viewer Window does not display correctly

    Ever since I upgraded to Aperture 3.3 through 3.4.1, the main viewer window does not display correctly.  Everything is justified to the right of the screen.  When viewing images, the are not in teh center, they are over to the right.  I can't even see the import controls when trying to import... actually I can't even press the import button or add metada.  I am really in a bad position here.  Need help with this... anyone out there have a solution please?  my clients are waiting for their photos.  Yikes!
    Right justified?
    No Import Controls?
    Faces -  Everything displayed in a single row, runs off the end of the right side of the screen

    Have a read through this page and follow the directions to delete your application preferences,
    Let us know how you go.
    Tony
    http://support.apple.com/kb/HT3805
    Message was edited by: Tony Gay

  • How can i reorder the columns in the do not display section of the interactive report.

    Hi,
    My interactive report contains 185 columns, and the user requieres to build his customized reports with some columns, but the he gets lost between this amount of columns, this would be easier if the columns in the do not display section of the interactive report would be sorted automaticaly, Is this possible?
    Thanks a lot,

    Hi Eva,
    One solution would be to order the column names alphabetically. You can create a JavaScript dynamic action to handle the sorting.
    The shuttle of the IR attribute "Select Columns" have the ID's "apexir_SHUTTLE_LEFT" or the Hidden colums and "apexir_SHUTTLE_RIGHT" for the displayed columns.
    The function you'd need to create would look like:
    var options = $('select#apexir_SHUTTLE_LEFT option');
    var arr = options.map(function(_, o) { return { t: $(o).text(), v: o.value }; }).get();
    arr.sort(function(o1, o2) { return o1.t > o2.t ? 1 : o1.t < o2.t ? -1 : 0; });
    options.each(function(i, o) {
      o.value = arr[i].v;
      $(o).text(arr[i].t);
    var options = $('select#apexir_SHUTTLE_RIGHT option');
    var arr = options.map(function(_, o) { return { t: $(o).text(), v: o.value }; }).get();
    arr.sort(function(o1, o2) { return o1.t > o2.t ? 1 : o1.t < o2.t ? -1 : 0; });
    options.each(function(i, o) {
      o.value = arr[i].v;
      $(o).text(arr[i].t);
    You'd need to find the propper timing for the dynamic action to run, I guess click of the button "Select Columns" would do the trick.
    Regards,
    Vincent
    http://vincentdeelen.blogspot.com

  • SQL Report Viewer Web Part Not displaying Report

    I have just completed updating an old report using report builder 3.0. I have added it to SharePoint Designer but have not replaced the old report file. 
    Any help is greatly appreciated!!
    All I did was export the old report from sharepoint designer to my desktop. Then opened it with Report Builder 3.0- made changes to the report and saved it with a different name (for safety in case i break things) and then upload it back to the same place where
    the old report was located using SP Designer. I then went back to the site in sharepoint that is displaying the old report, and changed the URL path in the SQL report viewer to the new report. 
    Now the SQL Report Viewer web part isn't showing anything (blank)

    Dear Form Moderator,
    This question is already asked in sharepoint forum so please don't move this sharepoint forum. Here is link of thread:
    https://social.technet.microsoft.com/Forums/en-US/3796da85-fbb4-4722-a5d0-724859f7d4ae/sql-report-viewer-web-part-not-displaying-report?forum=sharepointgeneralprevious
    Here is the one more duplicate thread link in same forum. So either you can merge both OR delete one.
    https://social.technet.microsoft.com/Forums/en-US/259d2586-ed4a-4f47-a808-877d4621d9f2/report-builder-30-sql-report-viewer-web-part-not-displaying-report-in-sharepoint?forum=sqlreportingservices
    [SharePoint Forum Moderator]
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Why is the map not displaying correctly on "find my phone"  I am getting large grid squares on the map

    why is the map not displaying correctly on "find my phone"  on my computer.  I am getting large grid squares on the map.  I have tried deleting my history, tried zooming in & out, but the grid squares won't go away..

    Welcome to Apple Support Communities
    It means that it is not connected to the Internet, so it may be turned off. Another option would be that somebody has resetted it to default settings and has changed the Apple ID, being impossible to track your son's iPhone. Anyway, report it to the police because it is the only thing you can do at the moment

  • Some times the logs not display in process chains

    Some times the logs not display in process chains then how could we find them??

    If you are in Tcode RSPC and opened your process chain you are able to click on the Logs icon. It will prompt you for a date selection.
    If this still doesn't work you might have forgotton to activate and schedule your process chain. Before you activate check that your start variant is set to Direct scheduling by double clicking on the start variant.
    hope this helps.
    Cheers,
    Andrew van Schooneveld
    (assign points if useful)

  • So, I've got formscentral and i have my responses, but is there a way i can view the actual form that was submited, i.e. I need the actual data to be in the forms format

    I've created a form for my club members to submit online. This works really great and I have all the data that I need in the excel sheet BUT I need to reprint the actual form that the members submitted. How do I do that?
    Regards

    Welcome to the world of digital media. Your can't really transfer it. I don't know what the rules are about transferring to your spouse but I do know that in some cases when you die, your heirs cannot inherit your digital media. This is why there is still an advantage to buying the CD since the usage rights belong to whomever holds the physical media.
    A possible workaround is to burn the songs to a music CD with yout account (tracks only without song titles) and then having your wife upload it as a regular music CD onto her account. It's been a while since i've done this so I'm not sure if it would work now.
    Please note that I'm not advocating copyright and/or TOS violations. I'm only suggesting ways to copy music for your own personal use which has traditonally been permitted. I only did this because I wanted to convert iTunes songs to mp3 files so I could burn them onto a data CD for use in my car. It would make sense that since married couples are a joint entity, this would be personal use.
    Also, I'm not a lawyer so don't take this as legal advice.

  • How to View the Actual Remaining Budget for Earmarked Fund?

    Hi All,
    First of all, pardon if my questions below are very basic, I'm an ABAPer trying to gasp the big FI process.
    Background:
    I created a project definition then allocate a budget via CJ30.  I created WBS Element then allocate a budget again.
    I created an Earmarked Fund via TCODE FMZ1 using WBS Element as my main budget allocation.  I then created a vendor invoice using that WBS Element.  I then post a payment against the invoice created.
    Via PS Report s_alr_87013557, I can see that my actual budget was deducted by the funds disbursed from my payment document.
    Does it have an impact on my earmarked fund?
    If I use the Earmarked Fund in my posting, is there a similar report to PS where I can see the actual budget deduction?
    Thanks.

    I am dealing with a similiar situation right now. In the standard PS reports, I cannot find where the value type (2A) for funds reservations (earmarked funds) is included in the report characteristics.
    We made a copy of one of the standard PS reports S_ALR_87013534 (form 12KST1G)  by going into CJE6 and then added value type 2A. After changing the custom report, your payment using the earmarked fund will be in the actual column and the remaining unused amount for the earmarked funds should be in the commitment column.
    In the earmarked fund document when you display it there is a button for consumption that shows the activity for that document.

  • How do I view the DESKTOP (not the hard drive) of my TARGET computer?

    I've successfully linked two MACS using a Firewire cable and TARGET mode. When I click on the Target computer's icon, I am linked to its Hard Drive. But what I really want is to see the DESKTOP of the Target computer, and be able to drag files/folders from the Target computer to the linked computer. Is this possible? If not, how do I locate the files/folders on the Target computer desktop? Thanks

    In FW Target Disk Mode only the hard disk drive and its folders/contents are seen
    by the host computer viewing the TDM-enabled second machine.
    If the status of the Target Disk mode computer were such that you could gain access
    to a User account's Desktop folder in that user's folder (sans permissions issues)
    the contents on a User's desktop folder may be retrieved. But not likely in TDM.
    When the computers are both near equal in health, a way to gain access to a
    remotely attached computer's hard disk drive, desktop/Finder, etc would be
    through a Remote Desktop application; one could remote Administer that one.
    There may be another way to do what you want, but viewing the FW TDM
    enabled computer from the healthy one used to gain access to it, as though
    it were a healthy computer and see its desktop file (finder) is unlikely.
    The status of this questionable computer being an unknown, other ideas
    would have to be based on more information to determine other options.
    {and I see by the time I typed all this & had minor distraction, here, you
    did get at least two replies that direct you to the user desktop folder.}
    Good luck & happy computing!
    {edited}

  • Is there a way to view the iCal 'notes' field other than opening each event individually?

    I use the 'notes' field in iCal but it is not visible in any view other than opening each event individually.  Is there any way to make this field visible in the Day or Week view?

    Thanks, this is definitely better than clicking events one by one.  I just don't understand why Apple doesn't display it in the events in the day or week view the same way they show the Location field.  Interestingly, on the iPad "Day" view, the Notes field is diplayed in the panels on the left side of the screen (although not on the right side).
    Anyway, thanks for your prompt help.

  • Coloring JTable rows depending on the actual and previous value

    I need to change the background of the entire row of a JTable, but with the condintion of checking the value (Integer) in the column 0 of each row.
    I the actual value is equal to previous value I keep the same color (any color) if it is different I must change the color (to any other color).
    Any ideas how I could do that? I suppose I cant use CellRenderer because the Table is already full, so I was thinking about making a looping thru the table and chaning the background colors, but I have no idea how to do that.
    So far I have this code:
    int totalRows = modProdutos.getRowCount();
    int totalCols = modProdutos.getColumnCount();
    System.out.println("Total rows: " + totalRows);
    TableColumnModel tcm = tbProdutos.getColumnModel();
    DefaultTableModel modelo = (DefaultTableModel) tbProdutos.getModel();
    if (totalRows > 0) {
        int numeroOSAntes = (Integer) tbProdutos.getValueAt(0, 0);
        for (int i = 0; i < totalRows; i++) {
            int numeroOS = (Integer) tbProdutos.getValueAt(i, 0);
            if (numeroOS == numeroOSAntes) {
                // Paint the background with the same color (any color)
                System.out.println("Same Color: " + numeroOSAntes + " - " + numeroOS);
            } else {
                // Paint the background with a different color (any other color)
                System.out.println("Different color: " + numeroOSAntes + " - " + numeroOS);
            // keep the previous control number
            numeroOSAntes = numeroOS;
    }

            jTable1 = new JTable(0,4){
                @Override
                public Component prepareRenderer(TableCellRenderer renderer, int row, int column) {
                    Component c = super.prepareRenderer(renderer, row, column);
                    c.setBackground(Color.YELLOW);
                    boolean yellow = true;
                    for (int i = 1; i <= row; i++) {
                        if(!getValueAt(i,0).toString().equals(getValueAt(i-1,0).toString())){
                            yellow = !yellow;
                    if(!yellow){
                        c.setBackground(Color.WHITE);
                    return c;
            model = (DefaultTableModel)jTable1.getModel();
            model.addTableModelListener(new TableModelListener() {
                public void tableChanged(TableModelEvent e) {
                    jTable1.repaint();
            });

  • Can I view the slide notes and timeline together?

    I've finally gotten around to trying Captivate 5 after having used version 4 for a year or so. I noticed the interface changed where I have a choice of seeing the timeline or the notes. I'm used to seeing both together and I rather like it that way. Is this something I can control/change?
    Thanks!

    Hi there
    Looks like if you click the Slide Notes tab and drag it up it will float. Maybe that will do what you want?
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • CJI3 report not displaying values correctly in the "Total Quantity" field

    Dear Friends,
    Need your assistance on the issue explained below,
    In our project there is a scenario where the actuals posted on a WBS are split/distributed to various WBS.These actuals that are split can be CATS entries,manual posting (KB21) or postings that come to R3 from a legacy system.The split happens by means of a custom program and is not standard.There is a tab seperated text file that contains the split percentages and the sender as well as the receiver WBS elements.Off late it has been observed that after the split is done the CJI3 report does not show the split quantities correctly and hence there is difference in the values displayed in the currency field.This is not a rounding off difference and is considerable.We have done all possible analysis from our side but i am unable to find how the difference occurs.
    To add to this i have even come across certain notes which describe the issue closely but none of it has helped so far. I have simulated the scenario with the same settings in the Quality server and it seems to work fine there without any glitches. We have even compared the program in both the Quality as well as the Production servers and there is no difference in the program as well.The values for the total quantity field are stored in the table COVP and it has been observed the report is fetching this data to display in CJI3.
    I have run CJEN too but this too does not correct the report. I was just wondering if any of our colleagues can provide me with some suggestions or insight in this issue.
    Regards,
    Gokul

    Hi Praveen,
    Thanks for the response.
    Actually i did debug the program with the help of our technical guys but found nothing wrong in both the quality and the production system. We compared the program in both the systems and it seems to be same. I am exploring this issue. Will update the findings here.
    In case anyone has any suggestion please do suggest.
    Regards,
    Gokul

Maybe you are looking for

  • My Photoshop crashes when I try to print

    When I try to print to my HP Officejet7410 All in One from my MacBook Pro in Photoshop, each time I go to print the Yellow triangle with the (!) in it pops up and it states: The application Photoshop quit unexpectedly. Mac OS X and other applications

  • In iPhoto '11 I cannot change the book settings. For example, adding page numbers. There is no "option" button as is suggested by the help item.

    In iPhoto '11 I cannot change the book settings. For example, adding page numbers. There is no "option" button as is suggested by the help item. How can I change to book settings?

  • Need transaction code

    hai gurus            The difference between LPA and LP is that we can display the valid schedulling agreement releases transmitted to the vendor over a certain period. so what i request is to where to find the displayed valid schedulling agreement re

  • Expense types problem in portal

    HI All, We have different trip schema like Domestic Trip, International trip, Business trip>90days, Non-Travel related expense ect. I have created one new expense types and delimited 3 expense type. It is working fine for SAP t-code PR05 & Trip. In p

  • Bug in BufferedReader

    HI I'm writing a webserver with java,it works for text and html files but sends a bad image when an image is requested. I think bufferedreader has some problems,i tested it and i found that the readed string is not equal to real one. my code is somet