Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using the formula below to find the letter D in a sheet.
I would like to also look for Dc as well in the same sheet. Can this formula be easily modified? Thanks Jim =COUNTIF(E3:AP148,"D") |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(E3:AP148,"D") + COUNTIF(E3:AP148,"Dc")
or =sum(COUNTIF(E3:AP148,{"D","DC"})) Jim wrote: I am using the formula below to find the letter D in a sheet. I would like to also look for Dc as well in the same sheet. Can this formula be easily modified? Thanks Jim =COUNTIF(E3:AP148,"D") -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello Dave,
Many thanks, both work fine. Regards Jim "Dave Peterson" wrote in message ... =COUNTIF(E3:AP148,"D") + COUNTIF(E3:AP148,"Dc") or =sum(COUNTIF(E3:AP148,{"D","DC"})) Jim wrote: I am using the formula below to find the letter D in a sheet. I would like to also look for Dc as well in the same sheet. Can this formula be easily modified? Thanks Jim =COUNTIF(E3:AP148,"D") -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with COUNTIF ... | Excel Worksheet Functions | |||
Countif Problem | Excel Worksheet Functions | |||
countif problem. | New Users to Excel | |||
countif problem | Excel Worksheet Functions | |||
CountIF problem | Excel Discussion (Misc queries) |