Help in Excel formula

jawaharprem

New Member
Joined
Apr 6, 2016
Messages
8
Office Version
  1. 365
Platform
  1. Windows
Hi,

i need a help in excel formula that based on AON...

Employs Tenure
<2 Years tat should be 36 hours
<5 years tat should be 32 hours
>5 Years tat should be 30 hours

i have completed AON Slab "=IF(AJ2<=2,"<2 YRS",IF(AJ2<=5,"<5 Yrs",">5 YRS")) & TAT reached "IF([@Time]<=36,"Yes","NO")"
is there is any method to add the above mentioned criteria in this please help on same.

Thanks
Jawahar
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
I did not fully understand what you are trying to achieve
Try below and let me know is that what you want?

Excel Formula:
=IF(AJ2>=5,30,IF(AJ2>=2,32,36))
 
Upvote 0
Hi Thanks for your time.

i done this formula

=IF(OR(AND([@[AON LAB]]="<2",[@Time]<=36),[@Month]<8),"Yes",IF(OR(AND([@[AON LAB]]="2 to 5",[@Time]<=32),[@Month]<8),"Yes",IF(OR(AND([@[AON LAB]]=">5",[@Time]<=30),[@Month]<8),"Yes","NO")))
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,370
Members
449,080
Latest member
Armadillos

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