+ Reply to Thread
Results 1 to 3 of 3

Count If table problems

  1. #1
    Registered User
    Join Date
    09-04-2009
    Location
    Portugal
    MS-Off Ver
    Excel 2003
    Posts
    23

    Count If table problems

    Hi all,


    I could use some help on this,

    I have the following count if formula

    =COUNTIF(Bookings!$A$10:$A10;VQ!$E$4)

    This "count if " is in a separated sheet and when i remove any line from the table from the Bookings Sheet, it will not update it and I will need to manualy update the count if ( table ).

    The count if goes trough,

    =COUNTIF(Bookings!$A$10:$A10;VQ!$E$4)
    =COUNTIF(Bookings!$A$10:$A200;VQ!$E$4)


    Thanks in advance,
    Last edited by phoztek; 06-20-2011 at 10:40 AM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Count If table problems

    Hello,

    try this formula instead

    =COUNTIF(Bookings!$A$10:INDEX(Bookings!A:A;ROW(A10));VQ!$E$4)

    This will not mind if you insert or delete rows in the Bookings sheet.

    cheers,
    Last edited by teylyn; 06-20-2011 at 07:27 AM.

  3. #3
    Registered User
    Join Date
    09-04-2009
    Location
    Portugal
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Count If table problems

    Quote Originally Posted by teylyn View Post
    Hello,

    try this formula instead

    =COUNTIF(Bookings!$A$10:INDEX(Bookings!A:A;ROW(A10));VQ!$E$4)

    This will not mind if you insert or delete rows in the Bookings sheet.

    cheers,
    Hi Teylin

    Thank you so much, i've tested it and it seems to be working.

    Cheers

+ 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