+ Reply to Thread
Results 1 to 7 of 7

Find how many times a value appears with a particular value within same row

  1. #1
    Registered User
    Join Date
    12-15-2013
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    8

    Find how many times a value appears with a particular value within same row

    Thank you to all
    Attached Images Attached Images
    Last edited by SG56001235; 12-20-2013 at 12:43 PM.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Find how many times a value appears with a particular value within same row

    Take a look to COUNTIFS function.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Find how many times a value appears with a particular value within same row

    =countifs($b$3:$b$5000,t3,$i$3:$i$5000,"<"&"0")

    You're just beating me to the punch all day.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  4. #4
    Forum Contributor vamosj's Avatar
    Join Date
    04-23-2004
    Location
    Oregon
    MS-Off Ver
    2010
    Posts
    294

    Re: Find how many times a value appears with a particular value within same row

    Here you go.

    =COUNTIFS(B:B,T2,I:I,"<0")


    COUNTIF looks for multiple criteria. COUNTIF(Range 1, Criteria 1, Range 2, Criteria 2)

    So in this formula it will only count if the same row in Range 1 (B:B) meets Criteria 1 (Cell T2) and in the same row of Range 2 (I:I) meets Criteria 2 (<0)
    Last edited by vamosj; 12-20-2013 at 11:51 AM.
    Janos S. Vamos
    Data Systems Technician/Fire Controlman PO1(SW/AW)
    US Navy Retired


    Remember, Record Macro can be your friend for figuring out solutions.

    Good or Bad, let me know how I did by clicking on the "Add Reputation" * just to the lower left of here. it only takes a few seconds to let someone know.

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Find how many times a value appears with a particular value within same row

    everyone ese beat me to it ,i was just going to make some observation about posting images as well
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  6. #6
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,371

    Re: Find how many times a value appears with a particular value within same row

    =COUNTIF(E:E,"<"&0) in column U

  7. #7
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Find how many times a value appears with a particular value within same row

    @ azumi i know pictures make things hard but that is so far off the op's requirement are you sure you responded to the correct post?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] find a total of times a word appears across all the sheets in column "C"
    By NickB79 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-20-2013, 10:28 AM
  2. Find number of times a value from a list appears in a seperate column
    By GSmith8 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-17-2013, 02:05 AM
  3. [SOLVED] find number of times a letter or a number appears in a column
    By dcoates in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-17-2012, 02:47 PM
  4. Replies: 9
    Last Post: 05-21-2012, 12:12 PM
  5. Replies: 6
    Last Post: 03-02-2010, 04:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1