+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Formulas that reference cells with formulas

Hybrid View

  1. #1
    Registered User
    Join Date
    06-03-2010
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2003
    Posts
    13

    Formulas that reference cells with formulas

    I have a column I that consists of a formula, something like =IF(H3>$O$2,"TRUE","")

    I have a countif formula that I want to use to count the number of "TRUE" in this column
    =COUNTIF(I:I,"TRUE")
    however it does not work. It always is 0. I guess because I have formulas in the cells, it will not work. If I actually manually type TRUE anywhere in column I, then it will get counted.

    How do I countif to work for a column with formula data in it?

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Formulas that reference cells with formulas

    Try this

    =IF(H3>$O$2,TRUE,"")

    then

    =COUNTIF(I:I,TRUE)

    True does not require quotes
    HTH
    Regards, Jeff

+ 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