#NAME when I open up my spreadsheet

M

Muttley

When I open up my spreadsheet I get a #NAME error in one of my cells, but if
I go to the formula and press enter it gives the answer!

Any ideas why it does this? - I want to hide this cell, so don't like the
manual workaround!

Thx
 
M

Muttley

The formula is:

=(4-SPAq)/4*new_fsa_annty(SPAy,YEAR(DOB),SPAy+3,YEAR(DOB)-3,"F",INTEREST_RPI,0%,0,50%,12,"adv",4%,"y")+SPAq/4*new_fsa_annty(SPAy+1,YEAR(DOB),SPAy+1+3,YEAR(DOB)-3,"F",INTEREST_RPI,0%,0,50%,12,"adv",4%,"y")

where new_fsa_annty is a user-defined function
 
Top