+ Reply to Thread
Results 1 to 2 of 2

COUNTIF?? SUMIF??

  1. #1
    Vegs
    Guest

    COUNTIF?? SUMIF??

    I need to count the rows only if these two conditions exist in the same row.
    Column A must be a specific numerical value and column B must contain any
    text.
    Thanks...

  2. #2
    David Billigmeier
    Guest

    RE: COUNTIF?? SUMIF??

    I assumed your range is row 1:100, change to fit your data:

    =SUMPRODUCT(--(A1:A100=your_numerical_value),--(ISTEXT(B1:B100)))

    --
    Regards,
    Dave


    "Vegs" wrote:

    > I need to count the rows only if these two conditions exist in the same row.
    > Column A must be a specific numerical value and column B must contain any
    > text.
    > Thanks...


+ 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