Problems with formulas IF nested in figures

Been to my local apple store who put a request for the Apple Business team to ring me (but that was 4 days ago now!)

I'm trying to write a formula to decide if a number in a cell would amount to a failure, Pass, merit or Distinction (based on value)

I came with all sorts of scenarios - the latter being to throw a rice paddy and a coffee because I can't get my head around it? Is anyone able to help me?

39 or below = Fail

40-59 = pass

60-79 = deserves

80 + = distinction

I also then of course need to copy the formula to the bottom of the worksheet.  I hope if anyone can help me with this the second problem that I have is fixable too as I may be able to sort me!

Thanks for any help you can give

This should be a good start:

Create a second table (on the right, called "Award"), where the first line is a heading row.

to make a header line, select the first line, and then click the context menu display arrow in the row heading (the number '1' on the far left):

Note these images are converted to the first line of the table on the left (but the concept is still the same for the table to the right)

Here is the content for the price table:

Grade

Price

0

IN CASE OF FAILURE

40

PASS

60

MERIT

80

DISTINCTION

in the data table where you want to convert a numeric value to a scholarship name:

Select cell C2, then type (or copy and paste it here) the formula:

= VLOOKUP(B2, Award::A:B, 2)

shorthand is

C2 = VLOOKUP (B2, Award::A:B, 2)

Select cell C2, copy

Select cells C2 at the end of the C column (or), paste

Tags: iWork

