+ Reply to Thread
Results 1 to 5 of 5

Can this Formula be Shortened Please

  1. #1
    Paul
    Guest

    Can this Formula be Shortened Please

    Hi Everyone,

    Is there a Simplified Solution to this Formula Please :-

    =COUNTIF(E32:J32,E31)+COUNTIF(E32:J32,F31)+COUNTIF(E32:J32,G31)+COUNTIF(
    E32:J32,H31)+COUNTIF(E32:J32,I31)+COUNTIF(E32:J32,J31)

    I have tried Several Alternatives but to NO avail.

    Thanks in Advance
    All the Best
    Paul



    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!

  2. #2
    Frank Kabel
    Guest

    Re: Can this Formula be Shortened Please

    Some ways:
    =SUMPRODUCT(--(E32:J32={E31,F31,G31,H31,I31,J31}))

    or
    =SUMPRODUCT(--(ISNUMBER(MATCH(E32:J32,E31:J31,0))))

    --
    Regards
    Frank Kabel
    Frankfurt, Germany

    Paul wrote:
    > Hi Everyone,
    >
    > Is there a Simplified Solution to this Formula Please :-
    >
    > =COUNTIF(E32:J32,E31)+COUNTIF(E32:J32,F31)+COUNTIF(E32:J32,G31)+COUNTIF(
    > E32:J32,H31)+COUNTIF(E32:J32,I31)+COUNTIF(E32:J32,J31)
    >
    > I have tried Several Alternatives but to NO avail.
    >
    > Thanks in Advance
    > All the Best
    > Paul
    >
    >
    >
    > *** Sent via Developersdex http://www.developersdex.com ***
    > Don't just participate in USENET...get rewarded for it!




  3. #3
    Paul
    Guest

    Re: Can this Formula be Shortened Please

    Thanks Frank,

    I could NOT get the First One to Work, But the Second One Works Great.

    Thanks Again.
    All the Best
    Paul


    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!

  4. #4
    Frank Kabel
    Guest

    Re: Can this Formula be Shortened Please

    Hi
    first one depends on your regional settings. Try replacing the coma within
    the curly brackets with
    ..
    or
    /

    --
    Regards
    Frank Kabel
    Frankfurt, Germany
    "Paul" <[email protected]> schrieb im Newsbeitrag
    news:%[email protected]...
    > Thanks Frank,
    >
    > I could NOT get the First One to Work, But the Second One Works Great.
    >
    > Thanks Again.
    > All the Best
    > Paul
    >
    >
    > *** Sent via Developersdex http://www.developersdex.com ***
    > Don't just participate in USENET...get rewarded for it!




  5. #5
    Paul
    Guest

    Re: Can this Formula be Shortened Please

    Hi Frank,

    Thanks for the Reply.
    I Tried :-
    ..
    ,
    ..
    ;
    :
    /
    But to No Avail.
    Not to Worry though as I am Using the Second One which Works Great and
    Accomodates my Needs.
    Thanks for the Solution.

    Have a Great New Year.
    All the Best
    Paul



    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!

+ 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