Why are my formulas not copying correctly?

Hello,
I am new to numbers and spreadsheets, i have been watching videos and reading tutorials all over the place and so far so good, but i ran into two problems i cannot solve, and i culdnt find the answer anywhere.
1- I created a simple sheet i need to convert the price in USD of some articles to its equivalent in other currencyes, so in this sheet there are 2 tables, one is very small (one row and one column) and is only for entering the current exchange rate.  The other table contains the articles, its price in USD and in the column that follows i need it to do a simple multiply formula where it takes the value from the column with the prices in USD X The current exchange rate that is in the other table. I used =B?Xexchangerate and it works, the problem is that when i want to drag that formula to the whole column using the yellow dot it changes the formula and creates an error, sometimes it copys correctly for 2 to 3 rows and then it changes it. I created a sample sheet to show you the issue: What am i doing wrong? also if i copy the formula, then select multiple rows and paste it it produces the same error.
2- Using the same example as above, is there a way to make that if i add a new row it automaticaly fills it with the formulas of the previous rows?
Please excuse my grammar errors, (i am not native).
Thanks you a lot in advance!

There are different ways to create references to cells.  Each copy/pastes differently.
In the first screenshot, if you fill down with the formula, in the next row it will become Price in USD Camera x Exchange Rate::B3. Because there is no Exchange Rate::B3, it is an invalid reference.
In the formula, change it to Exchange Rate::B$2 then it will fill down correctly
The $ says to keep the "2" constant.  If you had made it $B2 it would say to keep the "B" constant.  $B$2 says to keep the "B" and the "2" constant.