Similar Questions

  • Problem with formula node

    Hello

    I'm using LabVIEW 2012 and there seems to be a problem with the node of the formula. The output of a simple no operation is not correct.

    I have an input U8, whose value is 255. I apply a no operation (a = ~ a and the value returned by the formula node is also 255.)

    Is this a bug in the node or there at - it another way to calculate the bit DO NOT level?

    Thank you

    Ritesh

    You must use the function or exclusive.  So what you really need, is:

    a = a ^ 0xFF

    EDIT: Dig even more, it is called a 'top-up bit.  I consider cela a bug.  I see the same thing with 2011.

  • Problem with the repeatable nested forms

    Hi all

    I'm having some trouble creating 3 reproducible forms inside another form of reapeatable. My XML structure is similar to this:

    -< tasks >

    < id > 3139 - 13 / < ID >

    < startDate > 2012 - 10-01 T 04: 00:00Z < / startDate >

    Costs of preparation of tax < name > < / name >

    -< weekTable >

    < weekNumber > 49 < / weekNumber >

    -< data >

    < service > accountant < / service >

    < servicePerformer > Alex < / servicePerformer >

    < hours > PT5H < / hours >

    < rate > 45.000000 < / rates >

    < / data >

    -< data >

    < service > agent for Fund < / service >

    Malinda < servicePerformer > < / servicePerformer >

    < hours > PT3H < / hours >

    < rate > 0.000000 < / rates >

    < / data >

    < / weekTable >

    -< weekTable >

    < weekNumber > 40 < / weekNumber >

    -< data >

    < service > agent for Fund < / service >

    < servicePerformer > a. Major < / servicePerformer >

    < hours > PT4H < / hours >

    < rate > 0.000000 < / rates >

    < / data >

    -< data >

    < service > Support < / service >

    < servicePerformer > Leslie < / servicePerformer >

    < hours > PT10H < / hours >

    < rate > 0.000000 < / rates >

    < / data >

    < / weekTable >

    * 2 more reapeatable structures similar to < weekTable >

    < / tasks >

    I do repeat weekTable based on the number of data items, but I couldn't do the repeat tasks.

    Is it possible to do?

    Thank you very much!

    Felipe.

    Make sure the subform parent of the subWeek is set to Flowed. Link that to $.tasks [*].

    Kyle

  • I'm having a lot of problems with firefox and cannot figure out how to get help. It all started when I updated to 13. I get all kinds of advertising popups, I can't play a

    I'm having a lot of problems with firefox and cannot figure out how to get help. It all started when I updated to 13. I get all kinds of advertising popups, I can't play a game on FaceBook called Farm Town at all, and I get a popup of AVG on the cookies that I can't get rid of. These issues are causing me to use Chrome quite often, although I like Fox better. I've searched and searched how to get help and find nothing. How can I get personalized technical help? These problems will not occur in Chrome at all. Thank you.

    Do a check with some malware malware, analysis of programs on the Windows computer.

    You need to scan with all programs, because each program detects a different malicious program.

    Make sure that you update each program to get the latest version of their databases before scanning.

    Alternatively, you can write a check for an infection rootkit TDSSKiller.

    See also:

  • I want to delete an add it becauase I've had problems with FIrefox lock because I installed it. How the hell a removes an add-on. I hate to be stupid, but I can't figure out how to uninstall an add-in on

    I had problems with Firefox 4.0 locked pretty much since I installed it. I have add a few Add-ons and all I can think to do is to remove them. I can't figure how to get rid of them.

    On the left side of the window, did you go to the bottom of the list "Extension"? The other.

  • Problem with node formula VI Eval

    I am having a problem with an error code in this exercise VI (Formulad node Eval VI), it gives me the error-23087 code, but this error code is not found anywhere on Forums or support, any help would be appreciated

    Paste this error code in the error dialog box explaining brought this:

    Lynn

  • Problem of weird way with open VI "nested".

    Hi all

    I am facing a problem with path in my application that relies heavily on server Vi and I really appreciate your help. The situation is the following. I have a VI deamon (for simplicity let's call it deamon.vi). A few things and among others also demand LabVIEW loading classes implement plugins (plugin.lvclass). For this, I have a class Get LV default value VI fueled by the appropriate class path. To build this road, I use the constant path of the Application that is correctly pointing to the directory where the project file. It works very well.

    There is also a pitcher of daemon (deamon - launcher.vi) which is from all the necessary copies of the deamons and keeping an eye on their status. To start the deamons I use the open VI reference using the deamon.vi path built with the Application path that points again to the root folder of the project.

    For reference, it's the project folder structure:

    The project root

    --> Folder Deamon

    ---> deamon.vi

    --> Plugin folder

    ---> plugin.lvclass

    --> Launcher

    ---> deamon - launcher.vi

    MyProject.lvproj

    Here it's the problem, as soon as the demon will attempt to load the pluging classes, the Application path will show (for reasons not included) in the directory where the deamon.vi and NOT to the root folder of the project, which, in my particular case, are not the same.

    You have an idea or a suggestion?

    Thanks a lot for your help!

    Toto

    I have no idea, is not how it is supposed to work. Can you post a simple example that shows the effect? Or at least a few screenshots of the paths that you get, and when you've found them?

    Are you sure yo open the VI Launcher from the context of the project?

    Mike...

  • Problems with nested Styles

    I am creating a style nested in copy CS5. What I want to do is to create the first few words with a certain style of character, then get back on the paragraph style setting. I have the nested style set to end with the end nested style here special character, but it seems to stay in the format of the nested little style matter what I do.

    Any suggestions?

    Just create the nested style to use the character for the first three words style. That's all.

    Bob

  • Hello! Someone has some problem with the haptic on Macbook 12 "2016 function? It does not work on my Mackbook.

    I'm trying to figure if someone has my problem with the haptic on Macbook 12 "2016 function. The option is checked in the preferences system, but it does not work.

    Thank you

    Hello luigi10m,

    Thanks for posting on the Community Support from Apple. From your post, it looks like your haptic feedback does not work when you click using your trackpad and the setting is enabled. I know that this is a great feature and it is important to make it work. I'll be happy to help you.

    First of all, I would like to assure you that in system preferences > Trackpad > clicking silencer is not checked, that might help. In addition, it would be useful to reset the settings of the SCM. You can find instructions here: reset the management system (SCM) controller on your Mac - Apple Support

    I'll also include those for you here:

    1. Stop the Mac.
    2. Plug the MagSafe or USB - C adapter to a power source and to your Mac.
    3. Use the built-in keyboard, press shift-control-Option on the left side of the keyboard, then press the power button at the same time.
    4. All the keys to unlock, then press the power button to turn on your Mac

    Take care!

  • Portege M700 - problem with Dynadock

    I can not change the resolution on a screen connected Dynadock and cannot save the display settings of all - how to fix this?

    I have a Portege M700 running Vista Professional SP1 - mainly the machine is used as a desktop replacement, connected to a screen Viewsonic 19 "wide through the Dynadock DVI - when it is connected so I have the laptop screen is off and use only the Viewsonic at a resolution of 1440 x 900. I had been bothered by the fact that whenever the resumption of the screensaver, the resolution would drop down to some lower State (I was not able to identify the dimensions he thought he was using but probably 1280 x 800, the default resolution of the internal display).

    I tried to solve this problem with the technical support level 3 without success. I thought I was smart and try to install the Intel Graphics Media Accelerator Driver update that is located on the Intel Web site (if you're just trying to install this software, Vista won't let you, but if you unzip it and manually update the drivers it works). This resulted in the connected screen Dynadock is off completely - no signal! So I uninstalled the drivers, reinstalled the drivers Intel original, but now, I have no the ability to adjust the resolution on the Dynadock login screen - and it is defaulting to something that's not going to (too broad and not high enough)!

    I lived several cycles to uninstall and reinstall the drivers for the graphics card (Mobile Intel 965 chipset) and the Dynadock; I updated the drivers Dynadock with the latest download from the website of DisplayLink, tried all sorts of drivers for the monitors associated with DisplayLink, tried several restorations system (which have all failed, which was also quite disturbing but less than an immediate concern), etc. Through all this, there is absolutely no way to choose the correct resolution of the screen through the display properties (my choices are 800 x 600, 1024 x 768 and 1280 x 800), and even simply activate an additional screen translates to nothing happens - the new settings do not stay after hitting "Accept" or "OK". I thought that I had licked when I realized that I had to uncheck "Extend to this monitor box office" to screen internal laptop - indeed I was then able to choose 1440 x 900 for the Viewsonic and everything was good, but everything came back after reboot. Of course, now when I try to repeat, I am unable to uncheck this box not more for the internal screen (well, actually, I can uncheck, but when I hit "apply" or "OK" it simply gets selected again).

    All this comes after I spent weeks trying to get this machine to work with the port replicator, which also did not work - a problem that appears to be from an incompatibility with Vista display card drivers and the port replicator (would have been nice if it sales had told me that when I bought the thing, but I digress...)

    In any case, it seems, as it is a Vista problem, I've seen this question asked of other portable devices vista and displaylink other advice, but I know it's possible to have a working reasonably OK solution since I've had one before I went and it messed up trying to work perfectly. Serves me right for spend 3 k $ on a machine and expected that it works as described, I guess. If anyone has any ideas... my next step is probably a downgrade to XP Pro, and then if that does not work, I'm tempted to break into pieces. Or, if someone's figured out how to get the port replicator to work with a M700 Vista, which is actually a better option for me...

    -Tony

    Hello Tony

    It's a very long story, but I use Portege M700 with Dynadock DVI (PA3542Y1PRP) and have no problem at all. After reading your ad I tried changing all the display options and I didn t notice something strange. It works well.

    Read your ad I see you tried to install different things and I wonder not to have so many problems. The best solution for you is to install the new OS using recovery image. Do the clean install of OS and install later Dynadock Utility 2.3 c. be careful while installation is running and do not interrupt the procedure of facilities. Make sure that all software components are installed correctly.

    When you start installation Dynadock Utility Dynacock can not be connected. When you see the window where you will be asked to connect Audio device USB connect the Dynadock to the USB port of your favorite. I use the USB port on the back.

    I use the external display to monitor LCD 22 with a resolution of 1680 x 1050. In the settings screen is display number three and when I click on it I can set the resolution to the maximum level (native resolution). The image is perfect.

    I tried the same as you:
    -Set the external display as primary monitor (for computer laptop LCD was OFF)
    -J' have enabled screen saver and tested several times, but the resolution is always the same no changes at all the
    -With these settings, I rebooted the phone several times as well as the resolution was still the same no problem at all

    After reboot, I can see the image on the notebook LCD only, to the point where I have to write the password that I can see the same image on laptop LCD and external monitor. A few seconds later, the image is switched on external monitor only and it is the same thing you want to have. The resolution is the same again (native resolution). No change at all and all seems OK.

    At the end I've switched back to the LCD display only. It is also interesting to procedure. As a first step, you click on display number one and activate extended desktop. After that, you will be able to use the option to change the primary monitor. A little strange to me, but OK.

    So everything works well for me and for you I only see an option. Reinstall Vista, install new utility Dynadock (new installations) and test again.
    One last thing: do not connect Dynadock on different USB ports. Use always the same.

    Bye and good luck!

  • I have a problem with the numbers. Help, please!

    I have a problem with the numbers. I am trying to create a formula that can add a cell only when another cell with a pop-up menu returns on a specific pop.  I can't ignore the cell if it is not on specific pop upward.

    assuming the cell with pop's cell A1

    and if the context menu contains items:

    YES

    NO.

    MAYBE

    and the value you want to add in cell A2

    You can add the value in cell A2 when the context menu is 'YES' like this

    = if(A1="YES", A2, "") +.

    where is the expression that adds other cells if you want

    could be another cell

    = If (A1 = "YES", A2, "") + B2

    or a range of cells

    = If (A1 = "YES", A2, "") + sum (B2, D2, G2:H5)

  • Problem with the numbers in the rows of cut and paste

    Hey,.

    I'm new to MAC and now have problems with the help of figures, I brought my windows Excel worksheets. On windows, I could cut a line and paste anywhere on this page and by practice that Excel would fill the void rank where I cut the content. but here on MAC it does not work, why?

    anyway I tried to live with it by cutting a line and for the collage, I used Insert > copied lines for paste swath and add a line for her. but last night I updated the numbers and now by the practice precedes the Windrow is stuck this time with a resized form, the line is resized to a big line.

    Why is this happening? If it can't be fixed, I can go back to a previous version of a number? This update of hate.

    Numbers is excellent NO then you should consider to guide your expectations.

    Cut number refers only to the content NOT the line, or cells.  Select when a row, and then use the cut command that you cut the contents of the cells.

    If you try to move a line from one place to another, you should try this method (which can work for you)...

    Select the line, then click and hold on the header line (up to the line "lift" on the table), the operation slide the line to the destination.

    Now drag the line:

    Now drop the line where you want to:

  • Satellite A200-1A 9: problem with sending/receiving e-mail using Windows Mail

    Use Windows mail, I have to open/close the program to be able to send emails, they are entangled in the Outbox. By closing and reopening the program, mail is sent. Also the blue figure 1, supports showning 1 mail unread in the Outbox is there all the time, although there is no read or unread emails in the Outbox

    Not a problem server as all mails are go/very good reception on my desk.

    Pressing on send and receive button does not help. Although from time to time on what it will receive emails when you press send/receive, but will not send the

    I have Norton Internet security 2007 and getting fed up with the ongoing problems that seems to cause during the period 2004-7.

    Is there a problem with the running with Vista Windows mail program which is known

    I think I found a solution

    Please check this:

    Windows Mail won't send or receive emails
    http://support.toshiba-tro.de/KB0/TSB7701X30005R01.htm

    It seems that the update of the Software Desktop SMS Installer version will help to address this problem.

  • Login Apple ID on the problems with Web site?

    Didn't know were this post so I thought he would get the most exposure here.

    Went to go and manage my Apple ID to https://appleid.apple.com/ and it seems that Apple has revamped the journal in the process.

    I put my Apple ID and password and then had the guest to send the 4 digits to my iPhone, no problem.

    Then the next page request to send an email to my email Apple ID to verify my identity. Well my email Apple ID is therefore more accessible.

    Apple ID has been set up oh so long with an old email @verzion.net.

    Apple has never asked me to verify my identity on this email address since it's just an identifier Apple and not really an email address.

    Is this a bug?

    I don't think that - most of the time - your email address is your Apple ID. So, try these:

    On your Apple ID email addresses - Apple Support

    If you get anywhere like that, try this:

    Contact Apple for assistance with the security of the Apple ID - Apple Support accounts

    Edit:

    FWIW, I just for me (and Yes, this site is under reorganization), but was sent directly to my page with all info - No 4 figure whatever it is (would work here anyway since I don't have a smartphone).

  • No problem with the addition of a Kingston SSDNow V300 240 GB SDD to a D7-1245dx?

    A knowledge of any problems with the addition of a Kingston SSDNow V300 240 GB SDD to a D7-1245dx? Its size is 7mm width 69,85 mm x depth 100mm height but not sure of the size of the computer laptop berries/caddy supports

    Decide whether to use the laptop for a little longer so to upgrade the system to a Kingston 240 GB SDD drive and move the current drive to the secondary location (already got 2nd coming of caddy). It lets me do a bit more space on the laptop in addition to increasing performance.  Figure between an SSD and get up to 8 GB ram it should last a little longer.

    You will have a shopping cart for the SSD, but it looks like you have an and get a second wagon. Dv7-1000 series does not use a cable or connector. the hard disk plug right into SATA ports on the motherboard. 7mm drive has the connectors SATA and the mounting holes exactly in the same place as a 9.5 mm drive. All is just shorter so the reader rides low in the caddy. As a swimming pool with 20% water let out. 7mm SSD works perfectly. Windows 7 or 8/8.1 are preferred; Vista is not configured to treat SSDS as well or easily.

    If it's 'the Answer' please click on 'Accept as Solution' to help others find it.

Maybe you are looking for

  • HP Officejet Pro 8500 A909G wireless

    I recently started having a pale line on copies using the ADF. The line aligns with one of the rollers. In the past with different printers, the small glass Strip under the doc need to clean the ADF. The manual for this printer displays a different f

  • Boolean text in table

    Hello I wonder if there is a much easier way to do it.  Basically I have a few Boolean checkboxes associated frequencies.  If the user wants to test the frequency, then they can check box.  I need to take these frequencies and put them in a table.  T

  • How can I get my photosmart 7760 compatible with windows 7?

    I get a message from interactive services detection. The message says that the title is - printers - and there's an end there number of path in the dll in detail. My computer is a P7-1002 Pavilion. How to stop pop up? My printer prints most of the ti

  • Photo gallery tags backup?

    Is it possible to backup photo gallery tags?  I have thousands of tags and I don't want to lose the chance

  • The EA8500 supports DHCP Option 60/61?

    Hello I was wondering the EA8500 can be used with sky fiber Pro service to the United Kingdom? Obviously I would need to extract the username of the SR101/102 and then intend to use the modem Openreach VDSL2 with the EA8500 (btw brilliant router) but