+ Reply to Thread
Results 1 to 2 of 2

Correlations between multiple arrays

  1. #1
    Registered User
    Join Date
    05-12-2017
    Location
    Finland
    MS-Off Ver
    2016
    Posts
    1

    Correlations between multiple arrays

    Hello.

    I have a problem where I have to gauge correlation between three different variables which are age, interest and ***. What would be the best way to find out whether i.e 20 to 30 males are interested in this product?

    Thank you.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,062

    Re: Correlations between multiple arrays

    Given a list of age, interest and s*x in columns A B and C

    =COUNTIFS(A1:A1000,">=20",A1:A1000,"<=30",C1:C1000,"Male",B1:B1000,D1)
    will return number of males aged 20 to 30 with an interest in a specific product held in D1
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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. Which formula should be used to find multiple correlations in dataset?
    By bobdillingerz in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-02-2016, 03:42 PM
  2. storing multiple value in a single cell (through arrays or without arrays)?
    By mak51061 in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 12-25-2014, 09:27 PM
  3. Declaring multiple multi-dimensional arrays (jagged arrays) - compile error?
    By dfribush in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-20-2013, 05:06 PM
  4. multiple correlations - help!
    By cxr in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 10-22-2012, 06:39 PM
  5. Complex correlations
    By Razyg in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 08-13-2010, 11:05 AM
  6. Correlations
    By gnoke in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-03-2010, 09:09 AM
  7. Multiple Correlations and Multicollinearity
    By montreal1775 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-08-2006, 04:40 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