#1   Report Post  
L/P
 
Posts: n/a
Default countif??

Need to add a column that has either a "P" or an "X". I can figure out how
to add "p's" or "x's"( =COUNTIF(D2:D65,"p") but not both ("p and/or x").
It was suggested I use the countif.

Suggestions and thanks,


L.


  #2   Report Post  
Andy Brown
 
Posts: n/a
Default

"L/P" wrote in message
...
Need to add a column that has either a "P" or an "X". I can figure out how
to add "p's" or "x's"( =COUNTIF(D2:D65,"p") but not both ("p and/or x").
It was suggested I use the countif.


Err,

=COUNTIF(D2:D65,"p")+COUNTIF(D2:D65,"x")

, ?

HTH,
Andy


  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

One way:

=SUM(COUNTIF(D2:D65,{"p","x"}))

HTH
Jason
Atlanta, GA

-----Original Message-----
Need to add a column that has either a "P" or an "X". I

can figure out how
to add "p's" or "x's"( =COUNTIF(D2:D65,"p") but not

both ("p and/or x").
It was suggested I use the countif.

Suggestions and thanks,


L.


.

  #4   Report Post  
L/P
 
Posts: n/a
Default


WOW- thanks.

Have a great new year.

L.

"Jason Morin" wrote in message
...
One way:

=SUM(COUNTIF(D2:D65,{"p","x"}))

HTH
Jason
Atlanta, GA

-----Original Message-----
Need to add a column that has either a "P" or an "X". I

can figure out how
to add "p's" or "x's"( =COUNTIF(D2:D65,"p") but not

both ("p and/or x").
It was suggested I use the countif.

Suggestions and thanks,


L.


.



  #5   Report Post  
L/P
 
Posts: n/a
Default


Here's another problem I can't figure out.

I have made a monthly "deposit" sheet with:

A B C D E
F G H

1 Units $ Due Deposit # 1 Deposit # 2
Deposit # 3
2 Amount Paid Amount Paid
Amount Paid
3 1203 $500
4 1204 $600
5 1205 $450
..
..
63 1263 $500
64 1264 $450

When a correct deposit is made in Amount (column C,E or G) I want a "P"
inserted in column D, F or H. If not correct amount "X". The formula I came
up with would be =IF(C3=B3,"p","x").
Problem is that the entire sheet starts out with x's.....
Trying to get a blank in columns D, F and H until something is entered in
columns C,E or G.

Help please, the entire sheet is filled with x's and each unit only makes
one deposit a month.

L.




"L/P" wrote in message
...

WOW- thanks.

Have a great new year.

L.

"Jason Morin" wrote in message
...
One way:

=SUM(COUNTIF(D2:D65,{"p","x"}))

HTH
Jason
Atlanta, GA

-----Original Message-----
Need to add a column that has either a "P" or an "X". I

can figure out how
to add "p's" or "x's"( =COUNTIF(D2:D65,"p") but not

both ("p and/or x").
It was suggested I use the countif.

Suggestions and thanks,


L.


.







  #6   Report Post  
Bob Phillips
 
Posts: n/a
Default

=IF(C3="","",IF(C3=B3,"p","x"))


--

HTH

RP
(remove nothere from the email address if mailing direct)


"L/P" wrote in message
...

Here's another problem I can't figure out.

I have made a monthly "deposit" sheet with:

A B C D E
F G H

1 Units $ Due Deposit # 1 Deposit # 2
Deposit # 3
2 Amount Paid Amount Paid
Amount Paid
3 1203 $500
4 1204 $600
5 1205 $450
.
.
63 1263 $500
64 1264 $450

When a correct deposit is made in Amount (column C,E or G) I want a "P"
inserted in column D, F or H. If not correct amount "X". The formula I

came
up with would be =IF(C3=B3,"p","x").
Problem is that the entire sheet starts out with x's.....
Trying to get a blank in columns D, F and H until something is entered in
columns C,E or G.

Help please, the entire sheet is filled with x's and each unit only makes
one deposit a month.

L.




"L/P" wrote in message
...

WOW- thanks.

Have a great new year.

L.

"Jason Morin" wrote in message
...
One way:

=SUM(COUNTIF(D2:D65,{"p","x"}))

HTH
Jason
Atlanta, GA

-----Original Message-----
Need to add a column that has either a "P" or an "X". I
can figure out how
to add "p's" or "x's"( =COUNTIF(D2:D65,"p") but not
both ("p and/or x").
It was suggested I use the countif.

Suggestions and thanks,


L.


.







  #7   Report Post  
L/P
 
Posts: n/a
Default


Again, thanks.

Is there a good simple to understand book out there I could get that would
help me?
The HELP menu apparently can't. :-)

L.

"Bob Phillips" wrote in message
...
=IF(C3="","",IF(C3=B3,"p","x"))


--

HTH

RP
(remove nothere from the email address if mailing direct)


"L/P" wrote in message
...

Here's another problem I can't figure out.

I have made a monthly "deposit" sheet with:

A B C D E
F G H

1 Units $ Due Deposit # 1 Deposit # 2
Deposit # 3
2 Amount Paid Amount Paid
Amount Paid
3 1203 $500
4 1204 $600
5 1205 $450
.
.
63 1263 $500
64 1264 $450

When a correct deposit is made in Amount (column C,E or G) I want a "P"
inserted in column D, F or H. If not correct amount "X". The formula I

came
up with would be =IF(C3=B3,"p","x").
Problem is that the entire sheet starts out with x's.....
Trying to get a blank in columns D, F and H until something is entered

in
columns C,E or G.

Help please, the entire sheet is filled with x's and each unit only

makes
one deposit a month.

L.




"L/P" wrote in message
...

WOW- thanks.

Have a great new year.

L.

"Jason Morin" wrote in message
...
One way:

=SUM(COUNTIF(D2:D65,{"p","x"}))

HTH
Jason
Atlanta, GA

-----Original Message-----
Need to add a column that has either a "P" or an "X". I
can figure out how
to add "p's" or "x's"( =COUNTIF(D2:D65,"p") but not
both ("p and/or x").
It was suggested I use the countif.

Suggestions and thanks,


L.


.









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
countif statement Russell Hampton Excel Worksheet Functions 6 December 18th 04 07:39 PM
Countif - Countif maswinney Excel Worksheet Functions 3 November 15th 04 11:06 PM
Countif, Sumif, If - help! Angel160 Excel Worksheet Functions 2 November 3rd 04 05:23 PM
countif, again Liz G Excel Worksheet Functions 2 November 1st 04 11:20 PM
combining countif formulas Liz G Excel Worksheet Functions 3 November 1st 04 09:34 PM


All times are GMT +1. The time now is 07:41 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"