ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Clearing #VALUE (https://www.excelbanter.com/excel-worksheet-functions/50639-clearing-value.html)

skateblade

Clearing #VALUE
 
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


CLR

Clearing #VALUE
 
Try this in W12........

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

Vaya con Dios,
Chuck, CABGx3



"skateblade" wrote in message
...
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




skateblade

Clearing #VALUE
 
It's wroks great Thank You

"CLR" wrote:

Try this in W12........

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

Vaya con Dios,
Chuck, CABGx3



"skateblade" wrote in message
...
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





CLR

Clearing #VALUE
 
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



"skateblade" wrote in message
...
It's wroks great Thank You

"CLR" wrote:

Try this in W12........

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

Vaya con Dios,
Chuck, CABGx3



"skateblade" wrote in message
...
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








All times are GMT +1. The time now is 09:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com