ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Need help of you people (https://www.excelbanter.com/excel-worksheet-functions/221189-need-help-you-people.html)

Malik

Need help of you people
 
Hope you all would be fine. I am making a Mess Management sheet for employees
but i have a problem that i make "P" for present in mess and "a" for absent
before anyone's name according to date i count all "p" and all "a" by COUNTIF
but the problem is how to make the value of 2p twice if some one has guest
with him when in geting total of all presents(p).
plz guide urgently
Thanks alot

Shane Devenshire[_2_]

Need help of you people
 
Hi,

if you only have p , a and 2p then
=COUNTIF(E1:E7,"p*")+COUNTIF(E1:E7,"2P")
or
=SUMPRODUCT(COUNTIF(E1:E7,{"p*","2p"}))

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"malik" wrote:

Hope you all would be fine. I am making a Mess Management sheet for employees
but i have a problem that i make "P" for present in mess and "a" for absent
before anyone's name according to date i count all "p" and all "a" by COUNTIF
but the problem is how to make the value of 2p twice if some one has guest
with him when in geting total of all presents(p).
plz guide urgently
Thanks alot


Shane Devenshire[_2_]

Need help of you people
 
Hi,

And here is a way to handle any number preceeding the P

=SUM(--IF(MID(E1:E7,2,1)="p",LEFT(E1:E7)))+COUNTIF(E1:E7, "p")

This is array entered, meaning you need to press Shift+Ctrl+Enter to enter it.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"malik" wrote:

Hope you all would be fine. I am making a Mess Management sheet for employees
but i have a problem that i make "P" for present in mess and "a" for absent
before anyone's name according to date i count all "p" and all "a" by COUNTIF
but the problem is how to make the value of 2p twice if some one has guest
with him when in geting total of all presents(p).
plz guide urgently
Thanks alot



All times are GMT +1. The time now is 10:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com