Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Stumped with count if's

I am stumped with this one I have to do for work.
I have been trying to achieve the following without any luck.
This is what I would like.

In cell W7 If cells K7 M7 O7 = the letter d,a,n, or b count as 1

In cell L7 I would like if d a n appear in k7 show as 7 if the letter
b is in K7 show as 7.5

In cell Y7 if d appears in K7 M7 O7 count as 1

In cell Z7 if A appears in K7 M7 O7 count as 1

I have provided a snap shot of the spreadsheet.

Any help would be appreciated. I guess I have been at it to long today
and my brain is not functioning.

http://imgur.com/jOZKT.jpg
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 506
Default Stumped with count if's

In cell W7 If cells K7 M7 O7 = the letter d,a,n, or b count as 1
Paste the below formula in W7 Cell
=IF(AND(OR(K7="D",K7="B"),OR(M7="A",M7="B"),OR(O7= "N",O7="B")),1,"")

In cell L7 I would like if d a n appear in k7 show as 7 if the letter
b is in K7 show as 7.5
Paste the below formula in L7 Cell
=IF(OR(K7="D",K7="A",K7="N"),7,IF(K7="B",7.5,""))

In cell Y7 if d appears in K7 M7 O7 count as 1
Paste the below formula in Y7 Cell
=IF(AND(K7="D",M7="D",O7="D"),1,"")

In cell Z7 if A appears in K7 M7 O7 count as 1
Paste the below formula in Z7 Cell
=IF(AND(K7="A",M7="A",O7="A"),1,"")

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"Zilla" wrote:

I am stumped with this one I have to do for work.
I have been trying to achieve the following without any luck.
This is what I would like.

In cell W7 If cells K7 M7 O7 = the letter d,a,n, or b count as 1

In cell L7 I would like if d a n appear in k7 show as 7 if the letter
b is in K7 show as 7.5

In cell Y7 if d appears in K7 M7 O7 count as 1

In cell Z7 if A appears in K7 M7 O7 count as 1

I have provided a snap shot of the spreadsheet.

Any help would be appreciated. I guess I have been at it to long today
and my brain is not functioning.

http://imgur.com/jOZKT.jpg
.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Stumped with count if's

On Nov 30, 11:20*pm, Ms-Exl-Learner wrote:
In cell W7 If cells K7 M7 O7 = the letter d,a,n, or b count as 1
Paste the below formula in W7 Cell
=IF(AND(OR(K7="D",K7="B"),OR(M7="A",M7="B"),OR(O7= "N",O7="B")),1,"")

In cell L7 I would like if d a n appear in k7 show as 7 if the letter
b is in K7 show as 7.5
Paste the below formula in L7 Cell
=IF(OR(K7="D",K7="A",K7="N"),7,IF(K7="B",7.5,""))

In cell Y7 if d appears in K7 M7 O7 count as 1
Paste the below formula in Y7 Cell
=IF(AND(K7="D",M7="D",O7="D"),1,"")

In cell Z7 if A appears in K7 M7 O7 count as 1
Paste the below formula in Z7 Cell
=IF(AND(K7="A",M7="A",O7="A"),1,"")

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------

"Zilla" wrote:
I am stumped with this one I have to do for work.
I have been trying to achieve the following without any luck.
This is what I would like.


In cell W7 If cells K7 M7 O7 = the letter d,a,n, or b count as 1


In cell L7 I would like if d a n appear in k7 show as 7 if the letter
b is in K7 show as 7.5


In cell Y7 if d appears in K7 M7 O7 count as 1


In cell Z7 if A appears in K7 M7 O7 count as 1


I have provided a snap shot of the spreadsheet.


Any help would be appreciated. I guess I have been at it to long today
and my brain is not functioning.


http://imgur.com/jOZKT.jpg
.


I should have posted a link to the file.
When I enter the formulas it doesnt seem to provide any data in the
field,

Here is a link to the file without the formulas you have created
entered in.

http://www.megaupload.com/?d=H3WOCXO7
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
Column count if's Rusty Excel Discussion (Misc queries) 2 November 4th 09 03:18 PM
stumped LarryK Excel Worksheet Functions 4 March 28th 09 05:54 PM
I'm Stumped ExcelBob Excel Discussion (Misc queries) 8 May 25th 06 01:37 PM
stumped ?? my Excel Worksheet Functions 2 April 13th 06 12:32 PM
Still stumped Robertgn Excel Worksheet Functions 3 December 10th 05 01:40 AM


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