Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I use the count function to total the number of ‘H’s = (Hired) employees in my spreadsheet. I would like the result to show as 5 out of 15. Is this possible? -- dcham ------------------------------------------------------------------------ dcham's Profile: http://www.excelforum.com/member.php...o&userid=33498 View this thread: http://www.excelforum.com/showthread...hreadid=532955 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(A2:A20,"H")&" out of "&COUNTA(A2:A20)
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "dcham" wrote in message ... I use the count function to total the number of 'H's = (Hired) employees in my spreadsheet. I would like the result to show as 5 out of 15. Is this possible? -- dcham ------------------------------------------------------------------------ dcham's Profile: http://www.excelforum.com/member.php...o&userid=33498 View this thread: http://www.excelforum.com/showthread...hreadid=532955 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =COUNTIF(A2:A20,"H")&" out of "& ROWS(A2:A20) "Bob Phillips" wrote: =COUNTIF(A2:A20,"H")&" out of "&COUNTA(A2:A20) -- HTH Bob Phillips (remove nothere from email address if mailing direct) "dcham" wrote in message ... I use the count function to total the number of 'H's = (Hired) employees in my spreadsheet. I would like the result to show as 5 out of 15. Is this possible? -- dcham ------------------------------------------------------------------------ dcham's Profile: http://www.excelforum.com/member.php...o&userid=33498 View this thread: http://www.excelforum.com/showthread...hreadid=532955 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Good point. Mine would ignore the blanks which is just as much not H as any
other letter <G Bob "Toppers" wrote in message ... =COUNTIF(A2:A20,"H")&" out of "& ROWS(A2:A20) "Bob Phillips" wrote: =COUNTIF(A2:A20,"H")&" out of "&COUNTA(A2:A20) -- HTH Bob Phillips (remove nothere from email address if mailing direct) "dcham" wrote in message ... I use the count function to total the number of 'H's = (Hired) employees in my spreadsheet. I would like the result to show as 5 out of 15. Is this possible? -- dcham ------------------------------------------------------------------------ dcham's Profile: http://www.excelforum.com/member.php...o&userid=33498 View this thread: http://www.excelforum.com/showthread...hreadid=532955 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Currency to Text | Excel Worksheet Functions | |||
Can't toggle function results display. | Excel Discussion (Misc queries) | |||
Function To Dynamically Display File Size | Excel Worksheet Functions | |||
excel should have a function to count sheets | Excel Worksheet Functions | |||
How can I use count function in excel where I have several criter. | Excel Worksheet Functions |