Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I'm using the countif formula to look up certain keywords in a column(=COUNTIF(Sheet1!G1:G1170,"George"). In my column, there will be different entries other than just "George". There may be George Smith, George Jones, George Thompson, etc...etc... Is there a better formula that will return a result for all "george's". Right now, it doesn't return anything because of the various George's. Thanx. -- Ltat42a ------------------------------------------------------------------------ Ltat42a's Profile: http://www.excelforum.com/member.php...o&userid=24735 View this thread: http://www.excelforum.com/showthread...hreadid=494440 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=COUNTIF(A1:A10,"*George*") -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Ltat42a" wrote in message ... I'm using the countif formula to look up certain keywords in a column(=COUNTIF(Sheet1!G1:G1170,"George"). In my column, there will be different entries other than just "George". There may be George Smith, George Jones, George Thompson, etc...etc... Is there a better formula that will return a result for all "george's". Right now, it doesn't return anything because of the various George's. Thanx. -- Ltat42a ------------------------------------------------------------------------ Ltat42a's Profile: http://www.excelforum.com/member.php...o&userid=24735 View this thread: http://www.excelforum.com/showthread...hreadid=494440 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(G1:G1170,"*george*")
Bob Umlas Excel MVP "Ltat42a" wrote in message ... I'm using the countif formula to look up certain keywords in a column(=COUNTIF(Sheet1!G1:G1170,"George"). In my column, there will be different entries other than just "George". There may be George Smith, George Jones, George Thompson, etc...etc... Is there a better formula that will return a result for all "george's". Right now, it doesn't return anything because of the various George's. Thanx. -- Ltat42a ------------------------------------------------------------------------ Ltat42a's Profile: http://www.excelforum.com/member.php...o&userid=24735 View this thread: http://www.excelforum.com/showthread...hreadid=494440 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Chip Pearson Wrote: Try =COUNTIF(A1:A10,"*George*") -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Ltat42a" wrote in message ... I'm using the countif formula to look up certain keywords in a column(=COUNTIF(Sheet1!G1:G1170,"George"). In my column, there will be different entries other than just "George". There may be George Smith, George Jones, George Thompson, etc...etc... Is there a better formula that will return a result for all "george's". Right now, it doesn't return anything because of the various George's. Thanx. -- Ltat42a ------------------------------------------------------------------------ Ltat42a's Profile: http://www.excelforum.com/member.php...o&userid=24735 View this thread: http://www.excelforum.com/showthread...hreadid=494440 Thanx Chip....that works great! JF -- Ltat42a ------------------------------------------------------------------------ Ltat42a's Profile: http://www.excelforum.com/member.php...o&userid=24735 View this thread: http://www.excelforum.com/showthread...hreadid=494440 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif, then multiply?? | Excel Worksheet Functions | |||
Formula format for Count or Countif funtion with two criterias | Excel Worksheet Functions | |||
COUNTIF or not to COUNTIF on a range in another sheet | Excel Worksheet Functions | |||
Combining IF and COUNTIF based on two columns | Excel Discussion (Misc queries) | |||
Countif - Countif | Excel Worksheet Functions |