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

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
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,214,899
Messages
6,122,155
Members
449,068
Latest member
shiz11713

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