OsvaldoLaviosa ha scritto:
=IIf([IMP30]<=15000;[IMP30]*10/100;IIf([IMP30]>15000 And [IMP30]<20000;[IMP30]*15/100;0))
=IIf([IMP30]<=15000;[IMP30]*10/100;IIf([IMP30]Between 15000 And 20000;[IMP30]*15/100;0))
Tato ha scritto:
=IIf([IMP30]<=15000;[IMP30]*10/100;IIf([IMP30]>15000<20000;[IMP30]*15/100;"0")).
Ho fatto tutti e 3 i test:
Le prime 2 funzionano pienamente.
La terza, se hai un valore maggiore di 20000, non restituisce 0. Mi pare di capire che non hai provato a testare questa ipotesi.