Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
ryanjh79
 
Posts: n/a
Default adding letters in a payroll calendar

I would like to total all of the "v" for vacation, "s" for sick and "p" for
personal days in a excel worksheet. So, if I had a total of 10 "v" in
different cells each representing a different day of the month I would like
to total those. Is this possible?
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
have a look at COUNTIF and SUMIF

--
Regards
Frank Kabel
Frankfurt, Germany
"ryanjh79" schrieb im Newsbeitrag
...
I would like to total all of the "v" for vacation, "s" for sick and "p" for
personal days in a excel worksheet. So, if I had a total of 10 "v" in
different cells each representing a different day of the month I would
like
to total those. Is this possible?



  #3   Report Post  
ryanjh79
 
Posts: n/a
Default

For some reason it only work with a single range. I need to have it
seperated. So, I tried this and it does not
work:=COUNTIF(B7:X11,B15:X19,B23:X27,B31:X35, "V")
do you have any suggestions?

Thanks,
Brandon
"Frank Kabel" wrote:

Hi
have a look at COUNTIF and SUMIF

--
Regards
Frank Kabel
Frankfurt, Germany
"ryanjh79" schrieb im Newsbeitrag
...
I would like to total all of the "v" for vacation, "s" for sick and "p" for
personal days in a excel worksheet. So, if I had a total of 10 "v" in
different cells each representing a different day of the month I would
like
to total those. Is this possible?




  #4   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
just add multiple COUNTIFS. e.g.
=COUNTIF(B7:X11,"V")+COUNTIF(B15:X19,"V")+....


--
Regards
Frank Kabel
Frankfurt, Germany
"ryanjh79" schrieb im Newsbeitrag
...
For some reason it only work with a single range. I need to have it
seperated. So, I tried this and it does not
work:=COUNTIF(B7:X11,B15:X19,B23:X27,B31:X35, "V")
do you have any suggestions?

Thanks,
Brandon
"Frank Kabel" wrote:

Hi
have a look at COUNTIF and SUMIF

--
Regards
Frank Kabel
Frankfurt, Germany
"ryanjh79" schrieb im Newsbeitrag
...
I would like to total all of the "v" for vacation, "s" for sick and "p"
for
personal days in a excel worksheet. So, if I had a total of 10 "v" in
different cells each representing a different day of the month I would
like
to total those. Is this possible?






  #5   Report Post  
tjtjjtjt
 
Posts: n/a
Default

Use the COUNTIF Function.
If your letters are in A1:A25,
=COUNTIF(A1:A25,"v")
would return the total number of times v had been entered in that range.

tj

"ryanjh79" wrote:

I would like to total all of the "v" for vacation, "s" for sick and "p" for
personal days in a excel worksheet. So, if I had a total of 10 "v" in
different cells each representing a different day of the month I would like
to total those. Is this possible?



  #6   Report Post  
ryanjh79
 
Posts: n/a
Default

can you tell me why this formula does not work?
=COUNTIF(B7:X11,B15:X19,B23:X27,B31:X35, "V")
thanks,

Brandon

"tjtjjtjt" wrote:

Use the COUNTIF Function.
If your letters are in A1:A25,
=COUNTIF(A1:A25,"v")
would return the total number of times v had been entered in that range.

tj

"ryanjh79" wrote:

I would like to total all of the "v" for vacation, "s" for sick and "p" for
personal days in a excel worksheet. So, if I had a total of 10 "v" in
different cells each representing a different day of the month I would like
to total those. Is this possible?

  #7   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
simple. This type of syntax is just not supported :-)
See your other post

--
Regards
Frank Kabel
Frankfurt, Germany
"ryanjh79" schrieb im Newsbeitrag
...
can you tell me why this formula does not work?
=COUNTIF(B7:X11,B15:X19,B23:X27,B31:X35, "V")
thanks,

Brandon

"tjtjjtjt" wrote:

Use the COUNTIF Function.
If your letters are in A1:A25,
=COUNTIF(A1:A25,"v")
would return the total number of times v had been entered in that range.

tj

"ryanjh79" wrote:

I would like to total all of the "v" for vacation, "s" for sick and "p"
for
personal days in a excel worksheet. So, if I had a total of 10 "v" in
different cells each representing a different day of the month I would
like
to total those. Is this possible?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calendar 13 Periods 4 weeks each CHawk@Mcc Excel Discussion (Misc queries) 2 December 10th 04 04:27 PM


All times are GMT +1. The time now is 08:58 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"