Results 1 to 4 of 4

How can I write this sumproduct formula using the countifs function?

Threaded View

  1. #1
    Valued Forum Contributor sans's Avatar
    Join Date
    10-19-2011
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    550

    How can I write this sumproduct formula using the countifs function?

    Hello to everyone,

    I am currently using the following formula:

    =IF(SUMPRODUCT(--(BIF3:BIT3=CHAR(252))),CHAR(251),CHAR(252))

    which works fine, however, I've been trying to get the same results using the countifs function but I can't seem to be getting it right.

    I've tried this formula

    =IF(COUNTIFS(BIF3:BIT3,"=CHAR(252)"),CHAR(251),CHAR(252))

    this one

    =IF(COUNTIFS(BIF3:BIT3,"CHAR(252)"),CHAR(251),CHAR(252))

    and this one

    =IF(COUNTIFS(BIF3:BIT3,"CHAR(252)")>=1,CHAR(251),CHAR(252))

    but I keep getting wrong results.


    What's the mistake in the above countifs formulas?


    Thank you
    Sans
    Last edited by sans; 01-20-2012 at 01:20 PM.

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