+ Reply to Thread
Results 1 to 2 of 2

Need help ASAP with COUNTIFS/OR, or a better method!

Hybrid View

  1. #1
    Registered User
    Join Date
    05-02-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    1

    Need help ASAP with COUNTIFS/OR, or a better method!

    Hi all,

    I'm turning in my master's thesis today and it's all done EXCEPT one very annoying, aggravating statistic I can't seem to figure out how to get on Excel. I'll tell you what I have, and what I need, and hopefully you can show me the light. It's due at 5 p.m.!

    WHAT I HAVE:

    I did a content analysis of speeches, and I have several columns that have a "1" or "0" indicating whether or not a particular item is present in that particular speech. They are columns F, H, J, K, L, M, O, Q, S, T, U, V and W. My column "Z" is the independent variable, and I only need to analyze all of the speeches that have a "1" in that column.

    Finally, each speech has a "1" or "0" indicating whether its a Republican or Democrat speaking, in column D.

    I want to do one analysis for each party for every row that has a "1" in Column Z. What I want to find is which rows have a "1" in Column Z and "1" in at least one of the other several columns I mentioned. I'll do this for values "1" AND "0" in Column D.

    Does anyone have any idea how to help me?

  2. #2
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: Need help ASAP with COUNTIFS/OR, or a better method!

    Try

    =if(and(d2=1,z1=1,sum(f2:w2)),"Republican, independent variable and a hit in f:w","Not all criteria")
    =if(and(d2=0,z1=1,sum(f2:w2)),"Democrat, independent variable and a hit in f:w","Not all criteria")
    CC


    If you feel really indebted please consider a donation to charity. My preferred charity is ActionAid but there are plenty of worthy alternatives.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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