PDA

View Full Version : Formula Assistance



excel_learner
12-05-2011, 04:57 PM
I want to calculate the same figure with two different formula.

I have attached a sheet where I have put if formula where i want the required result.

Pls assist.

Admin
12-05-2011, 09:04 PM
Hi,

I'm not quite understand. Can you elaborate little more ?

excel_learner
12-06-2011, 10:02 AM
I have two set of formulas in H & I column and i want both of them give me same results.e.g column H has =IF(AND($C$2<>0,$E2<>0),IF(IF($B2="51",0,IF($A2="1",(($F2-$G2)*$D2%),$K2))<0,0,IF(AND($C2<>0,$E2<>0,IF($E2=0,0,IF($B2="51",0,IF($A2="1",(($F2-$G2)*$D2%),$K2)))),0))) with some more test but it gives false.

thanks

Excel Fox
12-06-2011, 06:37 PM
Are you looking for this?

=IF(AND($C$2<>0,$E2<>0),IF(IF($B2="51",0,IF($A2="1",(($F2-$G2)*$D2%),$K2))<0,0,IF(AND($C2<>0,$E2<>0,IF($E2=0,0,IF($B2="51",0,IF($A2="1",(($F2-$G2)*$D2%),$K2)))),0)),IF($A2="2",$K2,($F2-$G2)*$D2/100))

If not, I can't seem to understand your query.