Funcion condicional "si" encadenada

sanriver12

New Member
Joined
Apr 14, 2011
Messages
2
ESTE ES EL ENUNCIADO DE MI PROBLEMA:

8ugqp.jpg


La pregunta Cuál es el valor total de subsisio a cancelar al empleado? Solución 2
la resolvi asi: =SI(Y(B3<G9;B9>1;O(B8=G4;B8=B20));B3+B9*B10;B3)

pero no se resolverla usando solo la funcion "si" encadenada: Cuál es el valor total de subsisio a cancelar al empleado? Solución 1

alguien me puede ayudar? gracias
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
ya lo resolvi asi:

=SI(B3<G9;SI(B9>1;SI(B8=G4;B3+B9*B10;SI(B8=G5;B3+B9*B10;B3))))

si tengo algun error, dejenme saber de todas formas.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,954
Messages
6,175,601
Members
452,658
Latest member
GStorm

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