#value error

  • Thread starter Darts via OfficeKB.com
  • Start date
D

Darts via OfficeKB.com

In Cell R6 is N/a R3 is blank. The answer in R7 should return blank and it
retruns with #value errorT
Here is the formula I am using. I tried different IF and If(ISNA) and still
not working justdifferent errors.
R6*R$3 which is returning a value of #value. I would like that to return
blank

thanks
 
M

Max

Darts via OfficeKB.com said:
In Cell R6 is N/a R3 is blank.
The answer in R7 should return blank and it
returns with #value errorT
Here is the formula I am using.
I tried different IF and If(ISNA) and still
not working just different errors.
R6*R$3 which is returning a value of #value.
I would like that to return blank

Try in R7: =IF(ISERROR(R6*R$3),"",R6*R$3)
 
D

Darts via OfficeKB.com

Max said:
In Cell R6 is N/a R3 is blank.
The answer in R7 should return blank and it
[quoted text clipped - 4 lines]
R6*R$3 which is returning a value of #value.
I would like that to return blank

Try in R7: =IF(ISERROR(R6*R$3),"",R6*R$3)
Thanks Much!!!!!!!!!!!!!!!!!Your a life saver!!!!!!!!!!!!!!!
 
D

Darts via OfficeKB.com

Max said:
In Cell R6 is N/a R3 is blank.
The answer in R7 should return blank and it
[quoted text clipped - 4 lines]
R6*R$3 which is returning a value of #value.
I would like that to return blank

Try in R7: =IF(ISERROR(R6*R$3),"",R6*R$3)
Thanks Much!!!!!!!!!!!!!!!!!Your a life saver!!!!!!!!!!!!!!!
 

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