Clearing #VALUE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I get a #value in my total column W12, the formula is: =SUM(W11,U12,-V12) the
formula in the W11 column is the same. The formula in U12 is: =+N12, the N12
formula is: =-MIN(0,37.5-M12): The formual in V12 is: =+O12 the formula in
O12 is: =IF(M12=0,"",MAX(0,37.5-M12))
I would like the Total column W12 to get rid of #VALUE
 
Try this in W12........

=IF(ISERR(SUM(W11,U12,-V12)),"",SUM(W11,U12,-V12))

Vaya con Dios,
Chuck, CABGx3
 
You're welcome, happy to help.........and incidently, you can make it say
any other message you want to by just entering text between the double
quotes, like........

=IF(ISERR(SUM(W11,U12,-V12)),"Out of Range",SUM(W11,U12,-V12))

Vaya con Dios,
Chuck, CABGx3
 

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

Back
Top