+ Reply to Thread
Results 1 to 3 of 3

Thread: An "array" of bedroom problems for Realtor

  1. #1
    Registered User
    Join Date
    01-01-2011
    Location
    New Jersey
    MS-Off Ver
    Excel 2003
    Posts
    2

    An "array" of bedroom problems for Realtor

    By way of explanation, I am in the real estate business. Over the years I have found the MLS to be too one-dimensional, so I built an ever-evolving means of illuminating the ways in which markets behave. For example, consider the following array formula (Excel 2003):

    {=SUM(IF(PENDING_DATES>=BEGINNING_DATE,IF(PENDING_DATES<=END_DATE,IF(SALE_PRICES>=BEGINNING_PRICE,IF (SALE_PRICES<END_PRICE,IF(OWNERSHIP_TYPES=OWNERSHIP,1,0),0)))))}

    This formula would return the number of houses that went under contract between two dates, in a particular price range, and having a particular ownership type. All the check-values in italics are pulled from either the same or other worksheets. Now to my problem:

    I want to add a new variable to the existing formula…bedrooms. So, given the specified pending dates, price range and ownership type, I want to know how many 4-bedroom homes sold, or how many 3- and 4-bedroom homes sold, etc. Furthermore, since I won’t always be using the bedrooms crosstab, the default bedroom value has to include all houses that sold that had bedrooms, which would be the same as the returned value before the introduction of the bedroom variable.

    Were I using the value of the bedroom variable only once I would add it by hand. However, many different formulas need to access it so the only practical way to do it seems to be an easily customized pull-down list. The reason is that in one market I may be interested in 2 and 3 bedroom houses, while in another it might be homes with 3 or more bedrooms (>=3). Also, the default bedroom value has to include all houses that sold (any house with a bedroom).

    So, here is where I hit the wall. In order to get my list of bedroom check values to work I have to include operators that will enable me to account for all kinds of possibilities. The following is where I am and it doesn’t work (as you know).

    {=SUM(IF(PENDING_DATES>=BEGINNING_DATE,IF(PENDING_DATES<=END_DATE,IF(SALE_PRICES>=BEGINNING_PRICE,IF (SALE_PRICES<END_PRICE,IF(OWNERSHIP_TYPES=OWNERSHIP, IF(NUMBER_BEDROOMS=$AY$11,0),0))))))}

    In the above, =$AY$11 is the cell reference to the bedroom list. Since my check values sometimes contain operators, the values don’t work with the “=” in the expression, IF(NUMBER_BEDROOMS=$AY$11.

    Thank you very much for your help and, by the way, I don’t know vba .

  2. #2
    Registered User
    Join Date
    01-01-2011
    Location
    New Jersey
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: An "array" of bedroom problems for Realtor

    Oh, one more thing: advanced filtering won’t work. The best way for me to explain why is to refer you to my web site at www.wessex-home.com. While it won't show you specifically what I am referring to, I think it will give you a good idea of how the data comes together. Underlying the system is this mechanism: I download the raw data that comprises hundreds of MLS records that span a minimum of 4 years. There is data for sold homes, active listings and expired listings. Once the data is imported, most of the analysis takes place automatically. What isn't automatic are various settings such as ownership type, date ranges, price ranges and, hopefully, the number of bedrooms. Such settings affect all the data at one time. For example, if I change the ownership type from fee simple to condo, all the charts, tables and analysis write up information changes to reflect the condo market in a particular town. One last thing: a great deal of analysis, which takes place without my intervention, combines sold, active and expired listings in order to illuminate trends, etc. That's why is important that settings changes impact all the data at the same time.

  3. #3
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,423

    Re: An "array" of bedroom problems for Realtor

    Welcome to the Board though please note:

    - we have numerous questions forums and we ask you post threads in the most appropriate (Outlook would not appear to be relevant here)

    - if you cross post the same question on multiple message boards we ask you disclose all relevant links

    I will move your thread to an Excel orientated Forum but I would ask you post back with all relevant links re: various cross posts (MrExcel for example)

    Please also be sure to take a few minutes to read through the Forum Rules

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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.2.0