+ Reply to Thread
Results 1 to 4 of 4

countif problem when using range name

  1. #1
    Kieranz
    Guest

    countif problem when using range name

    Hello All
    I have a number say 6 in cell A3 which is named as 'MP01'; in another
    cell i have a formula =countif(D1:D10,">MP01") but this does not work!
    However if i have =countif(D1:D10,MP01+2) then this works.
    Many thks for your help
    Rgds
    KZ


  2. #2
    Forum Contributor colofnature's Avatar
    Join Date
    05-11-2006
    Location
    -
    MS-Off Ver
    -
    Posts
    301
    Change the formula to

    =countif(D1:D10,">"&MP01)



    Col

  3. #3
    Andrew Taylor
    Guest

    Re: countif problem when using range name

    =COUNTIF(D1:D10,">"&MP01)


    Kieranz wrote:
    > Hello All
    > I have a number say 6 in cell A3 which is named as 'MP01'; in another
    > cell i have a formula =countif(D1:D10,">MP01") but this does not work!
    > However if i have =countif(D1:D10,MP01+2) then this works.
    > Many thks for your help
    > Rgds
    > KZ



  4. #4
    Kieranz
    Guest

    Re: countif problem when using range name

    Andrew
    Many thks
    KZ

    Andrew Taylor wrote:
    > =COUNTIF(D1:D10,">"&MP01)
    >
    >
    > Kieranz wrote:
    > > Hello All
    > > I have a number say 6 in cell A3 which is named as 'MP01'; in another
    > > cell i have a formula =countif(D1:D10,">MP01") but this does not work!
    > > However if i have =countif(D1:D10,MP01+2) then this works.
    > > Many thks for your help
    > > Rgds
    > > KZ



+ 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