Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spreadsheet which I would like to count the number of a word in one
collumn, but only if which matches with a word in a different collumn. Thank Juran |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(A:A,B1)
is that what you mean, if not post back with an explanation -- Regards, Peo Sjoblom Portland, Oregon "Juran" wrote in message ... I have a spreadsheet which I would like to count the number of a word in one collumn, but only if which matches with a word in a different collumn. Thank Juran |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Oops, 2 different criteria
=SUMPRODUCT(--(Range1=criteria1),--(Range2=criteria2)) -- Regards, Peo Sjoblom Portland, Oregon "Peo Sjoblom" wrote in message ... =COUNTIF(A:A,B1) is that what you mean, if not post back with an explanation -- Regards, Peo Sjoblom Portland, Oregon "Juran" wrote in message ... I have a spreadsheet which I would like to count the number of a word in one collumn, but only if which matches with a word in a different collumn. Thank Juran |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Peo,
Thank you. Did work exactly they way I expected. If you do mind I asking (I would like to understand your answer) why the dashes and why sumproduct instead of countif? Once again thank you. "Peo Sjoblom" wrote: Oops, 2 different criteria =SUMPRODUCT(--(Range1=criteria1),--(Range2=criteria2)) -- Regards, Peo Sjoblom Portland, Oregon "Peo Sjoblom" wrote in message ... =COUNTIF(A:A,B1) is that what you mean, if not post back with an explanation -- Regards, Peo Sjoblom Portland, Oregon "Juran" wrote in message ... I have a spreadsheet which I would like to count the number of a word in one collumn, but only if which matches with a word in a different collumn. Thank Juran |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
http://www.xldynamic.com/source/xld.SUMPRODUCT.html
-- Regards, Peo Sjoblom Portland, Oregon "Juran" wrote in message ... Peo, Thank you. Did work exactly they way I expected. If you do mind I asking (I would like to understand your answer) why the dashes and why sumproduct instead of countif? Once again thank you. "Peo Sjoblom" wrote: Oops, 2 different criteria =SUMPRODUCT(--(Range1=criteria1),--(Range2=criteria2)) -- Regards, Peo Sjoblom Portland, Oregon "Peo Sjoblom" wrote in message ... =COUNTIF(A:A,B1) is that what you mean, if not post back with an explanation -- Regards, Peo Sjoblom Portland, Oregon "Juran" wrote in message ... I have a spreadsheet which I would like to count the number of a word in one collumn, but only if which matches with a word in a different collumn. Thank Juran |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "Peo Sjoblom" wrote: http://www.xldynamic.com/source/xld.SUMPRODUCT.html -- Regards, Peo Sjoblom Portland, Oregon "Juran" wrote in message ... Peo, Thank you. Did work exactly they way I expected. If you do mind I asking (I would like to understand your answer) why the dashes and why sumproduct instead of countif? Once again thank you. "Peo Sjoblom" wrote: Oops, 2 different criteria =SUMPRODUCT(--(Range1=criteria1),--(Range2=criteria2)) -- Regards, Peo Sjoblom Portland, Oregon "Peo Sjoblom" wrote in message ... =COUNTIF(A:A,B1) is that what you mean, if not post back with an explanation -- Regards, Peo Sjoblom Portland, Oregon "Juran" wrote in message ... I have a spreadsheet which I would like to count the number of a word in one collumn, but only if which matches with a word in a different collumn. Thank Juran Peo, Thank you. Juran |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
countif criteria only one word of few doesn't work | Excel Worksheet Functions | |||
Countif w/ Multiple Criteria | Excel Worksheet Functions | |||
countif variable criteria | Excel Discussion (Misc queries) | |||
Countif using format criteria....not number criteria? | Excel Worksheet Functions | |||
counting cells (COUNTIF) based on two or more criteria | Excel Worksheet Functions |