Need a conditional Formula

Money In
Contributor
Total
$700.00
Ryan
$130.00
Ryan
$260.50
Sarah
$99.38
Sarah
$180.00
Ryan
Ryan's Total Contribution
$300.00
Sarah
$180.00
Ryan
Sarah's Total Contribution
$100.00
Sarah
The "Contributor" column is all popup lists with two values; "Ryan" and "Sarah"
I want the red cell the add together any value from "Money In" IF that value was contributed by Ryan. Likewise, the green cell will add together any value in Money In that was contributed by Sarah.
I have no clue how to do this.

Hi Coffee,
To insert a formula, type = in a cell. That brings up the Functions Panel. Type or choose a function name for an explanation of syntax:
Click on Insert Function to see the syntax inside your selected cell.
If the formula entry bar is in your way:
it can be dragged to move or resize. Hover the cursor on the grey rectangle on the left to see a hand (drag to move). Or a resize cursor (right, left, top, bottom edges)
how to imput syntax in text (Numbers doesn't make that easy)
It is often easier to click on cells (or drag over a range) than to type their addresses!
Thanks for the green tick and your feedback.
Happy Numbers!
Regards,
Ian.
Message was edited by: Yellowbox. Added: Click on Insert Function to see the syntax inside your selected cell.

Similar Messages

  • Help needed with conditions in Table View

    Another question regarding the dashboard we are building:
    We use a custom function module to display marketing attributes for a particular customer. There are three kinds of marketing attributes of which we want to display the value:
    - Z_QUADRANT
    - Z_SOW
    - Z_WALLET
    If I use the function module as a data service in Visual Composer and use a standard table view as ouput, we get these kind of output:
    Atnam - Atwrt - Atflv - Atzhl (<-- these are the column labels)
    Z_QUADRANT - 4 - 0 - 0
    Z_SOW - 0 - 5 - 0
    Z_WALLET - 0 - 75.000 - 0
    I just want to display the data as follows:
    QUADRANT: 4
    SOW: 5%
    WALLET: 75.000
    So I need to hide the obsolete fields and values and just need to display the relevant values. How can I achieve this? I was guessing I needed to implement some sort of conditional formula like "IF atnam = Z_QUADRANT, display Atwrt(value)" or something, but I am terrible at these kind of things. Can somebody explain it to me or point in the right direction of some good documentation or guide on this? Thanks in advance!
    Best regards,
    Jan Laros

    I now chose to use a form which uses the output from the tables. This is the table I use as input for the form:
    http://tweakers.net/ext/f/DWmYaePz4gdzVhwMJ3naA5UQ/full.jpg
    I use the following formula for the quadrant:
    IF(@ATNAM=="EU_BP_NPS_QUADRANT",@ATWRT,"0")
    This returns a value of "4" which is correct.
    For SOW I use the following formula:
    IF(@ATNAM=="EU_BP_NPS_SOW",@ATFLV,"WRONG")
    Strangely enough the return value is "WRONG" in the form. What am I missing here?
    Regards,
    Jan

  • Condition formula for alternative calculation type

    Hi gurus,
    we need to create some condition formulas to be applied in our pricing procedure.
    Do you know where to program them in the system and what additional settings are required?
    Thanks and best regards,
    VL

    Hi Victor,
    For your query, you can create new alternative calculation or alternative condition base values in T-COde VOFM with the help of an ABAP.
    Go to VOFM T-CODE
    Then Click on Formulas then condition value or condition base value.
    You need to take Acces key from basis team to create a new calculation type for that number should start from 900 to 999.
    Tell you Abaper to take the values from internal table XKOMV, XKOMK, KONDI, XKONP there are many internal tables are there, from that you will get respective conditon type values.
    In internal table KBETR field contains condition record value & KWERT contains the calculated value.
    Read wrt condition tyep and calculate according that and pass the value.
    Try this, which will help you in resolving your query.
    If satisfied close the thread.
    Regards,
    Nagesh

  • API/RAS - is it possible to remove suppress condition formula from report Section?

    I need to modify a report on the fly so that sometimes the 'Suppress (no drill down)' condition formula is completely removed from a report Section. Optionally I would like to just modify the formula to return FALSE so that the section appears.
    It seems like the code below works when the section format 'EnableSuppress' option is TRUE, but does not seem to do anything when there is a suppress formula for the section.
    Is this possible to do?
    Thanks
    Helen
    private void RemoveSuppress(CrystalDecisions.ReportAppServer.Controllers.ReportSectionController ctlSec
        , CrystalDecisions.ReportAppServer.ReportDefModel.Section sect)
        CrystalDecisions.ReportAppServer.ReportDefModel.ISCRSectionFormat
    secFmt = new CrystalDecisions.ReportAppServer.ReportDefModel.SectionFormat(); // also tried getting the current section format object
        secFmt.EnableSuppress = false;
        secFmt.ConditionFormulas.RemoveAll(); // *** Should ensure the condition formulas are removed correct?
        ctlSec.SetProperty(sect, CrystalDecisions.ReportAppServer.Controllers.CrReportSectionPropertyEnum.crReportSectionPropertyFormat, secFmt);
    private void doOutput(CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocument oras)
        CrystalDecisions.ReportAppServer.Controllers.ReportSectionController
            sect = oras.ReportDefController.ReportDefinition.FindSectionByName("DetailSection1");
        RemoveSuppress(oras.ReportDefController.ReportSectionController, sect);
        CrystalDecisions.ReportAppServer.CommonObjectModel.ByteArray
            boByteArray = oras.PrintOutputController.Export(RASDefModel.CrReportExportFormatEnum.crReportExportFormatPDF, 1);
        boByteArray.Save(@"c:\temp\r.pdf", true);

    Hi Helen,
    Not sure why or how I missed this one but see this post for more info:
    http://scn.sap.com/thread/3712393
    Don

  • VOFM Condition Formulas

    Hi,
    I need to create some condition formulas for some pricing procedure. In these formulas we need to check some conditions and based on that we need to set some flags in VBAK and VBAP tables thru' condition formulas.
    Is it possible to set flags in VBAK/VBAP?
    If you have any document based on Condition formulas, please send it to me.
    Thanks in advance.
    Regards,
    Umesh

    Hi Umesh,
    Please check the following links, which will give some good picture about VOFM.
    <a href="http://www.saptechsolutions.com/pdf/VOFMCopyRequirementRoutines.pdf">PDF</a>
    <a href="http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/38996#">LINK1</a>
    <a href="http://www.sap-img.com/sap-sd/quantity-based-discounts-in-bulk-quantities.htm">LINK2</a>
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/a1/78268609e811d2956400a0c9306667/frameset.htm">LINK3</a>
    Hope This Info Helps YOU.
    <i>Reward Points If It Helps YOU.</i>
    Regards,
    Raghav

  • Conditional formula in report painter.

    Hello.
    I create new CO-PA report in KE31 transaction which is based on a form.
    In transaction KE35 I define the new form and in this form I want to create formula.
    This formula should be conditional. How to define conditional formula in that kind of form.
    I can also define key figure scheme in transaction KER1 but in this transaction I also don't see possibility to define
    conditional formula.
    Conditional formula means that some value fields should be summ and some value fields should be substract
    depending on the value of characteristics.
    How to solve this problem in R/3 4.6C?
    I am waiting for help.
    Best regards
    Bogdan

    Hi,
    I don't think that we can put the conditional formula. but we can do the calcualtion by row wise or column wise.
    Thanks.

  • Conditional formula to supress a section in the first page of the report

    hi all,
    how to programatically add a conditional formula to supress a section only on the first page of the report.
    i am using CR XI R2 RAS server.
    thanks in advance
    Padmanaban V

    Hi Padmanaban,
    You can download samples from [here|https://www.sdn.sap.com/irj/boc/businessobjects-samples]
    Regards,
    Shweta

  • Conditional formula help

    Post Author: scd07
    CA Forum: Formula
    Hi, Crystal Reports novice here...
    I have been asked to take out any lines in several reports with all "0s" in the columns.  I have tried formatting each field to suppress Zeros and then right click on the Description column and click "suppress if blank".  Didn't work.  I then tried to write a conditional formula that I put under the description field (field 1), "common", "formula" and "suppress".  The formula followed the following:
    If = 0 and = 0 and = 0 then true else false
    Unfortunately this also didn't work.  I don't know if my formula is incorrect or if I am entering it in the wrong spot.  Any help would be very much appreciated!  Thank you!!

    Post Author: Bandit07
    CA Forum: Formula
    Right click on what you want to suppress and click the x-2 button next to suppress.  Put your formula in there.
    = 0 and = 0 and = 0,  If all of these conditions are true then it will suppress.
    B

  • Conditional Formula to supress page header in 1st page of the report

    hi,
    how to programatically add a conditional formula to supress a section only on the first page of the report.
    i am using CR XI R2 RAS server.
    thanks in advance
    Padmanaban V

    Try it first in CR Designer, then when you get the formula collect you'll see how it's done. If you can't do it in the designer then you can't do it in code, same set of API's.

  • Create value condition formula on VFOM

    Hi people,
    I am with a little problem...
    I have to create value condition formula on VFOM, so I go on VFOM, then formulas, then value condition ...
    I go on botton of the list, set on edit mode, enter number 936 for the formula(witch doesnt exist)...
    But when I double click on number, the program ask me for the acces key...
    What should I do?
    tks

    Hi,
    You have to get the access key from Service Market Place, without access key you cant create routines.
    Thanks
    Arbind

  • Do i need to condition my laptop battery?

    I got a brand new dv7 laptop, do i have to "condition the battery" since its brand new? I cant get a straight answer on this. everything i read is different.they say yes, no, store fully charged, store half charged, fully discharge at least once a month, never discharge more than 70%, etc. does anyone know the CORRECT way to use a new Li-ion battery? 

    Yeah pretty much leave it alone. There is no need to "condition" the battery. That was true in 1994 with Nickel Cadmium batteries which had a wicked memory effect. Nickel Metal Hydride had a smaller memory effect and Lithium ion has none. Most of the advice you are seeing about how to handle it is based on trying to avoid memory effect, which would mean that if you discharged it down to say 40%, then recharged, you could never get it below 40% again. If you are going to take it out and store it yes run it down to about 50% first. There is no need to do that unless it is going to be deskbound for more than a couple weeks. Also avoid discharging below about 20% but the battery management program in Windows can be set to warn you about that. Otherwise there is no need to play games with it, like discharging it once a month. Use it and be prepared that it is going to last 1.5-3 or 4 years depending on how much you cycle it. 

  • Is it possible in CrystalReports 8.5 to set conditional formula at runtime?

    I program in C++.
    Is it possible in CrystalReports 8.5 to set suppress formula (or any other conditional formula under "x+2" button) at runtime?
    I know I can do a workaround, for example create a parameter field, type in (at design-time) a suppress formula with this parameter field and then set the value of the parameter field at runtime.
    But... In our application crystal reports are modified at runtime. And in a section, which has its suppress formula, suppress property is changed at runtime, so the suppress formula disappears. But later (e.g. a user changed its mind) it would be very nice, if the suppress formula appeared again. How to do that?
    (I tried to search and google, but answers I found was not those I wanted them to be.)
    Thanks in advance.
    Jacek.

    Hi Jacek,
    That is a very good question. There are no sample app's any more for 8.5 which is 10 + years old now and I don't recall if that function was considered Report Creation which was only available for OEM Partner. Or the RDC had a few RCAPI's also. Typically you would add the formula in the Designer and then get that formula and alter the info.
    But it's been so long now and you never say which engine you are using, not that it matters, I don't recall now if you can or not or how ....
    Search the Header file if using CRPE32, or load up VB and the RDC , craxdrt.dll, and use the Object Browser to see if access is there... If you are using the OCX then it's the same as crpe32.h.
    Good luck.
    Don
    PS - Time to upgrade to .NET and CR for .NET

  • Do I need to "condition" the battery in a new MacBook?

    Please forgive my ignorance, but do I need to "condition" the battery in a brand new MacBook that I just bought? i.e. Do I need to charge it fully, unplug it, and let it run down completely before charging it again? Or is that only for the older batteries?

    Thanks, Jay. About an hour ago I opened it, turned it on, and started downloading and installing system updates. It's been plugged in this entire time. Should I have just turned it on and plugged it in to charge without using it? The article isn't entirely clear on that. Or can I keep setting it up and using it as long as it's plugged in until the light on the power cord turns green (before unplugging it and allowing the battery to run down)?

  • What is Condition formula/call type/routines for ECS and SECess

    HI
    what is Condition formula/call type/routines for ECS and SECess (SECONDARY HIGHER EDU CESS) to assign pricing procedure
    JFACT.

    ECS reqt is 10 and a/c key os2
    SECess reqt is 10 adn a/c key os3

  • Why we need Air Conditioning – not just for Comfort!

    As far back as the Ancient Romans there is evidence of air-conditioned homes. Water from the aqueducts were circulated through their walls of to cool them. However, the first electrical air conditioner was invented by Willis Carrier in 1902. He invented it not for comfort, but for a publishing company to keep down the temperature and humidity so the paper did not expand or contract. Since then air conditioning has become one of the most significant engineering achievements of the last century and has impacted the economy and the world in many ways. If you think comfort is the only reason you need air conditioning in your home, think again as there are many other benefits.

    This article made for a great read and was interesting to find out about the history air conditioning. Air conditioning is great in helping us keep cool during the warm months of the summer. I am actually surprised that it could mostly be found in movie theaters in its ealriest days. If that was the case, I can imagine people flocking to movie theaters during that early period in time. Possibly, some of the best uses for air conditioning units today can be found in the home, the regrigerator. The refrigerating unit is basically the same in the way it functions; the goal is to extract warm air from within the unit to keep the contents within it cool. What would we do without the modern refrigerator? food preservation would be hard.
    Eric | http://www.sullivanservice.com/heating-air-conditioning/new-ac-system

Maybe you are looking for

  • HELP WITH REMOVING ICON/NOTIFICATION OR WHAT EVER IT IS

    I have Blackberry 8520 curve and in the upper left corner a Icon of a speaker with 3 white lines, yesterday a small red circle with 3 white lines showed up just to the right of the speaker or sound icon, what is it and how do I remove, if know one kn

  • Widgets in 10.4.10

    Hello, ever since the 10.4.10 update (or so it seems), a few of my widgets stopped working. Seems like only the ones with a form in it (like dict.leo.org or dix.osala.com). The forms aren't accessible anymore. I also installed Safari 3 beta. Does any

  • Turn off Optimization in HotSpot?

    I wrote a little Java application which captures images - it works great under JDK 1.2, but the performance is really uneven using JDK 1.3. Could this be caused by Hotspot? Is there a way to turn off optimization in Hotspot? I don't necessarily want

  • I Need A Converter?

    Hi I Need A Converter Please Help. I Need To Convert It To Ipod Touch Format: * H.264 File formats: .m4v, .mp4, and .mov Video: Up to 768 kbits/sec, 320 x 240, 30 frames per second (fps), Baseline Profile up to Level 1.3. Audio: AAC-LC up to 160 kbit

  • Proxima Nova on typeset for commercial use

    I've recently been hired by a company to redesign their website and print material so I've gotten them to subscribe to Typekit in order to use Proxima Nova and Merriweather. By simply subscribing to Typekit does this mean that the fonts I'm using are