Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
vipa2000
 
Posts: n/a
Default 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   Report Post  
Bob Phillips
 
Posts: n/a
Default

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

--

HTH

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


"vipa2000" wrote in message
...
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   Report Post  
vipa2000
 
Posts: n/a
Default

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" wrote in message
...
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   Report Post  
Bob Phillips
 
Posts: n/a
Default

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" wrote in message
...
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" wrote in message
...
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   Report Post  
vipa2000
 
Posts: n/a
Default

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" wrote in message
...
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" wrote in message
...
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   Report Post  
Bob Phillips
 
Posts: n/a
Default

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" wrote in message
...
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" wrote in message
...
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" wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I need help with an "If" Statement Whayne Excel Worksheet Functions 3 July 20th 05 09:25 PM
Transpose unique values in one column/mult. rows into a single row Wil Excel Worksheet Functions 1 May 22nd 05 08:52 AM
Excel Display Problem Bill Martin -- (Remove NOSPAM from address) Excel Discussion (Misc queries) 0 April 19th 05 05:25 PM
COUNT over several sheets...Part 2! Fybo Excel Discussion (Misc queries) 2 March 8th 05 05:27 PM
Count data entries and date problem Gef Excel Worksheet Functions 5 November 4th 04 02:30 PM


All times are GMT +1. The time now is 09:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"