That's great, thanks for your help
That's great, thanks for your help
Prior to XL2007 you can ape IFERROR via a UDF.
Alternatively if as implied in OP the output of the formula is a consistent data type (eg number) then you can also adopt an approach along the lines of:
here the f() formula [whatever it is - we assume non-UDF] is evaluated only once.![]()
=LOOKUP(9.99E+307,CHOOSE({1,2},0,f()))
for a text output with say default of Null you would use:
![]()
=LOOKUP(REPT("Z",255),CHOOSE({1,2},"",f())) (assumes f() will not a return a string > 255 chars)
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks