Results 1 to 16 of 16

Counting Number of Vacant Units

Threaded View

  1. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2505
    Posts
    13,760

    Re: Counting Number of Vacant Units

    In the attached I put this formula in Sheet2 E36:E47. It returns the percentages directly from Sheet1

    Q39:Q50. It saves having to jump across sheets / ranges to find / verify the percentages as you can see

    the percentages in the next column to the right. It seemed easier.
    Formula: copy to clipboard
    =INDEX(Sheet1!$P$39:$Q$50,MATCH($A36,Sheet1!$P$39:$P$50,0),2)
    If I interpret your intent from your existing formulas correctly the count of vacancies depends solely

    upon the number of blank cells in Sheet1 B10:B12. With that understanding I put this formula in

    D36:D47.
    Formula: copy to clipboard
    =IF($E36=100%,0,COUNTIF(Sheet1!$B$10:$B$12,""))
    I then deleted some Tenant cells data in B10:B12 to test it.

    Does this help?
    Attached Files Attached Files
    Last edited by FlameRetired; 12-10-2015 at 03:45 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] formula for a different cost per number of units
    By svaeth in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-20-2015, 02:42 PM
  2. Replies: 6
    Last Post: 12-23-2013, 09:23 AM
  3. Number of Units and Employee required
    By top1 in forum Excel General
    Replies: 2
    Last Post: 02-23-2013, 10:26 PM
  4. [SOLVED] Calculate the Bonus units according to the quantity of the units bought (Help)
    By mo_naf in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-15-2012, 05:51 PM
  5. Excel 2007 : Calculating number of units without vlookup
    By Concerned in forum Excel General
    Replies: 5
    Last Post: 01-30-2010, 07:05 PM
  6. Limit number of units and computers per customer
    By -R3- in forum Excel General
    Replies: 8
    Last Post: 10-21-2009, 02:07 PM
  7. [SOLVED] How to determine the number of units?
    By Eric in forum Excel General
    Replies: 8
    Last Post: 03-11-2006, 01:35 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