Formula for condition.

avisoft20

Board Regular
Joined
Sep 10, 2016
Messages
63
Dear expert,
I am working on a table but i am fetching some issue.Table given below
A B C F
Column
CAT
TGT DIF

Condition
1
SPL
1

2
CAT-1
2
Achieved
3
CAT-2
2
Not Achieved
4
CAT-3
2

5
CAT-4
3

6
VAL
150


<tbody>
</tbody>

I am using formula is :

=IF(C1<0,$F$2,IF(C1<0,$F$2,IF(C2<0,$F$2,IF(C6>=250,"1/2%",$F$2))))

Condition :
Case -1

If C1, C2, C3, C4, C5 is greater than Zero and C6 is greater than 150 then it’s give F2 (Achieved).
Case-2
If C1, C2, C3, C4, C5 is greater than Zero and C6 is less than 150 then it’s give F3 (Not Achieved).



Thanks
Avisoft20
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
It seems straightforward given the conditions of case 1 and case 2 but why in your formula do you refer to "1/2%" and also if C6>250?
 
Upvote 0

Forum statistics

Threads
1,215,430
Messages
6,124,846
Members
449,194
Latest member
HellScout

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