Similar Messages

  • Why are my pics not saving correctly?

    Using adobe elements 5.0. When I finish editing a picture and save as a new picture, it seems to save fine like always. But when I go to look for it in my documents it has no picture thumbnail and it looks like a blue paper. When I go to open it the file says cannot open because its the wrong type of file. It was working fine a week ago and just started doing this on its own. I already tried to uninstall and reinstall and that didn't help either. Any ideas?

    There are different ways to create references to cells.  Each copy/pastes differently.
    In the first screenshot, if you fill down with the formula, in the next row it will become Price in USD Camera x Exchange Rate::B3. Because there is no Exchange Rate::B3, it is an invalid reference.
    In the formula, change it to Exchange Rate::B$2 then it will fill down correctly
    The $ says to keep the "2" constant.  If you had made it $B2 it would say to keep the "B" constant.  $B$2 says to keep the "B" and the "2" constant.

  • Why are TypeKit fonts not displaying correctly in Pages (iWork)?

    I have just subscribed to TypeKit and am experiencing highly peculiar behavior from the two fonts I’m using in Pages (iWork): Basically, fonts in my document don’t respond appropriately to requested changes in style. For example, if I increase the point size by one point using the the formatting commands built into Pages, the font drops a point size. I’ve had the same experience using the kerning command, where the kerning decreases when I have set it to increase. (So far, the only fonts I’ve been using have been Futura PT and Proxima Nova.)
    Look at the example in the screenshot: “FEATURED EXPERT” on the top line shows in Pages as being 24pt Futura PT Book. However, “SOLO,” a few lines down, which is definitely displaying as smaller, shows as 25pt Futura PT
    In a potentially related issue, when I reopened this same document today, text boxes were suddenly too small for the text (again in Futura PT and Proxima Nova). It was as though Pages was suddenly reading those two fonts differently.
    I have had no issues with other (non-TypeKit) fonts in the same document.
    Anyone else experiencing anything similar? Any suggested fixes? I'm reluctant to unsync/resync the two affected fonts (the only ones I have sync'd to date) because I don't want to wreck the document!

    Thanks, Christopher. After I posted my original question, I did come to realize that it was Helvetica not Future PT showing. Here’s what happened, and here’s why I still need some guidance…
    The document dropped Future PT because when my wifi signal dropped, the Creative Cloud app displayed this error symbol (see graphic) in my menu bar.
    At that point, my computer could no longer access my TypeKit fonts and the document reverted to the system's Helvetica default.
    This was not an isolated incident.
    If I turn wifi off manually, there is no issue and CC continues to operate in the background as it should, with TypeKit fonts still available.
    However, if the wifi drops out on its own, I get the above error symbol and I then lose access to my TypeKit fonts. Very rarely, the CC app will self-correct when the signal is restored. More often than not, I must quit the CC app and relaunch it in order to get things back to normal.
    This doesn’t strike me as normal behavior Have you ever encountered anything like it? Do you know of  a fix that will allow the CC app to self-correct when the wifi signal is restored?
    Any assistance will be appreciated! 
    Thanks!
    P.S. TypeKit troubleshooting doesn’t address this particular issue.

  • Why are trim marks not printing correctly in Acrobat 9?

    I just upgraded from Acrobat Pro 7 to Acrobat Pro 9. In 7 when I had a document with bleed I could indicate that I wanted trim marks and they would print and I could see where the page would be trimmed. In 9 no matter what I do it puts the trim marks on the media edge not the trim edge. To test this I printed the same document in Acrobat 7 and 9 and the marks were correct in 7 and not in 9.

    I updated my printer driver and now all is good. Still don't understand why the driver was good for Acrobat 7 and not Acrobat 9, but problem solved so I'm happy.

  • Why are my styles not rendering correctly within differing browsers ?

    Hi - I'm building a site with WordPress and for some crazy reason the css styles I apply to the secondary Nav in the footer do not want to render across browsers. BUT they do render *perfectly* inside DW. I have tested in chrome, IE8, Safari and Firefox 4.0. They refuse to pick up the link a:link => #FFF instead they default to the a:link color given inthe primary Nav. The hover color works fine.  I repreat, inside DW everything is fine.
    I have tried making the footer-nav and the primary-nav highly specific to no avail.  My HTML looks fine, however, obviously WordPress generates additional HTML in building the unorder list for the navigation menu.
    I have spent hours on this with no results - ANY ideas are really welcome !   I privide th relavent  HTML and CSS below:  Thanks Vincej
    HTML:
    <div id="footer">
            <div id="footer_nav">
            <?php wp_nav_menu(array ('menu' => 'Footer Nav'));?>
            </div>
    <!--END FOOTER NAV-->
    CSS:
    #footer{
         width:960px;
         height:auto;
         margin: -20px auto 15px auto;
         background-color:#333;
    #footer_nav {
         padding-top: 10px;
         margin-left:80px;
         font-size:1.4em;
         font-family:Tahoma, Geneva, sans-serif;
    #footer_nav li a:link{
         color:#fff;
    #footer_nav li a:hover{
         color:#D72100;
    #menu-footer-nav li{
         list-style-type: none;
         display: inline;
         padding-right: 50px;

    I have just answered the question myself - it has only taken 4 hours !!
    when you are developing with Worpress and testing yor site in a real browser you MUST CLEAR THE CACHE between each visit to the site. DW does not keep cached data, therefore DW looks correct and real browsers look 'wrong'.
    sorry to waste everyone;s time
    the obvious sometiimes defets us !!

  • Why are the rules not working correctly?

    I have a rule, for example, that recognizes emails coming From: my address (a copy coming in from a forum) and also To: the forum address. It does 3 things to the message:
    1. puts in on a folder in Mail (folder created for that purpose).
    2. puts background color into the message.
    3. sets it as "read".
    What has been happening of late, is that the first 2 steps happen, but no number 3. Used to work. Seems like a problem since the OS upgrade. Anyone else seeing this?

    Hi there jcw242,
    You may find the troubleshooting steps in the article below helpful.
    iPhone: Can't hear through the receiver or speakers
    http://support.apple.com/kb/TS1630
    -Griff W. 

  • Why are the photos I copied onto a DVD from I-Photo not viewable by a Windows PC?

    Why are the photos I copied onto a DVD from iPhoto not viewable on a Windows PC?

    Because you did it wrong? It's hard to know unless you tell us what you did.
    What should work:
    Select the photos you want to share
    File -> Export and export them to a folder on the desktop. Burn that to the disk with the Finder.
    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.

  • Hello After upgrading iPhoto 9.1.2 when you synchronize the iphone / iphoto ipad events are not copied correctly (this option checked all the photos on itunes).

    Hello
    After upgrading iPhoto 9.1.2 when you synchronize the iphone / iphoto ipad events are not copied correctly (this option checked all the photos on itunes).

    I found this other thread discussing this topic, no fix, I will revert to 9.1.1 from Time Machine and wait for a new update.
    https://discussions.apple.com/thread/3023160?

  • Disc Burner. Why are some files not readable or writeable?

    Hello,
    I am trying to backup my friends computer files on a beige G3 (233 MHz). I am burning about 6 DVDs of AIF music files. Most of the files are about 30 - 40 Megs in size. Often I receive error messages on particular files that read:
    "The operation cannot be completed because some data cannot be read or written.
    (Error code - 36)"
    Followed by the choices: "Stop" or "Continue".
    I have a bad feeling that my startup disk is too small but I am not sure.
    Most of the files work fine. However some of the files cause disc burner to not be able to use them in the disc image before I burn. Why would this be?
    Here are the specifications:
    Computer: beige G3 with two hard drives (one SCSI and one ATA hard drive) and a Pioneer DVR-110D DVD writer which is Apple supported (Apple system profiler indicates Apple supported on this DVD writer). My blank DVD disks are Sony Vermatim DVD-R (1 - 16x speed support). Although I think my beige G3 only writes them at about 2 or 4x.
    I am using OS 10.1.5. My startup disk which has OS 10.1.5 in it is a 4 GIG SCSI disk. Is this big enough for a startup disk (for creating 4.5 GIG DVDs)? My files are on the second hard drive which is a 40 GIG ATA disk.
    I have a bad feeling that my OSX startup drive is too small for disk burning - it is only 4 GIGs in total and OSX Disc burner (Disc copy) is first making a disk image on my startup volume before it burns it. Perhaps that disk image is too large for the startup volume. Is there any way I could ask OSX to put this disk image on the second larger hard drive instead (not the startup drive?).
    Here is my process (I hope I am doing this right - I am new at this):
    1. I first insert a blank DVD-R
    2. A message pops up asking my if I would like to create a blank disc image for this disk (I think this is the typical Disk Copy utility window. I say "yes" and give it a name and choose the "DVD-R or DVD-RAM" option. (I am not sure if there are other important settings to choose here or better settings to use but I guessed the other options that seemed obvious. A blank disk image is created with an icon that looks like a DVD disk.
    3. Then I drag my chosen files to this blank disc image. It takes about 30 minutes to copy over. Thats when I receive the error message that some files couldn't be "read or written". The other files work fine but it would be nice if they all worked.
    Why would some files not be readable or writeable?
    4. Then I choose file/burn in the top menu and the DVD is created. This takes another 20 - 30 minutes. At the very end of the process another message pops up saying:
    "Sorry the operation could not be completed because an unexpected error occured (error code -28)" Followed by an "OK" button.
    However all the files that made it onto the final DVD are fine - its just that its not all of the ones I originally chose in the first step when dragging to create the disk image.
    Am I doing this the right way?
    Why are some files not "readable or writeable" as it indicates in the error message?
    Is my 4 GIG startup disk too small for this? or are the music files possibly corrupt? or could there be some other possible problem?
    Thanks

    To follow up, I have some good news. After following your advice Kappy, it now works very well Thanks! Instead of using the 4 GIG volume for the OS, I am now using an 8 GIG partition on an 80 GIG drive. So now the OS has some room to operate. No disk errors occured on my first DVD
    Now there was one problem. The second DVD burned gave me an error. I am not sure why but I am going to guess that because I had to installed the OS onto an 8 GIG partition maybe the OS needs to be rebooted in between disk burns because although 8 GIGs is certainly greater than the 4 GIGs I gave it last time, it still isn't a lot of space - maybe just enough to do one DVD at a time. Thats only a guess. So I rebooted to see if that clears the system out ready for the next DVD and I am trying to burn the second DVD again. If I remember I will report back. In any case, yes, this seems to be working. I hope this second DVD burns well too.
    Thanks Kappy

  • Why exchange rate is not displayed correctly when I create the PO in SRM?

    Hi Gurus,
    Yesterday I insert a new row at OB08 tx. at backend system (R/3) for exchange rate of May 17,2010, the value was 10.00. Then I run the BBP_GET_EXRATE program to replicate the info to SRM.
    But when I created a purchase order (PO) the value was 12.24 for exchange rate (this value 12.24 is the value for the previous day May 16, 2010).
    Today morning (May 18, 2010), I inserted another row at R/3 and replicated to SRM, the new value for May 18 was 11. I create another PO and the value was 10 for exchange rate (the value for yesterday).
    But when the PO is transmitted to R/3, the exchange rate is the correct.
    My question is: Why exchange rate is not displayed correctly when I create the PO in SRM? Exists an aspect of memory in SRM that it has to be refreshed? Why SRM is getting the exchange rate for yesterday? Is an issue for time zone?

    Hi Muthu,
    I'm in Extended classic.
    I already discovered what is happening. At the time of being creating the purchase order (PO), it takes the exchange rate of the delivery date of the shopping cart (SC). But when the order is authorized and tries to transmit it to R/3, it takes the exchange rate of the date of creation of the PO.
    Two checks of budget exist:
    1.- When creating PO (exchange rate date of delivery date of the SC's item)
    2.- When authorized and tries to transmit it to R/3 (exchange rate date of creation date of the PO)
    If exchange rate of delivery date of the SC is lower than exchange rate date of creation of the PO, there are cases in which it is marking budget error.
    Now my question is: It is a standard behavior? (to take different exchange rate)

  • Why are the iPhotos not listed in the finder?

    why are the iPhotos not listed in the finder?

    There are many, many ways to access your files in iPhoto:   You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    There's a similar option in Outlook and many, many other apps.  If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    If you want to access the files with iPhoto not running:
    For users of 10.6 and later:  You can download a free Services component from MacOSXAutomation  which will give you access to the iPhoto Library from your Services Menu.
    Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and 10.5 Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    Drag and Drop: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    File -> Export: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    Show File:  a. On iPhoto 09 and earlier:  Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.    3.b.
    b: On iPhoto 11 and later: Select one of the affected photos in the iPhoto Window and go File -> Reveal in Finder -> Original. A Finder window will pop open with the file already selected.

  • Why are my songs not numbered?

    why are my songs not numbered?

    Hi,
    In advance preferences, you can tell iTunes how to organise your library. Tick  keep iTunes organised and copy files to iTunes media folder.
    If this I has already been done, you may need to add track numbers from get info.
    Jim

  • Why are my videos not playing the right way up

    Why are my videos not playing the right way up

    I took four video clips while on a trip this week.  Two are oriented the right way (playing wide on the device and imported correctly).  The other two are Tall and not oriented right.  Orientation is 90 degrees to the right.  I don't know why this is happening on occasions.  Even some pictures I took did the same **** thing.  It's weird.  And I can't figure it out.  The camera is held the way I want the pictures and videos to be recorded and played but something internal is turning these videos and pictures 90 degrees clockwise.

  • Why are my movies not downloading? there is always coming error 9006 or it pretends that its loading but nothing is going...

    Why are my movies not downloading? there is always coming error 9006 or it pretends that its loading but nothing is going...

    wjdavis wrote:
    I can't remember exactly what I did. I do know that when I started it up, I couldn't find the Setup Assistant on the hard drive,
    No, once a user has been created, you can't run Setup Assistant  (without erasing and reinstalling).
    What do you recommend for fixing this?
    Here's what's happened: 
    When you first start up a Mac and create the first user account, OSX assigns it UID (User ID) #501.  The next one gets #502, etc.  Those UIDs (not the user name) are what control permission to files.
    You can see those numbers via System Prefs > Users & Groups;  click the padlock and enter your Admin password, then select an account and right-click it, and select Advanced Options.  Do not change anything on that window.
    So . . . assume your old iMac had a user 501 with the data you want; it's identified that way on the backups.
    When the Apple Store started up your new Mac, and created their account, it became #501.
    When you used Migration Assistant to transfer the 501 account from the iMac's backups, OSX copied everything there "as is" except it had to change the 501 to 502. 
    The new 502 account has all the right permissions to things now in it's home folder, but the backups belong to user 501.
    Have you added much to the Mac since you did the migration?  Have you done any new backups?  If not, while it's a bit of a hassle, one fix would be to create yet another user account temporarily.  Make it an Admin account.  Log on to it and delete all the other accounts.  Then migrate the accounts from your backups; this time there won't be a conflict, so OSX won't have to change the UUID(s).
    But if you have done new backups, this won't work, since Migration Assistant automatically uses the most recent backup.  There's a way around that, but it's a bit (or more) tedious.
    Clear as mud? 

  • Why are my fields not moving with my Dynamic stamp ? Only the artwork appears

    Why are my fields not moving with my Dynamic stamp ? Only the artwork appears

    Sounds like you're a candidate for Lightroom...based on the time you don't
    want to spend in Photoshop.
    Photoshop install media is likely created in large batches, perhaps in a
    foreign country, so it's understandable that you get Photoshop 11.0.0 is on
    the media.
    I don't know as I would use ProPhotoRGB as my working space in Photoshop.  I
    was merely suggesting that you look at your color settings to make sure
    things were the same on both machines.
    How do you know your actions are the same?  Did you copy the action
    recording from one computer to the other, or did you merely record the same
    steps on each one?  Have you compared the details of each action step in the
    Actions Palette to make sure they are the same?  The symptoms still sound
    like something different than sRGB being the output color-space, or the fact
    it isn't embedded on one or the other of the computers.
    How are you viewing the JPG when it looks the same or different than the
    RAW?  Are you looking at the side-by-side in Photoshop, or side-by-side in
    Bridge, or are you using a mixture of viewers, one Adobe, and one not?  And
    are you using the Canon Codec on Vista or not?  The Canon Codec would be
    showing the camera-preview in the RAW not the RAW adjustments that Adobe has
    done.
    While the OS shouldn't be causing a difference in how the action is run, a
    difference between OSes may make a difference in the processing to show up.
    The camera profile associated with a RAW file is visible in the
    third-from-right tab in ACR over at the right.  The one with the little
    DSLR-camera icon on the tab.
    Can you attach the two JPGs on a reply, here, or if not, upload a ZIP of the
    two JPGs and the RAW to a file-sharing site like http://www.rapidshare.com/
    and post the download link(s)?

Maybe you are looking for