Me alegra de que funcionase, Guillermo.

En cuanto a la ristra de SI() anidados...

El 16 de noviembre de 2008 17:47, Guillermo Viciana <[EMAIL PROTECTED]
> escribió:

>
>
> =(SI(A3="LA-30";8100;SI(A3="LA-56";8100;SI(A3="LA-78";8100;SI(A3="LA-110";8200;SI(A3="LA-145";8200;SI(A3="LA-180";8200;SI(A3="LA-280
> Hawk";7700;SI(A3="LA-380 Gull";7000;SI(A3="LA-455
> Condor";7000;SI(A3="LA-545
> Cardinal";7000;SI(A3="LA-635 Finch";6800;"Error"))))))))))))*0,98
>

Siempre que te encuentres más de dos o tres SI() anidados, create una tabla
y utiliza BUSCARV().

En tu ejemplo...

Columna X  |  Columna Y  (esto lo harás en las columnas que te convenga..)
LA-30 | 8100
LA-56 | 8100
LA-78 | 8100
LA-110 | 8200
(...) | (...)
LA-635 Finch | 6800

Luego bastará con
= BUSCARV(A3; $X$1:$Y:11; 2; 0) * 0,98

Saludos,

-- 
Ismael Fanlo
El mejor buscador de alojamiento web: http://hosthostings.com
Ofimática y software libre: http://superalumnos.net
¡Locos por Drupal!: http://drupalmania.com

Responder a