Convertire in excel 2003 _slfn.IFERROR

Cappello

New Member
Joined
Apr 26, 2014
Messages
2
=_xlfn.IFERROR((SE(B8="";"";SE($B$8<8001;AE42;SE($B$8<28001;AE44;SE($B$8<55001;AE45;0))))-C8);""))

Sono nuovo del Forum, gentilmente vorrei convertire la formula sopra scritta in excel 2003.
Grazie
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
=se(se.errore((se(b8="";"";se($b$8<8001;ae42;se($b$8<28001;ae44;se($b$8<55001;ae45;0))))-c8));"";(se(b8="";"";se($b$8<8001;ae42;se($b$8<28001;ae44;se($b$8<55001;ae45;0))))-c8))
 
Upvote 0
The IFERROR() function is not supported in Excel 2003. You'll need to use the old syntax like:


=if(isna(expression),"",expression)


or


=if(iserror(expression),"",expression)


use Excel help to learn the differences between the IsNA(), IsErr() and IsError() functions to see which will trap the errors you are seeking to contain.

«translated by Google, I apologize if it makes any mistakes»
«Tradotta da Google, mi scuso se fa qualche errore»

La funzione IFERROR () non è supportata in Excel 2003 Avrete bisogno di usare la vecchia sintassi simile.:


= if (ISNA (espressione), "", espressione)


o


= if (ISERROR (espressione), "", espressione)


utilizzare Excel aiuto per imparare le differenze tra le funzioni ISNA (), ISERR () e IsError() per vedere quale sarà intrappolare gli errori che stanno cercando di contenere.

 
Upvote 0

Forum statistics

Threads
1,223,948
Messages
6,175,570
Members
452,652
Latest member
eduedu

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