Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 75
Default Logical Function Formula

Can some one help me with logical function for the following

WC QC Sub App % Complete
70% 10% y or n y or n

100% 100% y ---

100% y ---

Basically first column is work completion for me (70% weightage), second
column QC check (10% weightage) and this column is Submission (10% weightage
and denoted by €œy€ or €œn€) and forth column is Approval (10% weightage and
denoted by €œy€ or €œn€)

Technically once the Work is completed it should go to QC and so on and for
calculation it should not consider the values if previous stage is not
complete.

Logically I want answer in % Complete as
70% of 100% of WC+10% of 100% of QC (WC being 100 for that row)+10 (if it is
€œy€ in sub column and WC & QC being 100 for that row)+ 10 (if it is €œy€ in
App column and WC, QC being 100 and €œy€ in €œSub€ for that row)

If any condition does not satisfies it should terminate summation upto
previous column

Thanks on & All for being on this platform
Hassan
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,290
Default Logical Function Formula


Hassan,
This will get you close, but you will have to watch the y and n entries.
With your data starting in B6 to E6...
=IF(B6=100,70+COUNTIF(C6:E6,"Y")*10,B6*0.7)
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"Hassan"
wrote in message
Can some one help me with logical function for the following

WC QC Sub App % Complete
70% 10% y or n y or n
100% 100% y ---
100% y ---

Basically first column is work completion for me (70% weightage), second
column QC check (10% weightage) and this column is Submission (10% weightage
and denoted by €œy€ or €œn€) and forth column is Approval (10% weightage and
denoted by €œy€ or €œn€)

Technically once the Work is completed it should go to QC and so on and for
calculation it should not consider the values if previous stage is not
complete.
Logically I want answer in % Complete as
70% of 100% of WC+10% of 100% of QC (WC being 100 for that row)+10 (if it is
€œy€ in sub column and WC & QC being 100 for that row)+ 10 (if it is €œy€ in
App column and WC, QC being 100 and €œy€ in €œSub€ for that row)

If any condition does not satisfies it should terminate summation upto
previous column
Thanks on & All for being on this platform
Hassan

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
Logical Function / Formula Hassan Excel Discussion (Misc queries) 0 February 20th 08 02:43 PM
should it be if() or another logical function? Gina Excel Worksheet Functions 2 November 10th 06 05:59 PM
Logical Function brandyda Excel Worksheet Functions 2 June 2nd 05 05:19 PM
Logical AND function John Pinback Excel Worksheet Functions 5 May 3rd 05 09:52 PM
Logical Function vnsrod2000 Excel Worksheet Functions 2 January 28th 05 04:03 AM


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