How to put comments within formulas

Has anyone played around with putting comments or labels within formulas? What I mean is to have a formula with several arguments, with some of them individually labeled with text.
If the arguments are cells, this often happens automatically if you have Use header cell names as references on, but in my situation, the source arguments only exist in the formula. And comments are nice, but they attach to the entire cell, not individual arguments.
What I'd like to do is a formula like this:
= 25 + 50
where I can tell that 25 is the number from May and 50 is the number from June.
Something like this would be ideal:
= 25["May"] + 50["June"]
but since there is not support for that in Numbers, the only way to do something like this is to fake it.
I have found three solutions:
=REPLACE("May",1,99,"25") + REPLACE("June",1,99,"50")
=IFERROR( NOT("May"), 25) + IFERROR( NOT("June"), 50)
=IF(TRUE,25,"May") + IF(TRUE,50,"June")
I prefer the last one, but none are particularly elegant. I wish I could find a single formula that takes just two arguments, the string and the value, and always outputs the value. The challenge is most formulas take cells or boolean expressions, not strings.
Can anyone else think of a more efficient way to do this?

Wayne, as I said twice previously, I am aware of using header cell names but that doesn't work since these values aren't referencing other cells. I only used May & June as an example.
Badunit, in my situation these formulas don't reference other cells or variables. I do that plenty often, but in this case these are many transient numbers that creating separate cells with headers would be too time consuming.
For example, I might be counting values for something I'm inventorying. An actual formula might look like:
= 10 + 25 + 22 + 5 + 15 + 5 + 2 + 160 + 5 + 5
That is the value for one location on one date; I have 12 locations, 100 dates with about 6 types of information to track, meaning 12 tables of 600 cells each already, 7200 cells total. I'm not going to also create 7200 separate tables with tens of thousands of cells to track each of those numbers separately; it's not that important and a big waste of time to do so.
But I do sometimes want to comment on discrepancies or unusual numbers. On the above, I might have written it as:
= 10 + 25 + 22 + 5 + 15 + 5 + 2 + IF(TRUE,160,"includes extra carryover from last week") + 5 + 5
Yes, comments are designed to do that. But they don't always make things easier: they are an extra place to enter information and look for it, and some people might miss it. The next day when someone updates the formula with changed values, they may not notice the comment, or they have to click back & forth to see what parts of the comment refer to what. If there are several commented values and they need to delete or change a certain one, it is easy at a glance to do so correctly.
I'm not saying there aren't other ways of doing this. I'm just saying in some limited circumstances inline comments could be time savers when you have a lot of data entry, and I was wondering if others had thought about solving the problem.

