Hi, thanks for your reply.
If A1 = 1 and B1 = 0,5 then C1 = 60;
if A1 = 2 and B1 = 0,5 then C1 = 100;
if A1 = 1 and B1 = 1, then C1 = 75;
if A1 = 2 and B1 = 1, then C1 = 125.
Thanks again for your assistance.
Luis
> Need a better explanation.Try explaining something like this:
>
[quoted text clipped - 16 lines]
> >
> > Luis
vezerid - 18 Nov 2005 16:08 GMT
luiss Wrote:
> Hi, thanks for your reply.
>
[quoted text clipped - 8 lines]
>
> >[/color]
Luis,
this formula should be placed in C1.
=IF(AND(A1=1; B1=0,5); 60; IF(AND(A1=2;B1=0,5); 100; IF(AND(A1=1;B1=1);
75; IF(AND(A1=2;B1=1); 125; "SOMETHING WRONG"))))
HTH
Kostis Vezerides

Signature
vezerid