Help with IF Function

ANAND KUMAR

New Member
Joined
Oct 20, 2016
Messages
41
Dear All,

I need some help on IF function. I have a sheet in below format In the Overall results (2nd Image) section ,I want another formula to calculate pass, needed attention and fail ,this should be done by dividing sample size by errors identified


1





1


For ease attaching file herewith,

https://www.sendspace.com/file/gcs2o2


Any help would be appreciated.
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Looks like this example needs to be downloaded.....a lot of users won't do that !!
Can you simply post a SMALL sample of your data here !!
 
Upvote 0
Thanks for reply. That's why I attached Images as well.

[TABLE="width: 2023"]
<tbody>[TR]
[TD]No.
[/TD]
[TD]Attribute Tested
[/TD]
[TD]Risk Group
[/TD]
[TD]Sample Size
[/TD]
[TD]SAMPLE
Policy #123456
Sept 14, 2016

[/TD]
[TD]Sample #1
Policy #
<Date or Ref ID>

[/TD]
[TD]Sample #2
Policy #
<Date or Ref ID>

[/TD]
[TD]Sample #3
Policy #
<Date or Ref ID>

[/TD]
[TD]Sample #4
Policy #
<Date or Ref ID>

[/TD]
[TD]Sample #5
Policy #
<Date or Ref ID>

[/TD]
[TD]Sample #6
Policy #
<Date or Ref ID>

[/TD]
[TD]Sample #7
Policy #
<Date or Ref ID>

[/TD]
[TD]Sample #8
Policy #
<Date or Ref ID>

[/TD]
[TD]Sample #9
Policy #
<Date or Ref ID>

[/TD]
[TD]Sample #10
Policy #
<Date or Ref ID>

[/TD]
[TD]# Errors Identified
[/TD]
[TD]Overall Results (Pass - <95% // Attention Needed 93-94% // Fail >93%)
[/TD]
[/TR]
[TR]
[TD="colspan: 2"]New Policies - General
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Is the application the approved MetLife application?
[/TD]
[TD]Legal/Regulatory
[/TD]
[TD]6
[/TD]
[TD]NA
[/TD]
[TD]Fail
[/TD]
[TD]NA
[/TD]
[TD]Pass
[/TD]
[TD]Fail
[/TD]
[TD]NA
[/TD]
[TD]Pass
[/TD]
[TD]Fail
[/TD]
[TD]NA
[/TD]
[TD]Fail
[/TD]
[TD]NA
[/TD]
[TD]4
[/TD]
[TD]
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Is the application complete with all the required information, including the beneficiary (as applicable)?
[/TD]
[TD]Transaction
[/TD]
[TD]6
[/TD]
[TD]NA
[/TD]
[TD]Fail
[/TD]
[TD]NA
[/TD]
[TD]Pass
[/TD]
[TD]Fail
[/TD]
[TD]NA
[/TD]
[TD]Pass
[/TD]
[TD]Fail
[/TD]
[TD]NA
[/TD]
[TD]Pass
[/TD]
[TD]NA
[/TD]
[TD]3
[/TD]
[TD]
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Has the application been logged into the internal system of record to track time to process?
[/TD]
[TD]Legal/Regulatory OR Transaction
[/TD]
[TD]8
[/TD]
[TD]Pass
[/TD]
[TD]Fail
[/TD]
[TD]Fail
[/TD]
[TD]Pass
[/TD]
[TD]Fail
[/TD]
[TD]NA
[/TD]
[TD]Pass
[/TD]
[TD]Fail
[/TD]
[TD]NA
[/TD]
[TD]NA
[/TD]
[TD]Pass
[/TD]
[TD]4
[/TD]
[TD]
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Has a review been completed to ensure that the information provided by the applicant appears appropriate and meets all applicable local requirements (e.g. AML, FATCA, CRS)?
[/TD]
[TD]Legal/Regulatory
[/TD]
[TD]9
[/TD]
[TD]Fail
[/TD]
[TD]Fail
[/TD]
[TD]NA
[/TD]
[TD]Pass
[/TD]
[TD]Fail
[/TD]
[TD]NA
[/TD]
[TD]Pass
[/TD]
[TD]Fail
[/TD]
[TD]Fail
[/TD]
[TD]Fail
[/TD]
[TD]Fail
[/TD]
[TD]7
[/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]


For sample size Area - Only Pass & Fail make up the sample size and the challenge is with Overall results only.
 
Upvote 0
Is this what you're after ??
But with such small sample sizes, I'm guessing it will always be a fail !!!
Code:
=IF(P5/D5<0.93,"Fail",IF(P5/D5<=0.94,"Attenion Needed","Pass"))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,234
Messages
6,170,891
Members
452,366
Latest member
TePunaBloke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top