Similar Messages

  • Put comments in BIP

    Hi all!
    Can anybody tell how to put comments in BIP Code... or ... how to comment a single line even...
    Is there any way..
    Regards
    OraLearner

    Can you explain a bit more what you are trying to do?
    Do you want to include a comment in the RTF template (that won't display in the output)?
    If so, you could just add statements like:
    <?if: 1=2?>
    Comments here
    <?end if?>
    Thanks,
    Bipuser

  • How to put more than 1200 characters in a text form within a pdf created in Adobe Acrobat

    I need to know how to put more than 1200 characters in a text form within a pdf created in Adobe Acrobat. I have a request from a customer to do so and after googling I have came up with nothing. Also the customer would like it if they could convert said pdf form to a microsoft word document with the text form.

    There's no limit on the number of characters you can enter into a text
    field, unless you set it as such.

  • Hi, my facebook app on my Ipad3 has stopped allowing me to put comments on. Does anyone have any ideas how to correct this? Don't know if it is a problem with the Ipad or just the facebook app. Thanks.

    Hi, my facebook app on my Ipad3 has stopped allowing me to put comments on. Does anyone have any ideas how to correct this? Don't know if it is a problem with the Ipad or just the facebook app. Thanks.

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime: Set-up, Use, and Troubleshooting Problems
    http://tinyurl.com/32drz3d
    I saw one post where a user said dust got inside the small microphone hole. Using a vacuum cleaner removed the dust and restored the audio.
     Cheers, Tom

  • How can put photo comment in Facebook in safari or other browser, am using ipad 4 and this was working perfectly but unfortunately it's not working now..the attach photo feature is there but can't attach, please help me in this

    How can put photo comment in Facebook in safari or other browser, am using ipad 4 and this was working perfectly but unfortunately it's not working now..the attach photo feature is there but can't attach, please help me in this

    How can put photo comment in Facebook in safari or other browser, am using ipad 4 and this was working perfectly but unfortunately it's not working now..the attach photo feature is there but can't attach, please help me in this

  • How to insert, as an input variable within formula, the total time window on scope?

    How to insert, as an input variable within formula, the total time window on scope (i.e. 20ms/div x 10 div = 200ms)?
    BELOW IS AN EXAMPLE OF ISSUE:
    FORMULA FOR ACTION INTEGRAL:
    STATISTICS:
    Input variable: DPO4034(CH1);
    Check Box: number of samples.
    FORMULA
    Input variable 0: DPO4034(CH1); alias: x0
    Input variable 1: "Total Time Window on Scope???"; alias: x1
    Input variable 2: Number of Samples (CH1); alias: x2
    Under Operation Setup: Formula
    Y= (x0^2)*(x1/x2)
    Output: Processed Data 1 (CH1)
    THEN USING STATISTICS:
    Input signal: Processed Data 1 (CH1)
    Check Box: SUM
    Output: CH1 Action Integral [A^2s]
    Solved!
    Go to Solution.

    Hi again Catherine,
    I have now added another TekScope (TDS3032B) along with the DPO4034 and run the same work-around on the TDS3032B using CH1 as the "real" signal channel and CH2 as the "burst width" channel. However, the value returned for CH2 is nominally 99E+36 (min 99E+36, max 99E+36) with very few retrievals of correct burst width (~200ms). Seems the SignalExpress program is unable to consistently retrieve from TDS3032B the actual burst width (scope's time scale/window) and defaults to 99E+36 value. Any ideas on what is occurring and how to make it work? Attached are some screen captures to help guide discussion.
    Regards,
    Michael
    Attachments:
    TDS3032B - incorrect burst width.png ‏301 KB
    TDS3032B - correct burst width.png ‏287 KB
    DPO4034 - always correct burst width.png ‏302 KB

  • How to put user comments in WSDL File through webservices

    I created one web service application and i deployed and it is running.
    Now I want to put comments (like what is the parameters, type) in wsdl file for
    each method in my web service.
    I am using web logic server 8.1 service pack 2.
    Any can give answers to my question

    Use the sap-user parameter in the WSDL...for more information refer: /people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine
    Regards,
    Abhishek.

  • How to put web app to Oracle 8i Jserver ?

    I've developed a web app with JDev3.1 , Oracle8i 8.1.6 on NTServer4.0.
    and want to put it on Oracle Jserver 8.1.6:
    The app works well within JDev3.1.
    I depolyed my Business Components project and test well.
    I would like to know how to put web app to Jserver. Is it possible?

    when you say "web app" i am assuming you mean an applet, servlet or java server page(jsp) ??
    if you mean this, then you need to move to the rdbms 8.1.7 environment for this support.
    rdbms 8.1.7 supports servlets and jsp's in two different ways :
    externally -- on the rdbms 8.1.7 platform
    they can be run in an external apache front end included with the 8.1.7 rdbms.
    internally -- inside the rdbms 8.1.7
    they can be deployed internally to 8.1.7 in the "oracle servlet engine" (ose)
    applets and html static pages still need to be deployed to a web server on the mid-tier OR the external apache front end included with the 8.1.7 rdbms to optimize performance.
    i hope this helps ...
    p.s. if i've misunderstood your question , please restate it.
    null

  • How to put a single stack item to an album?

    Maybe a silly question, but I can't find out how to put a single item from a stack into an album. When I drag a stacked item to an album, the entire stack appears in the album. This is not what I want, I want to get the single item in the album.
    I know I can make a single stacked item in an album to be the albumpick. But this is not enough. Sometimes I need to put two items from the same stack into this album.
    Koen
    Message was edited by: Koen van Dijken

    Koen van Dijken wrote:
    Would this be as designed, and so a wrong use of stacks by me?
    It is as designed but I don't think what you want to do is a particularly wrong use of stacks. I can see using stacks as a way to reduce clutter in the browser but still wanting to be able to get to individual images in the stack to use..
    What is interesting is the wording in the Aperture users guide concerning stacks:
    Dragging Stacks
    You can drag an entire stack to a new location, *and you can drag specific images within a stack to a new location*. When a stack is closed, dragging the stack moves the entire stack. *When a stack is open, you can drag individual images to new locations in the Browser*. You can also drag images into a stack. If you drag an image within a stack into a different project, however, the entire stack moves to the new location.
    (emphasis added)
    So the first part sounds like you should be able to drag an image out of the stack to an album, the second just mentions dragging an image out of the stack in the browser.
    And in way you can do this, the only thing is what you end up doing is unstacking the image you drag out. Not exactly what you would want to do.
    I think it should be OK to place individual stack items into albums and have them remain in the stack. Any reason this would be a bad idea?

  • How to put the form in Query mode

    Hello
    Please let me know how to put the form or block in Query mode , so that when i run the form it should be in Query mode . I have seen properties of SET_FORM_PROPERTY and SET_BLOCK_PROPERTY but cannot find one
    Thanks

    QUERY mode? Did you mean, that you can only QUERY without changing data.
    This is the QUERY-ONLY-mode, which can be started e.g. call_form
    this is the help for that topic:
    PROCEDURE CALL_FORM
    (formmodule_name VARCHAR2,
    display NUMBER,
    switch_menu NUMBER,
    query_mode NUMBER,
    data_mode NUMBER,
    paramlist_name VARCHAR2);
    query_mode     
    NO_QUERY_ONLY (The default.) Form Builder will run the indicated form in normal mode, allowing the end user to perform inserts, updates, and deletes from within the called form.
    QUERY_ONLY Form Builder will run the indicated form in query-only mode, allowing the end user to query, but not to insert, update, or delete records.

  • Its sad! I dont no how to put songs from my library to my ipod! plz help.

    It says songs on the ipod cannot be updated because all because all of the playlists selected for updating no longer exist. I have lots of music in my library but i dont no how to put it into my ipod. If helped ill be sure to comment back. thanks again.

    See this...
    hudgie: iPod cannot be updated because one or more playlist...
    Basically connect the iPod to the computer. When it appears in iTunes go to edit-->preferences. Click the iPod tab. Select automatically update all songs or playlists or automatically update selected playlists and select playlist(s).
    btabz

  • I need help! I don't know how to put songs from my library to my library.

    It says songs on the ipod cannot be updated because all because all of the playlists selected for updating no longer exist. I have lots of music in my library but i dont no how to put it into my ipod. If helped ill be sure to comment back. thanks again.

    Connect the iPod and open iTUnes.
    Select iTunes prefs -> iPod.
    Select Automatically update all songs and playlists.

  • I tried to sinc my photos and i ended up deleting off my phone all the pictures.  i only ended up with one folder, and i cant figure out how to put rest of folders from my computer back on my phone.....help

    i tried to sinc my photos and i ended up deleting off my phone all the pictures.  i only ended up with one folder, and i cant figure out how to put rest of folders from my computer back on my phone.....help
    and on a second problem.  I need to know for sure that my contacts are backed up on my computer

    Create a parent folder on your computer to store the named folders of photos that you want transferred to your iPhone. Under the Photos tab for your iPhone sync preferences with iTunes, select the parent folder. All named folders of photos within will be transferred to your iPhone as separate folders or albums.
    Regarding your 2nd question, this should be easy. Your contacts should be available on your computer with or without an iPhone or any cell phone, which can be lost or stolen.
    Although contacts are included with your iPhone's backup which is updated by iTunes as the first step during the iTunes sync process, not a good idea to depend on this either since the iPhone backup includes a significant amount of other data. Contacts are designed to be synced with a supported address book app on your computer. With Windoze, this can be with Outlook 2003, 2007, or 2010 along with syncing calendar events and notes, or with the address book app used by Outlook Express with XP and by Windows Mail with Vista and Windows 7 called Windows Contacts for syncing contacts only.

  • How to use comments in tcode v/ld ? We are using price condition PR00.

    HI All,
    How to use comments in tcode v/ld ? if we use text internal comments( Ex: ABCD) in VK12 for Condition PR00.
    Tcode V/LD pricing report as 16 and we need that text comments(EX:ABCD) in V/LD report.
    Suggest me on this.
    Thanks
    Naveen

    Naveen,
    I created an SDN post about this within the past couple of months, unfortunately you would have to customize the reports as there is no standard functionality to display text comments within this report.
    [Text Comments in V/LD Pricing Report needed|Text Comments in V/LD Pricing Report needed]
    Hope this helps,
    Andy

  • How to put the short movie clip(avi file) saved in CD  to Ipod machine

    I have some Japnese animation clips(10 of them).I like to transfer those clips saved with avi file in CD disk to my I pod...But it doesn't even bring files automaticlly to I tunes when I put CD in my lap tops...Is there somenone who can pls let me know how to put burnt movie clip to I pod?
    Thank you in advance

    GUIDES TO: Converting Video for iPod - Mac & Window
    http://forums.ilounge.com/showthread.php?s=&threadid=123067
    The Complete Guide to Converting Video to iPod Format (Mac)
    http://www.ilounge.com/index.php/articles/comments/the-complete-guide-to-convert ing-video-to-ipod-format-mac/
    See other tutorial articles over at iLounge...
    http://www.ilounge.com/index.php/articles/tutorials/
    Patrick

Maybe you are looking for

  • Oracle 11g with OBIEE

    Hi, I have installed latest release of obiee on my linux server and trying to connect 11g database from it. But I am getting the following error: libclntsh.so.10.1: cannot open shared object file: No such file or directory [nQSError: 46029] Failed to

  • Performance Tunning- data extraction from FMGLFLEXA table

    Hi,   Need to fetch data from FMGLFLEXA table based on below condtion.        WHERE rfund IN s_rfund            AND rgrant_nbr IN s_rgnbr            AND rbusa IN s_rbusa            AND budat LE v_hbudat. Please tell me how can i optimize this extarac

  • How do I get Numbers to recognise my date formatting?

    I have my date format set in system preferences to YYYY MM DD. But Numbers seems to ignore this and only offers up its own list of possible formats, the best of which is MM DD. Also I wish time to be expressed as a 24hr clock eg 0745 for "Quarter to

  • NT CWS - Container - SecurityDescriptor

    Hello, In the code (Container.cs) that implements the IContainer interface, there is a function called GetGroups() which gets the NT User groups associated with the directory. Within this function, there is a call to a function GetACLEntries which re

  • Sap-abap faq's

    hi,   i want abap faq's which is used to face an interview, please help me, the different types of questions asked in the interview. please send an attachment to my mail my mail id is [email protected] thanks and regards chandra sekhar.