Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a range of cells from B10:B32 that have a few different values in
them. I want to be able to count the cells that only contain nothing (blanks) and the letter P. How can this be done? ANY help would be greatly appreciated, Karen |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Do you mean to count all the blank cells plus all the cells that have "P"?
Use this: HTH Otto =COUNTIF(B10:B32,"")+COUNTIF(B10:B32,"P") "Karen" wrote in message ... I have a range of cells from B10:B32 that have a few different values in them. I want to be able to count the cells that only contain nothing (blanks) and the letter P. How can this be done? ANY help would be greatly appreciated, Karen |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Try this =sumproduct((B10:B32="")+(B10:B32="p")) -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Karen" wrote in message ... I have a range of cells from B10:B32 that have a few different values in them. I want to be able to count the cells that only contain nothing (blanks) and the letter P. How can this be done? ANY help would be greatly appreciated, Karen |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you so much for your help! It worked great!
Karen "Otto Moehrbach" wrote: Do you mean to count all the blank cells plus all the cells that have "P"? Use this: HTH Otto =COUNTIF(B10:B32,"")+COUNTIF(B10:B32,"P") "Karen" wrote in message ... I have a range of cells from B10:B32 that have a few different values in them. I want to be able to count the cells that only contain nothing (blanks) and the letter P. How can this be done? ANY help would be greatly appreciated, Karen . |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you so much for your help! It worked great!
Karen "Otto Moehrbach" wrote: Do you mean to count all the blank cells plus all the cells that have "P"? Use this: HTH Otto =COUNTIF(B10:B32,"")+COUNTIF(B10:B32,"P") "Karen" wrote in message ... I have a range of cells from B10:B32 that have a few different values in them. I want to be able to count the cells that only contain nothing (blanks) and the letter P. How can this be done? ANY help would be greatly appreciated, Karen . |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you so much for your help! It worked great!
Karen "Ashish Mathur" wrote: Hi, Try this =sumproduct((B10:B32="")+(B10:B32="p")) -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Karen" wrote in message ... I have a range of cells from B10:B32 that have a few different values in them. I want to be able to count the cells that only contain nothing (blanks) and the letter P. How can this be done? ANY help would be greatly appreciated, Karen . |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You are welcome
-- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Karen" wrote in message ... Thank you so much for your help! It worked great! Karen "Ashish Mathur" wrote: Hi, Try this =sumproduct((B10:B32="")+(B10:B32="p")) -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Karen" wrote in message ... I have a range of cells from B10:B32 that have a few different values in them. I want to be able to count the cells that only contain nothing (blanks) and the letter P. How can this be done? ANY help would be greatly appreciated, Karen . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I count the cells ending with a specific letter? | New Users to Excel | |||
How do I count cells beginning with specific letter? | New Users to Excel | |||
Change certain numbers & blank cells into a letter | Excel Discussion (Misc queries) | |||
count cells in a coloumn with letter x in it | Excel Worksheet Functions | |||
Count number of cells that contain a certain letter - Case Sensitive | Excel Discussion (Misc queries) |