How can I record reading and spelling ages for my pupils?

Hello!
I am trying to do quite a simple task in numbers but it is proving very difficult.  I am a special needs teacher who is new to IWorks and I wan to record my students' spelling and reading results as ages in years and months e.g. 8 yrs 11 months.  I cannot find a format to do this.  Once I am able to do this, I then want to be able to subtract their readng age from the previous year from their current reading age to see how much progress they have made in months.  I have found the duration formatting that allows you to record things in weeks and days, but nothing to record data in years and months.  If anyone is able to help, I'd greatly appreciate it.
Thanks
Tara

The brute force approach would be to explicitly list the Yr and Mo in separate columns. The improvement calculation would be done on the Yr and Mo columns using an if statement to handle the arithmetic for the 1 year = 12 months complication.  The following figure shows an example showing the equations for F2 and G2.
You could also do the improvement calculation by converting everything to months... but then you would have to separate the answer back into Yrs and Mos using the INT and MOD functions.
One thing... I have not checked the equations to see if they work correctly for a student who has regressed to a lower reading level.

Similar Messages

  • How Can I get read and write permission for NTFS formatted external Hard Drive?

    How can I use my external formatted disk on MAC with full permissions?

    Install software such as Paragon NTFS on the computer.
    (63161)

  • How can one record live and simulatoneously show what is getting recorded?

    hello friends
    how can one record live video and simulatoneously show what is getting recorded?
    please help?
    Manmeet

    i have found solutions
    thanks

  • How can i record sound and save it in a file..?

    Can someone plz provide me a simple code for recording sound and saving it in a file..

    Nope...all of the code to do that is complicated...and since you apparently can't figure out google, I'm afraid you're likely out of luck.

  • How can use VISA Read and the Wait Function properly

    I am trying to read an instrument. The is a simple instrument because all it does is feed data; there aren't not any write commands whatsoever. I am trying to read the instrument in time intervals. It seems to work fine except for the one second interval. Every 5 seconds I don't get reading and there are zero bytes at the serial port. Any suggestions on what I should do?

    There is a Visa serial VI called VISA Bytes at Serial port. Use a comparison node for =0 and wire this to a case structure. In the false case, read your data.

  • How can we align TOC and Navigation bar for Captivate 4 Aggregator Project?

    Hi,
    Is there any way we can align the bottom of TOC and Navigation bar of Captivate 4 Aggregator project. Or can we give a background color so that they don't look like different entities.
    Thanks,
    Janhavi

    I had this issue too.  What I discovered was that some of the slides in one of my presentations were off the screen.  Some because I had dropped pictures onto a blank slide, and others because I switched background images on recorded slides and didn't merge the images into the existing background.  After fixing those issues and republishing, I put the revised .swf into the aggregator and it worked. 

  • How can I set up and email address for my grandson without giving him general access to the internet? email only

    My grandson's school needs him to have his own email address. For some reason, his is not able to use my address. I do not want him to have general access to the internet. His older brother caused my computer to be infected with a virus in a very short time. It took three weeks and one hundred dollars to get the use of my computer back.
    I do not want him to have access to the internet, but his school wants him to have an email address to communicate with him about school work. I am concerned that once he has an email address, someone (not the school) will send him a web site address in a message and he will be able to just click on it to get into the internet.

    You can use an email program (e.g. Outlook Express or Windows Live or Thunderbird) and disable HTML for that email (text only mode) to access the email account. You can create a new email account if your your ISP supports it or use a online service that allows POP3 access with an email program (most popular services allow that).

  • How can I record in mono useing L for ch1 R ch for 2 and so on

    and have playback uniformed up 40 tracks.?

    Assuming that you are asking about recording in Multitrack view. In the track you just have to click on the input selection box (right pointing arrow) in the track header and select your required mono input there. Ususally the Inputs from your audio interfaced are number, for instance, (01S), (02S) etc for the stereo inputs and (01M), (02M) etc. for the mono halves of stereo inputs.

  • How can i create forward and back buttons for a dreamweaver slideshow?

    Hi
    I am an illustrator attempting to create a website in dreamweaver (basically it will be an online portfolio). I would like to have a box/slideshow with images of my work that someone can browse through by clicking 'next' and 'back' buttons. Does anyone know how to do this? I have been trying to find out how to do this for ages - i dont want to use flash if possible as i am worried about making the site too complicated. I know how to make swap image thumbnails, but i think my site would be more user friendly (and look more professional) if i could have next and back buttons. Would this involve complicated css code (which scares the life out of me!) or is there a relatively easy way to do it? I have got two 'dreamweaver for idiots' books, but neither of them cover this topic. Can anyone help?

    If you are using CS4, there is a Command to create a Web Album... this does it automatically for you.
    Otherwise, you can create this manually.  Say you have 3 pages,
    page1.html  (is the index page of the album)
    page2.html
    page3.html
    Therefore, using ordinary text links
    Home would link to page1.html
    Previous would link to page3.html
    Next would link to page2.html
    You would need to make adjustments naturally to each page as you move along with the gallery pages, changing the previous and the next links as needed.  Below is a a basic example of setting up the links in a simple table structure.  You would also then style the table layout as you see fit - yes, using css preferably  :-)
    <table>
    <tr>
    <td><h2>MY GALLERY OF PHOTOS</h2>
    <a href="page3.html">Previous</a> | <a href="index.html">Home</a> | <a href="page2.html">Next</a>
    </td>
    </tr>
    <tr>
    <td>
    <br>
    <a href="../images/img_2401_jpg.jpg"><img src="../images/img_2401_jpg.jpg" border=0></a><br>
    </td>
    </tr>
    </table>
    Here's an article on creating an album using the DW Command I mentioned earlier. You could create the album and then copy and paste the code into a current page if you've already designed on.,... not too difficult, I just tested it.  You do however, need to have Fireworks to process the images.
    http://livedocs.adobe.com/en_US/Dreamweaver/9.0/help.html?content=WSc78c5058ca073340dcda91 10b1f693f21-7ad1.html
    You could also check out the Lightbox effect which is very popular:
    http://www.lokeshdhakar.com/projects/lightbox2/
    Or do a google search for 'jquery'.  There are different album effects using that framework as well.
    Hope some of this helps  :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    Book: Ultimate CSS Reference
    http://www.sitepoint.com/launch/005dfd4/3/133
    http://twitter.com/nadiap

  • How can pkg-get resolve and install dependancies for a selected package?

    Hi all,
    i am using pkg-get for installing phpmyadmin an a solaris 10 os.
    when i do "pkg-get -i phpmyadmin", hi try to install apache2 but he cannot because he don't want to install the dependancies for his package
    -bash-3.00# pkg-get -i phpmyadmin
    WARNING: gpg not found
    No existing install of CSWphpmyadmin found. Installing...
    Pre-existing local file phpmyadmin-3.1.2,REV=2009.02.27-SunOS5.8-all-CSW.pkg.gz matches checksum
    Keeping existing file
    Analysing special files...
    Trying to install dependancy apache2
    No existing install of CSWapache2 found. Installing...
    Pre-existing local file apache2-2.2.11,REV=2009.03.29-SunOS5.8-all-CSW.pkg.gz matches checksum
    Keeping existing file
    Analysing special files...
    Trying to install dependancy apache2c
    Error: dependancies for apache2c not up to date.
    You may call pkg-get again with '-v -u apache2c' to see which ones
    Or, call pkg-get with 'upgrade all' to bring all installed pkgs up to date
    ERROR: install of CSWapache2c failed
    ERROR: could not install required dependancies for CSWapache2
    Once dependancies are up to date, call
            /opt/csw/bin/pkg-get -i apache2
    to (re)install
    ERROR: install of CSWapache2 failed
    ERROR: could not install required dependancies for CSWphpmyadmin
    Once dependancies are up to date, call
            /opt/csw/bin/pkg-get -i phpmyadmin
    to (re)installif i want to install apache2c, he don't want, because he don't have the dependancies, etc....it's infernal, i try "pkg-get -u" for upgrade all package, but it's don't resolve any thing.....
    have we a way for configuring pkg-get for installing the dependancies by himself? (like apt-get)
    another pb : when i try to install one of the dependancies, i have the messsage "Les conventions d'administration syst&#65533;me n'autorisent la cr&#65533;ation que
    d'une seule copie du module <CSWggettextrt>. Or, le nombre maximal de
    copies de module admis en m&#65533;me temps et sur le m&#65533;me syst&#65533;me est d&#65533;j
    atteint.
    "sorry it's in french but it said that he don't want to install the package because "the system administrattion convention allow only one copy of the package", it is because it's already installed?
    thank for your help....

    Hi
    For the last problem, what does
    pkginfo | grep gettext
    show?
    Paul

  • How can I record an audio sound and convert it to a ringtone?

    How can I record an audio sound and convert it to a ringtone?

    Record your voice using iPhone (for ringtone only 35 secs or under are valid), sync iPhone with iTunes.
    In iTunes the recorded voice is listed under Music as some_numbers.m4a.
    Right click on the item and choose Create AAC version.
    Drag the converted voice onto the desktop.
    Delete the voice copy in iTunes. (important step)
    On desktop, rename the some_number.m4a to something_more_intelligent.m4r
    Drag it back to iTunes and you will find it under Tones.
    Now select it (for sync) and connect your iPhone, do a sync.
    If everything works out, it will be in Settings > Sounds > Ringtone.
    Now choose a contact you want to assign this ringtone, tap Edit and add the ringtone.
    Hope this helps.

  • How can I record an Audio Instrument (saxophone) and listen to a reference track at the same time?

    How can I record an Audio Instrument, and listen to a reference track at the same time?

    Are you using an external audio controller or the line-in and headphone jacks on the side of your computer? You shouldn't have an issue using headphones when you're recording through the line-in but you may want to make sure you have monitoring on and it's going to the right place.
    If you're using an external audio controller, try making an aggregate device combining the controller and the "built-in output" into the same device. Go to Applications/Utilities/Audio MIDI Setup, click the "+" sign at the bottom left to make a new device and check the "use" boxes to the left of the physical devices you want to use as part of that aggregate device. That is how I use the computer's speakers or headphones to monitor my input as opposed to only being able to use the output on my audio controller.
    Now that I see some of the questions on the side of this page I realize that the 13" MBPs seem to have only one combined input/output jack... That is an incredibly stupid feature. What on Earth could possibly justify that design decision? I suppose if that's the problem you're having you'll have to buy some sort of splitter (if they even make them) or get an external audio controller like an Apogee Duet or something along those lines. I would be furious if they combined those two jacks on all of the MBPs.

  • Hello, how can i record my own ringtones and acti...

    Hello,  how can i record my own ringtones and activate them for listening?
    thanks a lot for a feedback
    kind regards
    nils

    What device are you currently using?
    Nokia C6-00 user.

  • How can I record a guitar and my voice (only voice with mic) at the same time ?, how can I record a guitar and my voice (only voice with mic) at the same time ?

    how can I record a guitar and my voice (only voice with mic) at the same time ? I have one interface with Input 1 mic, Input 2 guitar, everything is working correct, but how can I activate multi recording or something like that... thanks

    Set your inputs on your channel strips and make sure you have one set to input 1 and the other input 2.  Arm the 2 audio tracks(the "R" in the track header. They will turn red and flash), then hit the record button. 

  • How can I regain answers feature alt + click for spelling and definition. using windows 7 and 6.0.2

    How can I regain answers feature alt + click for spelling and definition. using windows 7 and 6.0.2
    I may have lost that feature when I upgraded to 6.0.2
    This feature allowed me to rest the mouse over any word, anywhere, press Alt then left clk mouse and it gave spelling and definition of the word.

    This did not help.
    I already had Answers installed, however, I followed your procedure anyway but it did not give me back the capability:
    How can I regain answers feature alt + click for spelling and definition. using windows 7 and 6.0.2
    By the way, when I left click, there is a low level, short gong that sounds.

