+ Reply to Thread
Results 1 to 6 of 6

count problem part 2

  1. #1
    vipa2000
    Guest

    count problem part 2

    KL and Sandy Man helped with my first problem, time for my second

    A b c d e
    120873 50183368 6 blank REL NMAT PRC SETC
    120873 50183299 4 blank CLSD PRT NMAT PRC
    122873 50185108 3 blank PCNF NMAT PRC SETC
    122873 50178522 3 HUDS002277 TECO PCNF PRT NMAT
    122873 50147658 5 HUDS003115 REL NMAT PRC SETC

    I want to count only those records in column C with a 3 in and where a blank
    (null) exists in column D. I have pieced togther the following based on
    previous help, but doesn't work. I want the range to equal the contents of a
    column because the data will vary on a month by month basis and I want people
    to simple paste their data into a sheet and it calculates everthing on a
    separate sheet.

    =SUMPRODUCT(--(Sheet1!C1="1"),--(LEFT(Sheet1!D1,3)<>"HUD*"))
    --
    Regards vipa

  2. #2
    Bob Phillips
    Guest

    Re: count problem part 2

    =SUMPRODUCT(--(Sheet1!C1:C1000=3),--(Sheet1!D1:D1000=""))

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "vipa2000" <vipa2000@discussions.microsoft.com> wrote in message
    news:DA83DE7F-E046-4C2E-95AA-6D06E5AB0E71@microsoft.com...
    > KL and Sandy Man helped with my first problem, time for my second
    >
    > A b c d

    e
    > 120873 50183368 6 blank REL NMAT PRC SETC
    > 120873 50183299 4 blank CLSD PRT NMAT PRC
    > 122873 50185108 3 blank PCNF NMAT PRC SETC
    > 122873 50178522 3 HUDS002277 TECO PCNF PRT NMAT
    > 122873 50147658 5 HUDS003115 REL NMAT PRC SETC
    >
    > I want to count only those records in column C with a 3 in and where a

    blank
    > (null) exists in column D. I have pieced togther the following based on
    > previous help, but doesn't work. I want the range to equal the contents of

    a
    > column because the data will vary on a month by month basis and I want

    people
    > to simple paste their data into a sheet and it calculates everthing on a
    > separate sheet.
    >
    > =SUMPRODUCT(--(Sheet1!C1="1"),--(LEFT(Sheet1!D1,3)<>"HUD*"))
    > --
    > Regards vipa




  3. #3
    vipa2000
    Guest

    Re: count problem part 2

    bob

    can i get it to look at a whole column of data. Tried to adapt what you sent
    but falls over. Sorry but what do you mean by "remove nothere from the email
    address if mailing direct"

    --
    Regards vipa


    "Bob Phillips" wrote:

    > =SUMPRODUCT(--(Sheet1!C1:C1000=3),--(Sheet1!D1:D1000=""))
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "vipa2000" <vipa2000@discussions.microsoft.com> wrote in message
    > news:DA83DE7F-E046-4C2E-95AA-6D06E5AB0E71@microsoft.com...
    > > KL and Sandy Man helped with my first problem, time for my second
    > >
    > > A b c d

    > e
    > > 120873 50183368 6 blank REL NMAT PRC SETC
    > > 120873 50183299 4 blank CLSD PRT NMAT PRC
    > > 122873 50185108 3 blank PCNF NMAT PRC SETC
    > > 122873 50178522 3 HUDS002277 TECO PCNF PRT NMAT
    > > 122873 50147658 5 HUDS003115 REL NMAT PRC SETC
    > >
    > > I want to count only those records in column C with a 3 in and where a

    > blank
    > > (null) exists in column D. I have pieced togther the following based on
    > > previous help, but doesn't work. I want the range to equal the contents of

    > a
    > > column because the data will vary on a month by month basis and I want

    > people
    > > to simple paste their data into a sheet and it calculates everthing on a
    > > separate sheet.
    > >
    > > =SUMPRODUCT(--(Sheet1!C1="1"),--(LEFT(Sheet1!D1,3)<>"HUD*"))
    > > --
    > > Regards vipa

    >
    >
    >


  4. #4
    Bob Phillips
    Guest

    Re: count problem part 2

    Not a whole column, SP doesn't handle that but you can have a much larger
    end row, say 30000.

    It means that I don't want web crawlers to harvest my email address, so I
    disguise it.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "vipa2000" <vipa2000@discussions.microsoft.com> wrote in message
    news:9C5908BB-02BD-4BA5-A10E-B7F33F68CC81@microsoft.com...
    > bob
    >
    > can i get it to look at a whole column of data. Tried to adapt what you

    sent
    > but falls over. Sorry but what do you mean by "remove nothere from the

    email
    > address if mailing direct"
    >
    > --
    > Regards vipa
    >
    >
    > "Bob Phillips" wrote:
    >
    > > =SUMPRODUCT(--(Sheet1!C1:C1000=3),--(Sheet1!D1:D1000=""))
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > "vipa2000" <vipa2000@discussions.microsoft.com> wrote in message
    > > news:DA83DE7F-E046-4C2E-95AA-6D06E5AB0E71@microsoft.com...
    > > > KL and Sandy Man helped with my first problem, time for my second
    > > >
    > > > A b c d

    > > e
    > > > 120873 50183368 6 blank REL NMAT PRC SETC
    > > > 120873 50183299 4 blank CLSD PRT NMAT PRC
    > > > 122873 50185108 3 blank PCNF NMAT PRC SETC
    > > > 122873 50178522 3 HUDS002277 TECO PCNF PRT NMAT
    > > > 122873 50147658 5 HUDS003115 REL NMAT PRC SETC
    > > >
    > > > I want to count only those records in column C with a 3 in and where a

    > > blank
    > > > (null) exists in column D. I have pieced togther the following based

    on
    > > > previous help, but doesn't work. I want the range to equal the

    contents of
    > > a
    > > > column because the data will vary on a month by month basis and I want

    > > people
    > > > to simple paste their data into a sheet and it calculates everthing on

    a
    > > > separate sheet.
    > > >
    > > > =SUMPRODUCT(--(Sheet1!C1="1"),--(LEFT(Sheet1!D1,3)<>"HUD*"))
    > > > --
    > > > Regards vipa

    > >
    > >
    > >




  5. #5
    vipa2000
    Guest

    Re: count problem part 2

    Bob

    used the formla

    =SUMPRODUCT(--(Sheet1!C1:C30000=1),--(Sheet1!D1:D30000=""))

    and tried to verify the data. I seem to be getting different totals. I am
    wondering if it struggling with blank cells or the -- is an issue?

    regards

    Paul


    --
    Regards vipa


    "Bob Phillips" wrote:

    > Not a whole column, SP doesn't handle that but you can have a much larger
    > end row, say 30000.
    >
    > It means that I don't want web crawlers to harvest my email address, so I
    > disguise it.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "vipa2000" <vipa2000@discussions.microsoft.com> wrote in message
    > news:9C5908BB-02BD-4BA5-A10E-B7F33F68CC81@microsoft.com...
    > > bob
    > >
    > > can i get it to look at a whole column of data. Tried to adapt what you

    > sent
    > > but falls over. Sorry but what do you mean by "remove nothere from the

    > email
    > > address if mailing direct"
    > >
    > > --
    > > Regards vipa
    > >
    > >
    > > "Bob Phillips" wrote:
    > >
    > > > =SUMPRODUCT(--(Sheet1!C1:C1000=3),--(Sheet1!D1:D1000=""))
    > > >
    > > > --
    > > >
    > > > HTH
    > > >
    > > > RP
    > > > (remove nothere from the email address if mailing direct)
    > > >
    > > >
    > > > "vipa2000" <vipa2000@discussions.microsoft.com> wrote in message
    > > > news:DA83DE7F-E046-4C2E-95AA-6D06E5AB0E71@microsoft.com...
    > > > > KL and Sandy Man helped with my first problem, time for my second
    > > > >
    > > > > A b c d
    > > > e
    > > > > 120873 50183368 6 blank REL NMAT PRC SETC
    > > > > 120873 50183299 4 blank CLSD PRT NMAT PRC
    > > > > 122873 50185108 3 blank PCNF NMAT PRC SETC
    > > > > 122873 50178522 3 HUDS002277 TECO PCNF PRT NMAT
    > > > > 122873 50147658 5 HUDS003115 REL NMAT PRC SETC
    > > > >
    > > > > I want to count only those records in column C with a 3 in and where a
    > > > blank
    > > > > (null) exists in column D. I have pieced togther the following based

    > on
    > > > > previous help, but doesn't work. I want the range to equal the

    > contents of
    > > > a
    > > > > column because the data will vary on a month by month basis and I want
    > > > people
    > > > > to simple paste their data into a sheet and it calculates everthing on

    > a
    > > > > separate sheet.
    > > > >
    > > > > =SUMPRODUCT(--(Sheet1!C1="1"),--(LEFT(Sheet1!D1,3)<>"HUD*"))
    > > > > --
    > > > > Regards vipa
    > > >
    > > >
    > > >

    >
    >
    >


  6. #6
    Bob Phillips
    Guest

    Re: count problem part 2

    Are they really blank?

    Maybe try

    =SUMPRODUCT(--(Sheet1!C1:C30000=1),--(ISBLANK(Sheet1!D1:D30000))

    or

    =SUMPRODUCT(--(Sheet1!C1:C30000=1),--(TRIM(Sheet1!D1:D30000="")))

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "vipa2000" <vipa2000@discussions.microsoft.com> wrote in message
    news:E001B77E-165F-4629-BC31-31423E7E9700@microsoft.com...
    > Bob
    >
    > used the formla
    >
    > =SUMPRODUCT(--(Sheet1!C1:C30000=1),--(Sheet1!D1:D30000=""))
    >
    > and tried to verify the data. I seem to be getting different totals. I am
    > wondering if it struggling with blank cells or the -- is an issue?
    >
    > regards
    >
    > Paul
    >
    >
    > --
    > Regards vipa
    >
    >
    > "Bob Phillips" wrote:
    >
    > > Not a whole column, SP doesn't handle that but you can have a much

    larger
    > > end row, say 30000.
    > >
    > > It means that I don't want web crawlers to harvest my email address, so

    I
    > > disguise it.
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > "vipa2000" <vipa2000@discussions.microsoft.com> wrote in message
    > > news:9C5908BB-02BD-4BA5-A10E-B7F33F68CC81@microsoft.com...
    > > > bob
    > > >
    > > > can i get it to look at a whole column of data. Tried to adapt what

    you
    > > sent
    > > > but falls over. Sorry but what do you mean by "remove nothere from the

    > > email
    > > > address if mailing direct"
    > > >
    > > > --
    > > > Regards vipa
    > > >
    > > >
    > > > "Bob Phillips" wrote:
    > > >
    > > > > =SUMPRODUCT(--(Sheet1!C1:C1000=3),--(Sheet1!D1:D1000=""))
    > > > >
    > > > > --
    > > > >
    > > > > HTH
    > > > >
    > > > > RP
    > > > > (remove nothere from the email address if mailing direct)
    > > > >
    > > > >
    > > > > "vipa2000" <vipa2000@discussions.microsoft.com> wrote in message
    > > > > news:DA83DE7F-E046-4C2E-95AA-6D06E5AB0E71@microsoft.com...
    > > > > > KL and Sandy Man helped with my first problem, time for my second
    > > > > >
    > > > > > A b c d
    > > > > e
    > > > > > 120873 50183368 6 blank REL NMAT PRC SETC
    > > > > > 120873 50183299 4 blank CLSD PRT NMAT PRC
    > > > > > 122873 50185108 3 blank PCNF NMAT PRC SETC
    > > > > > 122873 50178522 3 HUDS002277 TECO PCNF PRT NMAT
    > > > > > 122873 50147658 5 HUDS003115 REL NMAT PRC SETC
    > > > > >
    > > > > > I want to count only those records in column C with a 3 in and

    where a
    > > > > blank
    > > > > > (null) exists in column D. I have pieced togther the following

    based
    > > on
    > > > > > previous help, but doesn't work. I want the range to equal the

    > > contents of
    > > > > a
    > > > > > column because the data will vary on a month by month basis and I

    want
    > > > > people
    > > > > > to simple paste their data into a sheet and it calculates

    everthing on
    > > a
    > > > > > separate sheet.
    > > > > >
    > > > > > =SUMPRODUCT(--(Sheet1!C1="1"),--(LEFT(Sheet1!D1,3)<>"HUD*"))
    > > > > > --
    > > > > > Regards vipa
    > > > >
    > > > >
    > > > >

    > >
    > >
    > >




+ 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