Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to the count the number of times a value, represent in column B1 in
sheet 1 appears in the range H1:h15000 in another worksheet Note: the value in column H could be formated as text or number Thanks ce |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() =SUMPRODUCT(--(Sheet2!$H$1:$H$15000=Sheet1!B1)) HTH "Curtis" wrote: I need to the count the number of times a value, represent in column B1 in sheet 1 appears in the range H1:h15000 in another worksheet Note: the value in column H could be formated as text or number Thanks ce |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Doesn't
=COUNTIF(Sheet2!$H$1:$H$15000,Sheet1!B1) do it? -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Toppers" wrote in message ... =SUMPRODUCT(--(Sheet2!$H$1:$H$15000=Sheet1!B1)) HTH "Curtis" wrote: I need to the count the number of times a value, represent in column B1 in sheet 1 appears in the range H1:h15000 in another worksheet Note: the value in column H could be formated as text or number Thanks ce |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This Countif function should do that. Where your lookup text or number is
in B1 of sheet 1. =COUNTIF(Sheet2!H1:H1500,B1) HTH Regards, Howard "Curtis" wrote in message ... I need to the count the number of times a value, represent in column B1 in sheet 1 appears in the range H1:h15000 in another worksheet Note: the value in column H could be formated as text or number Thanks ce |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi Curtis,
just realizing the word "appears" in the range.... do you mean if e.g. as text search B1=ABC and on the search range, some specific cell may contain TWICE or more of the value in B1 e.g. H1= ABC123ABC, will you like to consider it as 2 counts since it "appears" twice or just count it as one appearance... regards, driller -- ***** birds of the same feather flock together.. "Curtis" wrote: I need to the count the number of times a value, represent in column B1 in sheet 1 appears in the range H1:h15000 in another worksheet Note: the value in column H could be formated as text or number Thanks ce |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert numbers from text format to number format | Excel Discussion (Misc queries) | |||
Change number (in text format) to numeric format | Excel Discussion (Misc queries) | |||
How to change text format .126 to number format 0.126 ? | Excel Worksheet Functions | |||
convert text-format number to number in excel 2000%3f | Excel Discussion (Misc queries) | |||
How do i change numbers in text format to number format? | New Users to Excel |