What function can be used to count the number of cells who have a specific string (i.e. "Blue")?

I am attempting to gather information as to the makeup of the cars in a parking lot. I have already gathered data as the make, model, and color of the care on each car. How would I go about counting the amount of cells which 'red' or 'honda'?

Do you know that iWork Formulas and Functions User Guide is not delivered to help users to help you ?
So, download it and search for the keystring COUNT
I bet that you will find quickly the functions COUNTIF and COUNTIFS.
Yvan KOENIG (VALLAURIS, France) mardi 13 septembre 2011 16:29:14
iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
My iDisk is : <http://public.me.com/koenigyvan>
Please : Search for questions similar to your own before submitting them to the community
When we wish to know, we question. When we want to be capable, we study.

Similar Messages

  • What function can be used to give a "count of occurrences of values" ?

    I would be very appreciative if someone in the user community could save me a few months of work....I've already been neck deep in my old statistics and calculus manuals. What function can be used to get the count of occurrences of the value of an item. Ex: Item is Status and possible values are "Published", "In Production", "Construction". In one report, I want to report all records of a table and list the Status (among other items) but at the total, I would like to see a count of each value for the item Status....something like Sum(Count(Status = "Published")) Sum(Count(Status = "In Production")) Sum(Count(Status = "Construction")). I know I could run the report 3 times counting a unique value, but I'm trying to be more efficient in my reporting. Thanks all for any help given.

    Hi
    In addition to John's answer, inside Discoverer you can do this:
    Let's assume you have a Status item and it has the values you mention. If you create the following new calculation SUM(ROWNUM) and name it Status Count you only need to include the Status and the Status Count in the worksheet. You will now see a count for each status.
    Best wishes
    Michael

  • What api would I use to get the number of chars in string?

    What api would I use to get the number of chars in string?

    Assuming that you really mean that you want the number of charaters in a String (not string), that would be documented in java.lang.String
    The method is length()

  • Count the number of cells used in a formula

    Is it possible to count the number of cells used in a formula?
    For example the following formula: "=Tabel 1 :: D45+D8+F7"
    The answer needed is 3

    From your description, it appears you could use SUMIF to get the totals.
    It's not necessary to know the number of times a name appears in the list to determine the sum of the numbers in the cell to the right, but if you have a separate need for that count, then COUNTIF will do the job.
    As the names may appear in more than one column, you'll need to use one iteration of the formula for each pair of columns containing name and associated number. In your description, there are names in columns C and E, with associated values in D and F respectively, and all of these cells are in the same table (which I'll name Table 1). I would calculate the totals on a second table (Table 2) containing a list of all of the names in column A, starting at A2, the COUNT of times each name is listed in column B, and the sum of the values in cells immeditely to the right of each name in column C.
    Table 2::B2: =SUM(COUNTIF(Table 1::C,A),COUNTIF(Table 1::E,A))
    Table 2::C2: =SUM(SUMIF(Table 1 :: C,A,Table 1 :: D),SUMIF(Table 1 :: E,A,Table 1 :: F))
    Select cells B2 and C2, then fill the formulas down each column.
    Regards,
    Barry

  • All of my tools in PS 6 have a "cross" icon and I can't use them, like the clone tool.  I have reset all tools to no avail.  The bracket keys do not change the size.  Any help?

    All of my tools in PS 6 have a "cross" icon and I can't use them, like the clone tool.  I have reset all tools to no avail.  The bracket keys do not change the size.  Any help?

    Yep, I discovered that.  Thank you very much for the prompt and accurate reply.

  • How do I count the number of cells with a particular text in it?

    I have a column with peoples name in each cell. I want to count the numbe rof times a persons name appears in the column. How do I do this? any help would be great ! thanks in advance.

    Hi Evilhomer,
    The function COUNTIF will do this. Here are two Tables on one sheet. Table 1 contains names in Column B.
    Table 2 contains the names once only (in any order) in Column A, with a COUNTIF formula in Column B to count how many times a name occurs in Table 1.
    The formula in Sheet 2, Cell B2 is:
    =COUNTIF(Table 1 :: B2:B5,A2)
    Enter the formula in B2 then copy down.
    It is easier to create the two tables on one sheet. If you then want to move a table to another sheet, Numbers will convert the formulas to keep the references valid.
    There are other ways to do what you want. Please reply if this is not what you want.
    Regards,
    Ian.

  • What FM can I use to check the budget in shopping cart?

    Hi Gurus,
    I want to check budget in shopping cart in badi BBP_DOC_CHECK_BADI in SRM.
    Budget information is in ERP system (ECC 6.0).
    What function module can I use to check budget in shopping cart?
    How can I off standard budget check for specific cases?
    My system is:
    SRM 7.0 (SRM_SERVER 700 Level 8)
    ECC 6.0 (SAP_APPL   604 Level 6)

    Hi,
    Please look at FM B470_BUDGET_READ in SRM.
    Regards,
    Masa

  • What API can be used to obtain the AssemblyRef token for an Exported Type?

    Types that are decorated with the TypeForwardedTo attribute will have an Exported Type record in the metadata.  What API's should be used to access the exported type table / tokens?

    Hi Jeffrey,
    Thanks for your friendly response.
    >> there was a specific forum for questions like this but it looks like it's been archived??  Archived
    Forums A-B > Building
    Development and Diagnostic Tools for .Net.
    Based on the announcement in this forum here:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=netfxtoolsdev
    This forum has been retired. It is still available for review in the Archived Forums folder. Any future posts on this topic should be put in the Common Language Runtime Internals and Architecture forum.
    So you could post this issue to the CLR forum here:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=clr
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What values can be used to set the SI_PROCESSINFO.SI_LOCALE?

    Post Author: Nadine
    CA Forum: Other
    In the following VBA program, the SI_Locale property gets set when a WEBI report gets scheduled as a PDF (Webi.ProcessingInfo.Properties.Add "SI_Locale", "fr"  ). What are the values that can be set for this property?
    Do they conform to an ISO standard?
    ' &#91;VBA; BOE XI R2; COM SDK; SP2 FP24&#93;        Dim Mein_Info_Store As CrystalInfoStoreLib.InfoStore    Set Mein_Info_Store = Info_Store        Dim Query As String    Query = "Select TOP 1 * " & _            "From CI_INFOOBJECTS " & _            "Where SI_NAME = 'International'"        Dim Liste As CrystalInfoStoreLib.InfoObjects    Set Liste = Mein_Info_Store.Query(Query)
        Dim Info As CrystalInfoStoreLib.InfoObject    Set Info = Liste.Item(1)        Dim Webi As CrystalWebiPluginLib.Webi    Set Webi = Info.PluginInterface("WebI")        Dim Plan As CrystalInfoStoreLib.SchedulingInfo    Set Plan = Webi.SchedulingInfo        Dim Verarbeitung As CrystalInfoStoreLib.ProcessingInfo    Set Verarbeitung = Webi.ProcessingInfo        Dim Eigenschaften As CrystalInfoStoreLib.Properties    Set Eigenschaften = Verarbeitung.Properties        Webi.WebiFormatOptions.Format = CrystalWebiPluginLib.CeWebiFormat.ceWebiFormatPDF    Plan.Type = CrystalInfoStoreLib.CeScheduleType.ceScheduleTypeOnce    Plan.BeginDate = Now    Plan.RightNow = True        On Error Resume Next        Eigenschaften.Delete "SI_LOCALE"    Eigenschaften.Add "SI_LOCALE", "es"    Webi.Title = "International_PDF_Spanisch"    Mein_Info_Store.Schedule Liste        Eigenschaften.Delete "SI_LOCALE"    Eigenschaften.Add "SI_LOCALE", "fr"    Webi.Title = "International_PDF_Französisch"    Mein_Info_Store.Schedule Liste        Eigenschaften.Delete "SI_LOCALE"    Eigenschaften.Add "SI_LOCALE", "en-GB"    Webi.Title = "International_PDF_Englisch"    Mein_Info_Store.Schedule Liste        Eigenschaften.Delete "SI_LOCALE"    Eigenschaften.Add "SI_LOCALE", "en-US"    Webi.Title = "International_PDF_Amerikanisch"    Mein_Info_Store.Schedule Liste

    Hi
    In addition to John's answer, inside Discoverer you can do this:
    Let's assume you have a Status item and it has the values you mention. If you create the following new calculation SUM(ROWNUM) and name it Status Count you only need to include the Status and the Status Count in the worksheet. You will now see a count for each status.
    Best wishes
    Michael

  • What function can I use set Product Master status = LOCKED?

    I have several Product Master records that the business would like to set Product Status = I1103-LOCKED.  Is there a function I can use to set product status?

    Hi,
    You can make lock objects via sm12. Your lock object name start with E.
    Every lock object is having two function module.
    enque_lock_object_name
    deque_lock_object_name
    hope it will useful.
    thanks
    Hemant

  • What VNC can be used to view the desktop of a SPARC Solaris 10 virtual machine

    Visual Desktop is need to run some applications in our test and development suite.  Is there a way to enable/view the desktop from a virtual machine built on the sparc platform running Solaris 10 or higher?

    I am using Oracle VM Manager to build virtualized operating systems.  The named domain types or virtualization mode is PVM. This is a new area for me so my apologies if I get the terminology wrong or don't answer your question properly. 
    Hope this helps.
    Thanks for your response
    Brad

  • HT5648 I can't use Safari for the job I do, I have to use Firefox or Chrome.  How do I disable Java web plug=in in those??

    How do I quit Java for Mac in Firefox or Chrome??

    tamcdaniel wrote:
    How do I quit Java for Mac in Firefox or Chrome??
    I'm told that both disabled Java by default in the latest versions. You are notified when Java is needed with a warning and given a chance to override it. Firefox looks like this

  • Is there an easy way to count the number of albums I have in my library?

    Hi, there is probably a very easy way to find out how many albums I have in my iTunes library - but I haven't discovered it yet! (looking for something a bit like word count in MS Word document?)
    Powerbook G4 15 1.67   Mac OS X (10.4.3)   my first Mac - where have I been!?!

    Click on the Library icon in the source list Go Edit->Show Browser.
    This will split the library window into subwindows listing each genre, artist and album, at the top of these windows it will show the total for each of these categories.
    Apart from being the easiest way to count your albums, it's also a really useful way to view the library or any playlist. You can turn off the genre subwindow through the general preferences.
    Hope that helps!
    Sara.

  • Created a web site in iweb, i have a domain through godaddy, what resource can I use as host?

    Created a web site in iweb. I have a domain name through GoDaddy, What resource should I use to make site public?

    I would agree that it helps the newcomer to FTP to have a hosting service whose tech support understand the unique structure of iWeb created sites. I have lost count of the number of users who have asked me to sort out problems created by tech support employed by numerous hosting services - including the mighty GoDaddy.
    A lot of tech support people don't seem to bother to look at the form and function of the iWeb index.html files and advise users that they have to rename their home page to "index". While this holds true for most websites, it certainly doesn't apply to iWeb.
    Its not "simply the html and css files". How many users come unstuck when they forget about the feed.xml?
    People who hand out advice in this forum about uploading files via "Cyberduck" tend to miss out the part about the importance of maintaining the site structure by uploading the whole folder created by iWeb plus the external index.html.
    They also may not have been around back when I first announced that I uploaded the contents of the iWeb folder to get rid of the site name in the URL. I was shot down in flames by the iWeb "experts" and told that this was impossible - even although I was obviously doing it!
    Although this method of uploading the files has become accepted practice in the iWeb community I wouldn't recommend it to those who are new to FTP unless they have help from a tech support person who actually understands the problems involved and can point out the downside. Those who claim that it is "simple" and "easy" have obviously forgotten the first time that they tried it!
    A lot of the people who come to this forum for help with FTP end up in a complete mess due to the conflicting and inadequate advice they get due to the fact that the "adviser" hasn't a clue about the hosting account structure and can't view the actual files. In many cases, I have had to go into the users hosting account and sort out the mess created by bad advice and ignorance. This should really be done by the hosting service's tech support but, in many cases, they helped create the problem in the first place.
    The mere fact that an iWeb user has to come to this forum for help with FTP seems to suggest that their hosting service has inferior tech support.

  • What function module is used to post application fees of an applicant in SLcM

    Hi Experts,
    Can any one please tell me what function module is used to post the application fees to fico in student life cycle management?
    Thanks & Regards,
    Prashanti Swain

    Prashanti,
        You can use Function module "CMAC_ISR_FEES" to post application fee.
    Thanks,
    Prabhat Singh

Maybe you are looking for

  • How to replace an App purchased by another Apple ID?

    There is a free app purchased from an abondoned Apple ID while other apps are from the current Apple ID.  So, I want to download the free app again with the current Apple ID.  But there are data with the app, so deleting it and download again means t

  • Looking For Method Of Displaying Drill-Down Subreport Data On Same Page

    Not sure what the technical term for this is, but I need to find a way to display dynamic drill-down sub-report data within a report.  Here is an example of what I am trying to accomplish: + DATA SUMMARY 1 + DATA SUMMARY 1 - DATA SUMMARY 1         da

  • Photo Gallery Demo Problem

    I'm trying to understand the Photo Gallery demo so I can replicate the function for use on various sites. I've copied the html, xml, javascript and some of the photo file elements to my hard drive. I initially modified the file structures to somethin

  • How can I add sound to a single slide?

    I would like to add sound to a single slide so that it plays while the slide is being shown. Is there a way to do that in Lightroom 5?

  • PAL/NTSC issue

    We have a problem on our new project. The show was shot on three different camcorders. It was supposed to be Anamorphic DV-NTSC. But it looks like nobody on the shoot checked their camera settings. So now we're in a weird situation: Camera 1 (miniDV)