Adding a Space in a Formula

Hi -
Col A - 4 digit code, e.g., 5010
Col B - 2 numbers, e.g., 48
Col C - 4 oor 5 digit code, e.g., 1011
I would like Col C to be 5010 48 1011 with the spaces.
Using the & creates the string 5010481011.
How do I insert the spaces?
Many thanks
Adam

Adam,
You are welcome.  Apple provides a free Users' Guide which maybe helpful for you:
Numbers '09 - User Guide

Similar Messages

  • Adding Business Days to a formula

    All-
    The formula below is adding a certain number of days to a call date based on dialer result code, but I want to be able to exclude Saturdays and Sundays.... And if it's not too much trouble holidays when adding the days.
    My formula is called @Workdate:
    If {DIALER_IVRCALLDETAIL.IVRDISPID}=106 then {DIALER_IVRCALLDETAIL.CALLSTARTDT}+3
    else
    if {DIALER_IVRCALLDETAIL.IVRDISPID}=105 then {DIALER_IVRCALLDETAIL.CALLSTARTDT}+3
    else
    if {DIALER_IVRCALLDETAIL.IVRDISPID}=90 then {DIALER_IVRCALLDETAIL.CALLSTARTDT}+2
    else
    if {DIALER_IVRCALLDETAIL.IVRDISPID}=91 then {DIALER_IVRCALLDETAIL.CALLSTARTDT}+3
    Else
    if {DIALER_IVRCALLDETAIL.IVRDISPID}=92 then {DIALER_IVRCALLDETAIL.CALLSTARTDT}+2
    I would appreciate any help you can offer!
    Thanks!
    James

    Lets name the existing formula like this
    @DateCalculated:
    If {DIALER_IVRCALLDETAIL.IVRDISPID} in [106,105,91] then ({DIALER_IVRCALLDETAIL.CALLSTARTDT}+3
        - DateDiff("ww", {DIALER_IVRCALLDETAIL.CALLSTARTDT}, {DIALER_IVRCALLDETAIL.CALLSTARTDT}+3, crSaturday)
        - DateDiff("ww", {DIALER_IVRCALLDETAIL.CALLSTARTDT}, {DIALER_IVRCALLDETAIL.CALLSTARTDT}+3, crSunday))
    else
    if {DIALER_IVRCALLDETAIL.IVRDISPID} in [90,92] then ({DIALER_IVRCALLDETAIL.CALLSTARTDT}+2
        - DateDiff("ww", {DIALER_IVRCALLDETAIL.CALLSTARTDT}, {DIALER_IVRCALLDETAIL.CALLSTARTDT}+2, crSaturday)
        - DateDiff("ww", {DIALER_IVRCALLDETAIL.CALLSTARTDT}, {DIALER_IVRCALLDETAIL.CALLSTARTDT}+2, crSunday))
    Now create new formula like this
    if weekday(@DateCalculated)=7 then
    (@DateCalculated)+2
    else if weekday(@DateCalculated)=1 then
    (@DateCalculated)+1
    else
    (@DateCalculated)
    place this in the report which gives the expected date.
    Regards,
    Raghavendra

  • Does an application have to know a "secret handshake" to be added to spaces

    It seems that some applications can be added to Spaces' "Application Assignment"s, and some can't. For instance, there's no problem with adding Firefox, whereas DOSBox is silently ignored. You go through the dialog (started by pressing the "+" under the Spaces "Application Assignment" list), navigate to the executable for DOSBox (.../DOSBox.app), click "Add," and you're returned to the System Preferences, but the application is not added to the list!
    I thought it might be the base directory in which the application is found, but copying the app to /Applications didn't make it work, either.
    What's the magic? Is it buried in a plist or something?

    You can assign properties to a MovieClip dynamically.  Howvever this does not apply to all objects.  For instance, you cannot do this for Sprites and SimpleButtons.
    You should declare all variables/objects.  If you are operating in strict AS3 mode, that line alone would throw  errors for two reasons... neither game1 nor mcContainer is declared.  When you are not working in strict mode, you can get away with sloppy coding.  Try the following in a file that is set up for strict mode and see what you get...
    var game1:MovieClip = new MovieClip();
    mcContainer = addChild(game1);

  • Adding filesystem space

    How can I add filesystem space to a filesystem that has reched 100%? It is the /usr filesystem and it is on a x86 machine running solaris 10. Will this also be the same way adding filesystem space on a Sparc machine?

    Since /usr is just a loop back file system in a zone, I doubt you're really asking about zones here...
    That said, check out this -- it might help:
    http://www.sun.com/bigadmin/content/submitted/expand_ufs_svm.html

  • Stop iPhone adding a space to a phone number

    Hi - for the third time or so, I am getting peed off that I cannot send a text to a number without iPhone adding a space.
    For example if someone says: "Text STOP to 123456 to stop these messages", the iPhone reformats "123456" to "123 456" or some such, and the text does not go.
    Surely there is a way to stop this? Blowed if I can find it! And Googling it has not helped.
    On another point, it puts me off uising this type of texting for marketing of my own, because if I - fairly web-savvy - cannot suss it out, then many other iOS users won't be able to either.
    Thanks for ideas or thoughts .
    Malc

    Why do you want spaces??? It's an evil thing, I hate it and it ***** up my addressbook! It won't turn off even if I have turned formatting off in Address Book.
    Apple PLEASE learn from other manufacturers who have the experience of making phones, like Nokia and Sony Ericsson. Just a simple thing as sending a contact to another phone via Bluetooth or SMS, how come you haven't added that yet???

  • PDF Report adding white spaces

    NEVER MIND.... Why is their no DEL option... Added fm in front of MONTH ('DD fmMONTH YY') and its fixed.
    I have a report that goes to a PDF based on a RTF template. On the Dates, the XML Feed looks fine, but when it generates the PDF it is adding random white spaces in the date.
    XML Feed:
    <REPORT_DATE>31 AUGUST 09</REPORT_DATE>
    <ORDER_DATE>19 AUGUST 09</ORDER_DATE>
    PDF Returns:
    Dated 19 AUGUST 09
    31 AUGUST 10
    so the year is seperated from the month. The SQL is a TO_CHAR(ORDER_DATE, 'DD MONTH YY') and so on...
    Any thoughts from anyone??? Please.....
    Edited by: Matt.Smith on Aug 26, 2009 7:56 AM

    Because instead of editing your previous message, it is a better practice to add a new message and CLOSE the thread there. Allows people to see the thread properly..
    Thank you,
    Tony Miller
    Webster, TX

  • Problem on Creating a Swapfile for adding swap space

    Folks,
    Hello. I am using Oracle Linux 5.6. At this time, the Linux swap space is 0 KB by using the command:
    [root@rac1 /]# grep SwapTotal /proc/meminfo
    I need 150MB swap space to install Oracle Database. I create the swap space using the following commands:
    Step 1:
    [root@rac1 /]# dd if=/dev/zero of=/swapfile bs=1024 count15360 hit enter
    Output: 153600 to records in
    153600 to records out
    157286400 bytes(157MB) copied, 3.3835 seconds, 46.5MB/s.
    Step 2:
    [root@rac1 /]# mkswap /swapfile hit enter
    Output: Command not found.
    Step 3:
    [root@rac1 /]# swapon /swapfile hit enter
    Output: Command not found.
    Step 4:
    [root@rac1 etc]#vi fstab
    Add this line into the file: /swapfile swap swap defaults 0 0
    Save and close the file fstab.
    Step 5:
    Reboot Oracle Linux 5.6 and run this command:
    [root@rac1 /]# grep SwapTotal /pro/meminfo
    Output: SwapTotal: 0 KB
    As you see above, swap space is not added. I think the problem is that the commands "mkswap /swapfile" and "swapon /swapfile" are not executed.
    My question is : Do any folk understand how to add the swap space successfully ?

    When you execute a program, the command shell will walk through the locations specified by $PATH environment variable in order to find it. The "./" path is the current working directory and should not be in the $PATH environment to make sure applications are run only from locations defined by $PATH and not the current working directory. You can bypass this behavior iif you specify the full absolute path to the program at the command prompt, e.g. cd /sbin, ./mkswap or /sbin/mkswap. Other programs and administration tasks will use Linux utilities located in /sbin without specifying the full path and will not work if /sbin is not part of your PATH environment.
    You may have seriously screwed up your system because your root account contains /home/ora11g/bin, which is normally defined by .bash_profile located in the user account's home directory. Before analyzing your login scripts, I suggest you post the output of the following command:
    cat /etc/passwd

  • Adding a space to contact numbers...

    I am adding mobile numbers to my contacts but am wondering how I can add a space when I add them e.g. 0411 000 000, at the moment it only will enter them 0411000000

    Why do you want spaces??? It's an evil thing, I hate it and it ***** up my addressbook! It won't turn off even if I have turned formatting off in Address Book.
    Apple PLEASE learn from other manufacturers who have the experience of making phones, like Nokia and Sony Ericsson. Just a simple thing as sending a contact to another phone via Bluetooth or SMS, how come you haven't added that yet???

  • Content Coversion in Receiver Channel to Windows platform adding xtra space

    I am using SAP's content conversion module, MessageTransformBean, to build a file from a proxy.  If I send the file to a UNIX platform, everything is ok.  If I send the file to a Windows platform, an extra space is added at the end of each line, making the record length 1 character too long.  I changed it to comma delimited, and the extra space was not added.  Is there anything special I need to do when sending to a Windows platform?
    fcc     Transform.Class                                                                                    com.sap.aii.af.sdk.xi.adapter.Conversion
    fcc     Transform.ContentType                                                                                    text/plain;charset=utf-8
    fcc     xml.ZH38CI_BN_US_DELTA_CA_DTL.fieldFixedLengths                          1,9,4,4,1,6,1,8,16,6,6,1,6,6,1,1,3
    fcc     xml.ZH38CI_BN_US_DELTA_CA_DTL.fixedLengthTooShortHandling     Cut
    fcc     xml.ZH38CI_BN_US_DELTA_CA_HDR.fieldFixedLengths                          1,2,4,30,29,10,4
    fcc     xml.ZH38CI_BN_US_DELTA_CA_HDR.fixedLengthTooShortHandling     Cut
    fcc     xml.ZH38CI_BN_US_DELTA_CA_TRL.fieldFixedLengths                          1,8,71
    fcc     xml.ZH38CI_BN_US_DELTA_CA_TRL.fixedLengthTooShortHandling     Cut
    fcc     xml.addHeaderLine                                                                                0
    fcc     xml.conversionType                                                                                StructXML2Plain
    fcc     xml.recordsetStructure                     ZH38CI_BN_US_DELTA_CA_HDR,ZH38CI_BN_US_DELTA_CA_DTL,ZH38CI_BN_US_DELTA_CA_TRL

    I tried moving the module to every possible position, and I could not get it to work for receiver channel.  Maybe I didn't have something correct, but I was able to use this solution in a sender channel.  Thank you for that.  FYI...I was able to get the my receiver channel working with the following parameter for each structure.
    xml.XXXXXXXXXX.endSeparator     '0x0D''0x0A'

  • Quicktype adding a space after the selected word.

    Does anybody know if the following can be disabled / adjusted or overcome in any way?
    If you accept the suggested word then a space is automatically added after the word. If you then wish to add a full-stop, (sorry, "insert a period"!!) comma, exclamation mark etc you have to backspace to the end of the word.
    Not earth-shatteringly important nor difficult I know but seriously annoying!

    Amazing!
    I was about to ask the very same question as neo680.
    The solution is so simple, I would never have thought of it.
    Thank you very much!

  • Advice on adding disk space

    I've got Arch installed on a 100Gb drive. I have separate partitions as below:
    /             7.6 Gb
    /boot       0.4 Gb
    /home   91.0 Gb
    swap        1.0 Gb
    Now I'm adding a new secondary drive that has 40Gb of free space, which I'd like to use for Arch.
    I need to free up more space for / and /boot, as I'm always bumping against the limit on those two partitions.
    There's a lot of stuff under /home that I could easily move to a secondary drive, but I'm not so sure about moving stuff from / or from /boot. I'm thinking I should have "mission critical" files on my primary hard drive.
    Also, I'd prefer to judiciously shift stuff from / and from /boot rather than trying to "grow" either of these two partitions. I once had a bad experience once trying to resize a partition. Yes, I had backed up my data, but it was still a big hassle getting Humpty back together again.
    Are there any directories under / that can safely be moved to a partition on a secondary drive?
    Same question for /boot: can any of the directories under /boot be moved to a secondary drive.
    Any suggestions would be very very helpful. Thanks.
    Last edited by dhave (2008-04-20 15:33:44)

    Here's a related question: if I want to copy /usr to the new partition, can I do so as I'm actually using my current installation of Arch? Or do I need to reboot with a live CD? I don't want some files to get left behind because they're in use.
    Note that I'll be copying and not moving, at least in the first phase of this operation.
    The procedure I'm planning to use is courtesy of Regor in this post, to wit:
    1) mount the new filesystem somewhere out of the way. e.g. "mount /dev/hdXX /mnt/new"
    2) copy over the contents of /usr there: "cp -a /usr/* /mnt/new"
    3) create a directory under that filesystem for home to live in. e.g. "mkdir -pv /mnt/new/usr/local/home" (The example puts it in /usr/local so the system won't be tempted to mess with it)
    4) copy contents of /home to the new directory: "cp -a /home/* /mnt/new/usr/local/home"
    5) create new fstab entries for both filesystems. e.g.:
    Code:
    /dev/hdXX         /usr   ext3   defaults  0 1
    /usr/local/home   /home  none   bind      0 0
    6) reboot.
    7) once it's determined that it all works right, boot some other media and delete the contents of the old /usr and /home to free up that space.

  • Muse adding weird space

    I'm not sue what I did, but all of a sudden Muse has started adding an extra space. I attached an image of what the site is supposed to look like. All the different sections butt against each other. Here's the link to view what is actually happening. http://sparkdesignstudio.businesscatalyst.com/index.html
    For some reason under 'my work' the blue gets cut off short and there is a large weird space before the 'about me' section. I can send my file if I need to. Please help!

    It previews differently in Muse than it does in Firefox. The navy blue background is now just a thin line, but the 'about me' section is in the right place. See attched...
    It was working just fine and all of a sudden it started previewing weird. I'm thinking I accidentally changed something without realizing it.

  • Acrobat 9 adding odd spaces in words when creating PDF

    In the process of creating a PDF from a document using Acrobat 9 Standard AND Pro, extra spaces are being inserted into the text.
    I have searched everywhere for a solution. Anything I found indicated fonts should be embedded. That's not a solution as we embed all fonts used in a document. Technical notes:
    using File > Print and selecting Adobe PDF as printer
    job options customized to embed all fonts used in document
    use of Acrobat 9 Standard and Pro - happening with both versions
    no consistency in the "error" - one PDF creation of the document is mangled, then one creation of the same document is fine
    Samples attached.
    Help!

    We are using Adobe FrameMaker 8.0.
    Save as PDF allows us to use our job options, so we felt it wasn't any different than doing a print - are we wrong?
    Create PDF not an option available with Frame docs.
    Re: software conflict, could having Reader installed on our systems (Windows Vista Enterprise) provide conflict? We haven't received any sort of error messages, etc.

  • Adding 'discription' space when viewing photo's in my 'Gallery'

    I've posted several albums in my 'Gallery'. Until today I hadn't really worried about the description of any photo in any album. Today I added a descriptions to all the photos in one album.
    Now when I go to my "Gallery" on the web and bring a photo up, then click on the 'I'...what I see in my description box is about half of what I wrote. Unlike the the text entered in the 'description box' before I published the album I'm unable to scroll when I view it on the web so about half (more or less) of what I wrote is worthless. Is there any way to enlarge the viewing box in my web "Gallery" so the complete description shows?... or be able to scroll after getting to that site?

    HEY--
    You're not alone. The same thing is happening to me. This is what happened: First, my computer had too many photos on iPhoto, and I couldn't download anymore, (I have a G5 and lots of memory too but it didn't matter since I have tons of pictures)and my computer would say my start-up disk was full. I tried to delete some images to no avail. So I decided to buy another hard drive. I wanted to use that one for my photo library rather than the first hard drive, so I had enough room to work with.
    I still couldn't download photos to it, since iPhoto was still on my first hard drive. So, I tried moving iPhoto to my second hard drive by dragging it and placing it there. It asked where my library was, so I directed it to the location I thought it was in my Pictures folder.
    This is when things started getting mixed up. It no longer was backing up my iPhoto library to my Pictures folder. Whenever it would ask me to update my thumbnail cache, it started substituing dashed lines instead of my photos in its place. Little by little, this was happening. I could still download new photos into my iPhoto Library, but some photos from the past were getting corrupted and I couldn't salvage them or see them in any way, other than the dashed lines.
    Recently, I have had two weddings to edit, and I cannot see the photos for the reception of one of them after I updated the thumbnail cache again. I thought it would bring my photos back, but rahter it made them so I can't see them!
    I have read the other posts about this same issue, and I am about to just take my computer into MacDocs, but rather I'd like assistance here if possible since I need this taken care of, and I pay $100 every year for MacPro, and noone was available there to help me!!!
    Please... any help would be appreciated. I too nervous to move anything else, and I would like some REAL help to this issue.
    Thank you in advance!
    G5   Mac OS X (10.4.6)   firefox

  • Gallery caption custom settings - adding blank spaces?

    When using  the custom settings in the Caption option within the Gallery Module I would like to add blank spaces between options but can't find a way to do it. I prefer not to use dashs or other characters for separators. Ie: <filename> blank space/s <custom text>.  Even with custom text, only only blank space is accepted no matter how many you put in. Can this be done?

    I'm not too familiar with the web module, but if you want there to be a series of spaces, you have to use a series of non-breaking space entities, all in a row. If you are doing that, it appears that the interface or the processing is removing them. You might be forced to hacking the template. I hear they are just HTML files renamed to something else and stashed somewhere in the Lr install directory.
    If you do end up hacking your own template, you might want to style the divs and spans you are using, as that will be more robust.

Maybe you are looking for