Recent Switcher from XLS needs help on Formatting UPC Codes in Cells

I frequently need to have 11 and 12 digit UPCs in my cells. Many of them have a leading ZERO. XLS has a way to custom format for them so it does not drop the leading zero or you can put it back if it has been dropped on opening.
Is there a way to custom format a text cell to include that leading ZERO or put it back in a column it has been dropped from?

OK,
I wished to know how they must be displayed.
In column B I used the formula:
=LEFT(RIGHT("00000"&A,12),1)&" "&MID(RIGHT("00000"&A,12),2,5)&"-"&MID(RIGHT("00000"&A,12),7,5)&" "&RIGHT(RIGHT("00000"&A,12),1)
In column C I used:
=LEFT(RIGHT("00000"&A,12),6)&" "&RIGHT(RIGHT("00000"&A,12),6)
If you tell me which is the correct format I would be able to give an AppleScript doing the formatting easily with no auxiliary column.
Yvan KOENIG (from FRANCE vendredi 21 mars 2008 20:33:37)

Similar Messages

  • I have the iPhone 4. I recently switched from PC to IMac. I am trying to sync my iPhone, but iTunes will not let me add or remove anything. Do I need to change a setting since I changed computers? Help!

    I have the iPhone 4. I recently switched from PC to IMac. I am trying to sync my iPhone, but iTunes will not let me add or remove anything. Do I need to change a setting since I changed computers? I try to add songs from my music into my phone section and it will not go... Plus the playlists on my phone are not updated on my iTunes phone on my computer. Its like it never updated. What am I doing wrong??

    Iphone will sync with one computer at a time.
    When you sync to another it will delete the current content.
    Make sure you have copied everything from your old computer to your new one first.

  • I recently switched from years of PC to iMac ( OSX 10.7.5) and need to batch convert thousands of old WordPerfect files (many without an apparent file extension) into my new Microsoft 2011 Word.  I am a computer nitwit and am hoping for some simple sol'n.

    I recently switched from years of PC to iMac ( OSX 10.7.5) and need to batch convert thousands of old WordPerfect files (many without an apparent file extension) into my new Microsoft 2011 Word.  I am a computer nitwit and am hoping for some simple solution.

    Try reindexing the mailbox. This can take awhile if you have a lot of mail.
    Reindex messages.
    If that doesn't work try deleting MessageUidsAlreadyDownloaded3.
    Quit the application.
    You need to look in your user Library. Either hold down the option key while using the Finder “Go To Folder” command and select your user Library in your home folder or use the Finder “Go To Folder” command and enter ~/Library/Mail/V2/Mail Data/MessageUidsAlreadyDownloaded3.  Move the file to your desktop.
    Open the application and test. If it works okay, delete the file from the desktop.
    If the application is the same, return thefile to where you got it from, overwriting the newer ones.
    If you prefer to make your User library permanently visible, use the Terminal command found below.
    Show User Library
    You might want to bookmark the command. I had to use it again after I installed 10.8.5. I have also been informed that if you drag the user library to Finder it will remain visible.

  • My wife recently switched from an iPhone to a Samsung and she can send text messages but she can't receive texts or emails. Any suggestions?

    My wife recently switched from an iPhone to a Samsung and she can send texts but she can't receive them nor receive emails. Her iPhone has had her info removed and the settings have all been set to default. What else does she need to do to correct this?

    In particular the last link is for you
    iMesssage to old phone
    If you move to another phone and forget to turn off iMessage then read “if you no longer have the device in http://support.apple.com/kb/HT5661  If you still cannot resolve it call Apple http://support.apple.com/kb/HE57
    To deactivate iMessage http://support.apple.com/kb/ts5185
    Read http://m.samsung.com/us/support/SupportOwnersFAQPopup.do?faq_id=FAQ00053450&fm_s eq=62995

  • Need help in formatting the Date - Date does not

    Need help in formatting the Date - Date does not formats and give Not a valid month error in the below scenario.
    select oc.ST_PGM_MGR, r.ag_dnum, get_major_work_type(r.perf_eval_rtng_id) "v_work_code", r.ag_dnum_supp "supp", r.intfinal, to_char(r.formdate,'MM/DD/YYYY') "formdate", to_char(r.servfrom,'MM/DD/YYYY') "srv_from", to_char(r.servto,'MM/DD/YYYY') "srv_to", descript, add_months(to_char
    --- Bellow line of Code on trying to format it to mm/dd/yyyy gives the error
    (r.formdate, 'DD-MON-YYYY'),12) "formdate2"
    from  table REdited by: Lucy Discover on Jul 7, 2011 11:34 AM
    Edited by: Lucy Discover on Jul 7, 2011 1:05 PM

    Your syntax is wrong - look at the post above where this syntax is given:
    to_char (add_months(r.formdate,12), 'MM/DD/YYYY') "formdate2"Look at the formula from a logical perspective - "inside out" to read what is happening -
    take formdate, add 12 months
    add_months(r.formdate, 12)then apply the to_char format mask - basic syntax
    to_char(date, 'MM/DD/YYYY')Compare to your syntax:
    to_char(add_months(r.formdate, 'MM/DD/YYYY'),12) "formdate2"You will see your format string inside the call to add_months, and your 12 inside the call to to_char.
    Good luck!

  • I recently switched from PC to a Mac Book Pro and some things are different. I used to be able to open a jpeg or tiff in camera raw on my PC in Photoshop CS6 by going to file, open as, picking my image under file name and "open as" click on camera raw. Ho

    I recently switched from PC to Mac and I want to be able to open a tiff or jpeg in camera raw. I could do it on my PC but can't figure out how to do it in Mac??

    Use File>Open, set Enable to All Readable Documents, then click on your tiff or jpeg and select Camera Raw under Format
    Then click on Open

  • Did Mac OS recently switch from 72 DPI to 96 DPI?

    Did Mac OS recently switch from 72 DPI to 96 DPI?
    I ask this because my MacBook renders text at 96 DPI, whereas I read everywhere that Mac OS (X?) renders text at 72 DPI, and MS Windows renders text at 96 dpi.
    Note I'm only talking font points to pixels, not pixels to screen (which is dependent on the display).
    For example, on TextEdit in plain text mode a 16 point font is rendered at 21 pixels, and that corresponds to 96 DPI (if it was rendered at 72 DPI, it would be 16 pixels instead of 21).
    I had a look at the "System Profiler" > Graphics/Display, but I couldn't find a DPI value. It only mentions resolution (e.g. 1366x768).
    So, do you know if Mac OS recently switched from 72 DPI to 96 DPI? And if yes, do you know at which version it made the switch?

    Thanks Kurt, but this was not the info I was looking for.
    My point is, how comes my Mac is behaving as a 96 dpi OS, where this is not documented anywhere that I know of?
    In fact, as I said, I've found plenty of documentation saying the mac is a 72 DPI OS
    (for example, wikipedia) and, even after extensive googling, I have found none saying it is a 96 DPI OS?
    In fact, everywhere it says Windows is a 96 dpi OS, and I've verified that.
    Every rendering engine has a specific DPI count, which does NOT relate to the question "how many pixels (or points) do I need to specify if I want my text to be x inches tall" (by the way, I call that "pixel-to-screen" resolution, or "points-to-screen" resolution). That depends on the screen.
    The DPI I'm talking about answers the question "how many points do I need to specify if I want my text to be x pixels tall". I call that the "points-to-pixel" resolution. That doesn't depend on the screen, it only depends on the OS (at least, when there's no "software" zoom, that's why I take TextEdit as a test on Mac, and Notepad on Windows).

  • HT204053 I recently switched from a pc to a Mac and now I cannot locate my music library in iTunes... Please assist

    I recently switched from a pc to the Mac and now I am unable to locate my music library in iTunes... any advice?

    Your question is a little bit vague, can you be more specific? Are you trying to find your iTunes library on the PC so you can move it to the Mac? Have you already moved it to the Mac? Can you see the music in iTunes on the Mac, but want to  find the folder where iTunes puts the music files?
    You might find this article helpful:
    iTunes: How to move your music to a new computer
    Or this:
    iTunes 10 for Mac: Find iTunes files

  • HT4061 I recently switched from my iphone to a samsung Galaxy S4, trading in my iphone. I now can not send/receive text messages from any iphones to my galaxy S4. Since I traded the iphone in, I can't access it to make any changes. Any ideas?

    I recently switched from my iphone to a samsung Galaxy S4, trading in my iphone. I now can not send/receive text messages from any iphones to my galaxy S4. Since I traded the iphone in, I can't access it to make any changes. Any ideas?

    http://support.apple.com/kb/TS5185

  • I am recently switched from a pc to laptop and in the move I can't find my "purchased" songs in my library any more.How do I get my purchased songs back into my lnew laptop Itunes library?

    I recently switched from a pc to a laptop and am in process of moving my Itunes library to my laptop.I cant find my "purchased"songs .How do I recover my purchased songs and get them into my new laptop library? There is a record of my purchase in the Itunes store.

    "Where do I find my hundreds of dollars of downloads I have done since 2005?"
    They will only be where you put them  If you are doing the very basics, then they will be on your computer and they will be in your backup copy of your computer.
    The itunes store is not global at all, never has been. You cannot redownload your content from another country.  You can only use the countrys itunes store for the country that you are physically located.

  • Need help for Format HD

    Hi I need Help for Formating HD so Wat Key need hold on start up for format HD I apprciated you Help

    Jesus:
    Formatting, Partitioning Erasing a Hard Disk Drive
    Warning! This procedure will destroy all data on your Hard Disk Drive. Be sure you have an up-to-date, tested backup of at least your Users folder and any third party applications you do not want to re-install before attempting this procedure.
    • With computer shut down insert install disk in optical drive.
    • Hit Power button and immediately after chime hold down the "C" key.
    • Select language
    • Go to the Utilities menu (Tiger) Installer menu (Panther & earlier) and launch Disk Utility.
    • Select your HDD (manufacturer ID) in left side bar.
    • Select Partition tab in main panel. (You are about to create a single partition volume.)
    • _Where available_ +Click on Options button+
    +• Select Apple Partition Map (PPC Macs) or GUID Partition Table (Intel Macs)+
    +• Click OK+
    • Select number of partitions in pull-down menu above Volume diagram.
    (Note 1: One partition is normally preferable for an internal HDD.)
    • Type in name in Name field (usually Macintosh HD)
    • Select Volume Format as Mac OS Extended (Journaled)
    • Click Partition button at bottom of panel.
    • Select Erase tab
    • Select the sub-volume (indented) under Manufacturer ID (usually Macintosh HD).
    • Check to be sure your Volume Name and Volume Format are correct.
    • Click Erase button
    • Quit Disk Utility.
    cornelius

  • My friend recently switched from iphone to blackberry, but my messages to her are still sent as imessage. how can i send it as a normal message? she doesn't receive any of my messages. her phone number is saved in my phone under the phone tab, not iphone.

    My friend recently switched from iphone to blackberry, but my messages to her are still sent as imessage. how can i send it as a normal message? she doesn't receive any of my messages. her phone number is saved in my phone under the phone tab, not iphone.

    Sounds like your friend didn't disable iMessage on his/her iphone before switching.  Have your friend do the following:
    Go to: https://supportprofile.apple.com/MySupportProfile.do
    Log in if not already logged in.
    Click on "edit products"
    Click on the "x" to the right of his/her old iPhone.
    Click "unregister"
    This should unregister it with the iMessage server, which will allow you to send texts as normal SMS.
    On your iPhone make sure you have Settings>Messages>Send As SMS set to ON.

  • I can't see the Audio Waveforms in the timeline. No triangle button to click. Just switched from FCP. Help!?

    I can't see the Audio Waveforms in the timeline. No triangle button to click. Just switched from FCP. Help!

    When I click on the wrench or right click to customize the box, these are the options I'm given.  I don't see waveform.  I've edited in Adobe Audition for years, and see the waveform panels in all the Premiere Pro tutorials, am I missing something?  (besides a brain?)

  • Recently switched from powermac to mac pro5 2x2.66GHz 6 -core xeon   running FCP 7 on OS 10.6.8  exporting qt files and rendering project files now takes longer than my old machine   looking at activity mon and % of user is aroun 6 and % of idle around 42

    recently switched from powermac to mac pro5 2x2.66GHz 6 -core xeon   running FCP 7 on OS 10.6.8  exporting qt files and rendering project files now takes longer than my old machine   looking at activity mon and % of user is aroun 6 and % of idle around 42  are all the cores being used with FCP7?

    johnnyapplesod wrote:
    exporting qt files and rendering project files now takes longer than my old machine
    It's because the PowerMac G5 had HUGE bandwidth with a fat BUS on each processsor so they could run hard, hot and heavy.
    It's not so with the Intel processors which are multi-core and share a common bus thus bottleneck.
    The newer Intel processors can do more work on the CPU, but when it comes to in/out they are s-l-o-w.
    I've had a wickedly fast dual processor (not dual core) G5, RAID 0 pair of 10,000 RPM drives as boot and a fast video card, I could do a lot very very fast.
    You'll likely have to upgrade to Final Cut X to get more cores utilized, prepare to cry a little bit, Apple is working on the features they stripped out of it to make amends to pro users who complained loudly. (all over TV too)
    http://www.loopinsight.com/2011/09/20/apple-releases-major-update-to-final-cut-p ro-x-release-demo-version/

  • I recently switched from an iPhone to an Android phone. I cannot receive text messages because Apple will not "release" my number from iMessage. I see others have had the same issue. How did you solve the problem, if you did?

    I recently switched from an iPhone to an Android phone. I cannot receive text messages because Apple will not "release" my number from iMessage. I see others have had the same issue. How did you solve the problem, if you did?

    This tech note addresses your problem: iOS: Deactivating iMessage

Maybe you are looking for

  • SD and Delivery objects Status checking

    HI Experts, In FI we have a transaction called FB99 to check whether the FI document is eligible for Archiving or not. Similarly , Do we have any transactions to check whether the given Sales , Invoice and Delivery documents are eligible for Archivin

  • I want a mobile for adventures!!!!

     I have a Nokia 5140i, I've always loved the phone, and I've had it with me on my adventures in South Africa, New Zealand and Australia. But... I've had it for 4-5 years now, and it's showing signs of it being soon time to be exchanged. So, I'm out l

  • Keep losing my D:Drive

    Hi All Please can you help me?? I bought a Ipod nano 2nd gen in January - installed everything, uploaded some albums, next time came to use PC and D:Drive had gone from My Computer and wasn't reading or playing any discs. Did system restore to get D:

  • OnRollOver sound in a movie clip object

    Scenario: I have a  frame with a quiz question and three answer options. The three answer options are movie clips. Their instance names are q1_soundA, q1_soundB, and q1_soundC. I want each option to make a different sound when rolling over them. My s

  • Time to convert pdf to excel

    How long does it take to convert a pdf to excel?