Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Formula reflecting mutliple results--continued

What formula to write on D column:
-To show fail when theres an a or x on any column of A, B & C.
-To show undefined when ? on any column of A, B, & C
-To show pass when only b, or c or e (not a or x or ?) on A, B
& C columns.

A B C D
a a x fail
c b a fail
e c b pass
a a fail
e e a fail
c b c pass
c b b pass
c b ? undefined
e ? undefined

Kevin, Dana and Dave thank you for your help. Ive put more conditions,
hopefully theres a way to come up with a formula.

--
Aline Yiu
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default Formula reflecting mutliple results--continued

With your posted data in A1:C9

D1:
=CHOOSE(MAX((COUNTIF(A1:C1,{"A","X","~?","B","C"," E"})0)*{3,3,2,1,1,1}+1),"No
Data","Pass","Undefined","Fail")
Copy that formula down through D9.

Is that something you can work with?
--------------------------

Regards,

Ron
Microsoft MVP (Excel)

"Aline Yiu" wrote in message
...
What formula to write on D column:
-To show "fail" when there's an "a" or "x" on any column of A, B & C.
-To show "undefined" when "?" on any column of A, B, & C
-To show "pass" when only "b", or "c" or "e" (not "a" or "x" or "?") on A,
B
& C columns.

A B C D
a a x fail
c b a fail
e c b pass
a a fail
e e a fail
c b c pass
c b b pass
c b ? undefined
e ? undefined

Kevin, Dana and Dave thank you for your help. I've put more conditions,
hopefully there's a way to come up with a formula.

--
Aline Yiu



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Formula reflecting mutliple results--continued

Hi Ron,

THANK YOU SO MUCH... It works like a charm. You are amazing wondering how
you come up somthing like this.

Have a great day,
Aline xxx

--
Aline Yiu


"Ron Coderre" wrote:

With your posted data in A1:C9

D1:
=CHOOSE(MAX((COUNTIF(A1:C1,{"A","X","~?","B","C"," E"})0)*{3,3,2,1,1,1}+1),"No
Data","Pass","Undefined","Fail")
Copy that formula down through D9.

Is that something you can work with?
--------------------------

Regards,

Ron
Microsoft MVP (Excel)

"Aline Yiu" wrote in message
...
What formula to write on D column:
-To show "fail" when there's an "a" or "x" on any column of A, B & C.
-To show "undefined" when "?" on any column of A, B, & C
-To show "pass" when only "b", or "c" or "e" (not "a" or "x" or "?") on A,
B
& C columns.

A B C D
a a x fail
c b a fail
e c b pass
a a fail
e e a fail
c b c pass
c b b pass
c b ? undefined
e ? undefined

Kevin, Dana and Dave thank you for your help. I've put more conditions,
hopefully there's a way to come up with a formula.

--
Aline Yiu




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default Formula reflecting mutliple results--continued

Thanks for the kind words.....(That's one of my favorite "tricks")

--------------------------
Regards,

Ron
Microsoft MVP (Excel)

(XL2003, Win XP)
"Aline Yiu" wrote in message
...
Hi Ron,

THANK YOU SO MUCH... It works like a charm. You are amazing wondering
how
you come up somthing like this.

Have a great day,
Aline xxx

--
Aline Yiu


"Ron Coderre" wrote:

With your posted data in A1:C9

D1:
=CHOOSE(MAX((COUNTIF(A1:C1,{"A","X","~?","B","C"," E"})0)*{3,3,2,1,1,1}+1),"No
Data","Pass","Undefined","Fail")
Copy that formula down through D9.

Is that something you can work with?
--------------------------

Regards,

Ron
Microsoft MVP (Excel)

"Aline Yiu" wrote in message
...
What formula to write on D column:
-To show "fail" when there's an "a" or "x" on any column of A, B & C.
-To show "undefined" when "?" on any column of A, B, & C
-To show "pass" when only "b", or "c" or "e" (not "a" or "x" or "?") on
A,
B
& C columns.

A B C D
a a x fail
c b a fail
e c b pass
a a fail
e e a fail
c b c pass
c b b pass
c b ? undefined
e ? undefined

Kevin, Dana and Dave thank you for your help. I've put more
conditions,
hopefully there's a way to come up with a formula.

--
Aline Yiu






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
Formula reflecting mutliple results Aline Yiu Excel Discussion (Misc queries) 4 August 28th 07 10:43 PM
Stacked Column graphs reflecting net totals KH Charts and Charting in Excel 0 March 28th 06 09:06 PM
Master Worksheet reflecting sub-worksheets [email protected] New Users to Excel 10 February 25th 06 02:49 AM
Maintain mutliple original formats in a formula result KeLee Excel Worksheet Functions 2 February 20th 06 12:50 AM
Continued.....answer 8 - 1.2 = 6.2 from a formula T Excel Worksheet Functions 0 December 22nd 04 02:27 PM


All times are GMT +1. The time now is 10:16 AM.

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

About Us

"It's about Microsoft Excel"