Maybe you are looking for

  • X79A-GD65 (8D) will not boot with 4930K or 3930K

    Short version: My system will not boot but gets stuck at "09 Power on South Bridge Initialization" Detailed description: I just bought this system and am when I tried to start it it got stuck at "09 Power on South Bridge Initialization". I have remov

  • How do I install and build and extension with extension builder 2.1?

    Honestly, I am beyond frustrated right now. 1. Extension Builder 3 - This will only install and run with Eclipse. JRE 1.7. This only allows me to use Extendscript to write scripts with. Extendscript is so frustrating to use. It seems like there are a

  • Customizing ESS Business Package using Web Dynpro

    Hi Does anyone know how we can customize the ESS Business Package using web dynpro. I tried opening one of its application but since it doesn't carry any .project file, it cannot be opened in the NWDS for customization. Also, if there is any document

  • IP local pool range not accepted

    I have a client set up with this range: ip local pool ClientVPN 176.16.11.210-176.16.11.241 Somehow it is unable to give an IP to the client... If i change the range: ip local pool VPNproduction 176.16.11.150-176.16.11.160 It works fine... What could

  • The Play/Pause button on the shuffle is not working

    My shuffle just wont play songs nemore. Dunno why but all of a sudden the play button wont work. When i switch it on the green light turns on for 3 secs n all the other keys like next,previous and the volume buttons work but not the play\pause one...