+ Reply to Thread
Results 1 to 14 of 14

Counting empty cells to the left

Hybrid View

  1. #1
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Counting empty cells to the left

    Could you post a version with your desired output (calculated manually of course) ... based on your last file I'm not sure where you want these results to appear nor from which date the calculation is meant to be based... presumably today ?

  2. #2
    Forum Contributor
    Join Date
    09-22-2009
    Location
    Henderson, KY
    MS-Off Ver
    Excel 2007
    Posts
    152

    Re: Counting empty cells to the left

    The area highlighted in yellow is what I would like to be able to calculate, I did the ones for Team Member "A" manually
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    09-22-2009
    Location
    Henderson, KY
    MS-Off Ver
    Excel 2007
    Posts
    152

    Re: Counting empty cells to the left

    calculation would be from the end of each month

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Counting empty cells to the left

    Given the nature of your set-up and so as to reduce repetitive calcs I would be inclined to do something like:

    BL56:BM56 (merged as per rows above)
    =SUM(BJ56:BK56,DAY((("01-"&(MONTH(1&BL$29)+1))-1)))
    copied across to CI56
    Then to generate results

    BZ30
    =BZ$56-IF(SUM($AG30:AV30),MATCH(REPT("Z",255),$B3:INDEX($B3:$NB3,BZ$56)),0)
    applied across matrix
    Re: use of REPT("Z",255) see Bob Phillips' article on finding "last values": http://www.xldynamic.com/source/xld.LastValue.html

  5. #5
    Forum Contributor
    Join Date
    09-22-2009
    Location
    Henderson, KY
    MS-Off Ver
    Excel 2007
    Posts
    152

    Re: Counting empty cells to the left

    That formula gives me a #N/A error

  6. #6
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Counting empty cells to the left

    Attachment represents that uploaded in post # 6 with addition of formulae as suggested in post # 8
    Attached Files Attached Files

  7. #7
    Forum Contributor
    Join Date
    09-22-2009
    Location
    Henderson, KY
    MS-Off Ver
    Excel 2007
    Posts
    152

    Re: Counting empty cells to the left

    When I tried to do the formulas in post 8. the formulas on row 56 were coming up with results of 1,2,3,4,5,6,7,8,9,10,11,12. Then when I copied the formula from the 1st cell (in row 56) on your last post, it came up with different #'s than in your spreadsheet. Sorry if I'm not following along too fast, I've only been messing with Excel for a short time and no one at my work has any knowledge for me to gleen from.

+ 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.6.0 RC 1