Problem : Excel function equivalent of Oracle NVL command?

Problem : Excel function equivalent of Oracle NVL command?

I’d like to put a complicated equation in a cell and if the equation comes out #N/A to print a blank.

Right now using what I know of Excel I would do this:

=IF(ISNA(),””,)

But I don’t want to have to type in or execute the complex equation TWICE!

Is there some other Excel function that will return a blank if the equation doesn’t compute?

Sorry about the low number of pts, but I’m tapped out now.

 

Solution: Excel function equivalent of Oracle NVL command?

you could put it in a seperate cell, since there’s no other way except for vba (more code)  to build a template like you’re looking for