+ Reply to Thread
Results 1 to 2 of 2

Recongnizing values for Cells.

  1. #1
    Registered User
    Join Date
    10-03-2006
    Posts
    3

    Recongnizing values for Cells.

    I have a formula =COUNTIF('Data Page 1'!AQ5:AQ20002,"<=2.5")

    However, when i replace the part of the formula "<=2.5") with an actual cell destination i.e. instead of "<=2.5") i want the value to be a cell value e.g. "A5 =COUNTIF('Data Page 1'!AQ5:AQ20002,"<=A5")
    (with a value of 5 in the cell A5)
    however excel does not seem to recognize that there is a value of 5 in the A5cell and i keep getting a zero value.

    Anyfeedback appreciated.

  2. #2
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by smithbrendan32
    I have a formula =COUNTIF('Data Page 1'!AQ5:AQ20002,"<=2.5")

    However, when i replace the part of the formula "<=2.5") with an actual cell destination i.e. instead of "<=2.5") i want the value to be a cell value e.g. "A5 =COUNTIF('Data Page 1'!AQ5:AQ20002,"<=A5")
    (with a value of 5 in the cell A5)
    however excel does not seem to recognize that there is a value of 5 in the A5cell and i keep getting a zero value.

    Anyfeedback appreciated.
    try this

    =COUNTIF('Data Page 1'!AQ5:AQ20002,"<="&A5)

+ 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