avoiding a #value! return

B

brian.baker13

Hi

I have a formula
='[Labour Variance Report wk01.xls]Summary'!$N$55+'[Labour Variance
Report wk01.xls]Summary'!$N$56='[Labour Variance Report
wk01.xls]Summary'!$N$75+'[Labour Variance Report wk01.xls]Summary'!$N
$81+'[Labour Variance Report wk01.xls]Summary'!$N$82

some of the referenced cells have a #value! error so I get an error in
the returned cell. i want to replace any #value! errors in the above
formula with a 0. How do I do this please?

Thanks

Brian
 
B

Bob Phillips

=IF(ISERROR(formula),0,formula)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
B

brian.baker13

=IF(ISERROR(formula),0,formula)

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)




I have a formula
='[Labour Variance Report wk01.xls]Summary'!$N$55+'[Labour Variance
Report wk01.xls]Summary'!$N$56='[Labour Variance Report
wk01.xls]Summary'!$N$75+'[Labour Variance Report wk01.xls]Summary'!$N
$81+'[Labour Variance Report wk01.xls]Summary'!$N$82
some of the referenced cells have a #value! error so I get an error in
the returned cell. i want to replace any #value! errors in the above
formula with a 0. How do I do this please?

Brian- Hide quoted text -

- Show quoted text -

I have applied the formula as above which works a treat.

Ta

Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top